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
ivy-rew committed Nov 29, 2024
1 parent 23c1a03 commit f3c7f38
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-connector-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.market</groupId>
<artifactId>docker-connector-demo</artifactId>
<version>12.0.0</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<organization>
<name>Axon Ivy AG</name>
Expand Down
2 changes: 1 addition & 1 deletion docker-connector-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.market</groupId>
<artifactId>docker-connector-product</artifactId>
<version>12.0.0</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docker-connector-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.market</groupId>
<artifactId>docker-connector-test</artifactId>
<version>12.0.0</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<organization>
<name>Axon Ivy AG</name>
Expand Down
2 changes: 1 addition & 1 deletion docker-connector/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.market</groupId>
<artifactId>docker-connector</artifactId>
<version>12.0.0</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.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 @@ -3,7 +3,7 @@
<groupId>com.axonivy.market</groupId><!-- your group id: e.g. com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>docker-connector</name><!-- fill your product name -->
<artifactId>docker-connector-modules</artifactId><!-- fill your product name + a "-modules" postfix -->
<version>12.0.0</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<version>12.0.1-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

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

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

<build>
Expand Down

0 comments on commit f3c7f38

Please sign in to comment.