Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v10.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Sep 15, 2023
1 parent 621e814 commit e10b629
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10</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.10</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.10</version>
<packaging>iar-integration-test</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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.10</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

<modules>
Expand All @@ -14,7 +14,7 @@

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v10.0.10</tag>
</scm>

<build>
Expand Down

0 comments on commit e10b629

Please sign in to comment.