Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v10.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-team committed Oct 27, 2023
1 parent 3367cf8 commit acbe429
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 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.14-SNAPSHOT</version>
<version>10.0.14</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:[email protected]:axonivy/web-tester.git</connection>
<developerConnection>scm:git:[email protected]:axonivy/web-tester.git</developerConnection>
<url>[email protected]:axonivy/web-tester.git</url>
<tag>HEAD</tag>
<tag>v10.0.14</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.14-SNAPSHOT</version>
<version>10.0.14</version>
<relativePath>maven-config</relativePath>
</parent>

<artifactId>web-module</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.14</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.14-SNAPSHOT</version>
<version>10.0.14</version>
<relativePath>../maven-config</relativePath>
</parent>

<artifactId>primeui-tester</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.14</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.14-SNAPSHOT</version>
<version>10.0.14</version>
<relativePath>../maven-config</relativePath>
</parent>

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

<name>unit-tester</name>
Expand Down
5 changes: 2 additions & 3 deletions web-tester-fixture/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester-fixture</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.14</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.14-SNAPSHOT</version>
<version>10.0.14</version>
<relativePath>../maven-config</relativePath>
</parent>

<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester-product</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.14</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.14-SNAPSHOT</version>
<version>10.0.14</version>
<relativePath>../maven-config</relativePath>
</parent>

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

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

0 comments on commit acbe429

Please sign in to comment.