Skip to content

Commit

Permalink
Merge pull request #128 from axonivy-professional-services/TE-579-fix…
Browse files Browse the repository at this point in the history
…-review-code

TE-579: rechange artifact
  • Loading branch information
ntnchuong authored May 15, 2024
2 parents fa1e88a + f82e2eb commit dc011ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion process-analyzer-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.analyzer.demo</groupId>
<groupId>com.axonivy.utils.process.analyzer</groupId>
<artifactId>process-analyzer-demo</artifactId>
<version>11.2.1-SNAPSHOT</version>
<packaging>iar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion process-analyzer-product/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.analyzer</groupId>
<artifactId>process-analyzer-demo</artifactId>
<artifactId>process-analyzer-product</artifactId>
<version>11.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion process-analyzer-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.analyzer.test</groupId>
<groupId>com.axonivy.utils.process.analyzer</groupId>
<artifactId>process-analyzer-test</artifactId>
<version>11.2.1-SNAPSHOT</version>
<packaging>iar</packaging>
Expand Down

0 comments on commit dc011ea

Please sign in to comment.