Skip to content

Commit

Permalink
Merge pull request #10 from axonivy-market/new-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy authored Sep 15, 2023
2 parents 621e814 + 51b0838 commit fcb666e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion master-detail-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.demo.masterdetail</groupId>
<artifactId>master-detail-demo</artifactId>
<version>10.0.10-SNAPSHOT</version>
<version>10.0.11-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion master-detail-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.demo.masterdetail</groupId>
<artifactId>master-detail-product</artifactId>
<version>10.0.10-SNAPSHOT</version>
<version>10.0.11-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion master-detail-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.demo.masterdetail</groupId>
<artifactId>master-detail-test</artifactId>
<version>10.0.10-SNAPSHOT</version>
<version>10.0.11-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.demo.masterdetail</groupId><!-- your group id: e.g. com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>master-detail</name><!-- fill your product name -->
<artifactId>master-detail-modules</artifactId><!-- fill your product name + a "-modules" postfix -->
<version>10.0.10-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<version>10.0.11-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit fcb666e

Please sign in to comment.