Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Nov 25, 2024
1 parent 526a9cb commit df344d2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion persistence-utils-demo-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.utils.persistence</groupId>
<artifactId>persistence-utils-demo-test</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<packaging>iar</packaging>
<description>Test project of the persistence utils demo project. Note, that this project is currently also used to test some aspects of the persistence library.</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion persistence-utils-demo-tool/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.utils.persistence</groupId>
<artifactId>persistence-utils-demo-tool</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>11.3.0</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion persistence-utils-demo-webtest/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.utils.persistence</groupId>
<artifactId>persistence-utils-demo-webtest</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<packaging>iar-integration-test</packaging>
<description>Web Test project of the persistence utils demo project.</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion persistence-utils-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.utils.persistence</groupId>
<artifactId>persistence-utils-demo</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>11.3.0</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion persistence-utils-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.utils.persistence</groupId>
<artifactId>persistence-utils-product</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion persistence-utils/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.utils.persistence</groupId>
<artifactId>persistence-utils</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>11.3.0</project.build.plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions 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.utils.persistence</groupId>
<artifactId>persistence-utils-modules</artifactId>
<version>11.3.1-SNAPSHOT</version>
<version>11.3.1</version>
<name>persistence-utils</name>
<packaging>pom</packaging>

Expand All @@ -17,7 +17,7 @@

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

<build>
Expand Down

0 comments on commit df344d2

Please sign in to comment.