Skip to content

Commit

Permalink
Merge pull request #29 from axonivy-market/new-release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ivy-rew authored Nov 29, 2024
2 parents d5409a1 + f3c7f38 commit 519ea6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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-SNAPSHOT</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-SNAPSHOT</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-SNAPSHOT</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-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</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>12.0.0-SNAPSHOT</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 Down

0 comments on commit 519ea6e

Please sign in to comment.