Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Nov 25, 2024
1 parent dfde7c0 commit 4922994
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.statefuldatatable</groupId>
<name>stateful-datatable</name>
<artifactId>stateful-datatable-modules</artifactId>
<version>10.0.4</version>
<version>10.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

<build>
Expand Down
2 changes: 1 addition & 1 deletion stateful-datatable-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.statefuldatatable</groupId>
<artifactId>stateful-datatable-demo</artifactId>
<version>10.0.4</version>
<version>10.0.5-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion stateful-datatable-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.statefuldatatable</groupId>
<artifactId>stateful-datatable-product</artifactId>
<version>10.0.4</version>
<version>10.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion stateful-datatable-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.statefuldatatable</groupId>
<artifactId>stateful-datatable-test</artifactId>
<version>10.0.4</version>
<version>10.0.5-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down

0 comments on commit 4922994

Please sign in to comment.