Skip to content

Commit

Permalink
Release (#24)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release v10.0.3

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: linhpd-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and linhpd-axonivy authored Sep 12, 2024
1 parent 3453b64 commit f368f2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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>10.0.3-SNAPSHOT</version>
<version>10.0.4-SNAPSHOT</version>
<packaging>iar</packaging>
<organization>
<name>Axon Ivy AG</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.axonivy.market</groupId>
<artifactId>docker-connector</artifactId>
<version>10.0.3-SNAPSHOT</version>
<version>10.0.4-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
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>10.0.3-SNAPSHOT</version>
<version>10.0.4-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>10.0.3-SNAPSHOT</version>
<version>10.0.4-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>10.0.3-SNAPSHOT</version>
<version>10.0.4-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 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>10.0.3-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<version>10.0.4-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit f368f2d

Please sign in to comment.