Skip to content

Commit

Permalink
Manually raise to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Apr 20, 2023
1 parent e6dc965 commit 90f934e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-tests/maven-libs/m2-lib-user-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.test</groupId>
<artifactId>m2-lib-user-test</artifactId>
<version>11.1.0-SNAPSHOT</version>
<version>11.1.0</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>${project.version}</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/maven-libs/m2-lib-user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.test</groupId>
<artifactId>m2-lib-user</artifactId>
<version>11.1.0-SNAPSHOT</version>
<version>11.1.0</version>
<packaging>iar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/maven-libs/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.ivy.ci</groupId>
<artifactId>tests-m2e-libs</artifactId>
<version>11.1.0-SNAPSHOT</version>
<version>11.1.0</version>
<packaging>pom</packaging>
<name>XIVY-9763 re-use m2 deps</name>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/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.ivy.ci</groupId>
<artifactId>project-build-plugin-tests</artifactId>
<version>11.1.0-SNAPSHOT</version>
<version>11.1.0</version>
<packaging>pom</packaging>

<modules>
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.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>11.1.0-SNAPSHOT</version>
<version>11.1</version>

<name>Axon Ivy Project Build Plugin</name>
<description>Maven plugin for the automated building of Axon Ivy Projects. Referenced from the pom.xml of Axon Ivy Projects.</description>
Expand Down

0 comments on commit 90f934e

Please sign in to comment.