Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v10.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-team committed Apr 16, 2024
1 parent e25df8d commit e72964b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions maven-config/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.webtest</groupId>
<artifactId>web-config</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:git@github.com:axonivy/web-tester.git</connection>
<developerConnection>scm:git:git@github.com:axonivy/web-tester.git</developerConnection>
<url>git@github.com:axonivy/web-tester.git</url>
<tag>HEAD</tag>
<tag>v10.0.15</tag>
</scm>

<name>web-config</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-config</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<relativePath>maven-config</relativePath>
</parent>

<artifactId>web-module</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions primeui-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-config</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<relativePath>../maven-config</relativePath>
</parent>

<artifactId>primeui-tester</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>jar</packaging>

<name>primeui-tester</name>
Expand Down
4 changes: 2 additions & 2 deletions unit-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-config</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<relativePath>../maven-config</relativePath>
</parent>

<groupId>com.axonivy.ivy.test</groupId>
<artifactId>unit-tester</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>jar</packaging>

<name>unit-tester</name>
Expand Down
2 changes: 1 addition & 1 deletion web-tester-fixture/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.ivy.webtest</groupId>
<artifactId>web-tester-fixture</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>iar-integration-test</packaging>
<properties>
<project.build.plugin.version>10.0.14</project.build.plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions web-tester-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-config</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<relativePath>../maven-config</relativePath>
</parent>

<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester-product</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>pom</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions web-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-config</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<relativePath>../maven-config</relativePath>
</parent>

<artifactId>web-tester</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.15</version>
<packaging>jar</packaging>

<name>web-tester</name>
Expand Down

0 comments on commit e72964b

Please sign in to comment.