Skip to content

Commit e0df0ca

Browse files
committed
[maven-release-plugin] prepare release phive-parent-pom-9.2.0
1 parent 72d379f commit e0df0ca

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

phive-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.phive</groupId>
2424
<artifactId>phive-parent-pom</artifactId>
25-
<version>9.2.0-SNAPSHOT</version>
25+
<version>9.2.0</version>
2626
</parent>
2727
<artifactId>phive-api</artifactId>
2828
<packaging>bundle</packaging>

phive-result/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.phive</groupId>
2424
<artifactId>phive-parent-pom</artifactId>
25-
<version>9.2.0-SNAPSHOT</version>
25+
<version>9.2.0</version>
2626
</parent>
2727
<artifactId>phive-result</artifactId>
2828
<packaging>bundle</packaging>

phive-ves-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.phive</groupId>
2424
<artifactId>phive-parent-pom</artifactId>
25-
<version>9.2.0-SNAPSHOT</version>
25+
<version>9.2.0</version>
2626
</parent>
2727
<artifactId>phive-ves-engine</artifactId>
2828
<packaging>bundle</packaging>

phive-ves-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.phive</groupId>
2424
<artifactId>phive-parent-pom</artifactId>
25-
<version>9.2.0-SNAPSHOT</version>
25+
<version>9.2.0</version>
2626
</parent>
2727
<artifactId>phive-ves-model</artifactId>
2828
<packaging>bundle</packaging>

phive-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.phive</groupId>
2424
<artifactId>phive-parent-pom</artifactId>
25-
<version>9.2.0-SNAPSHOT</version>
25+
<version>9.2.0</version>
2626
</parent>
2727
<artifactId>phive-xml</artifactId>
2828
<packaging>bundle</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.helger.phive</groupId>
2828
<artifactId>phive-parent-pom</artifactId>
29-
<version>9.2.0-SNAPSHOT</version>
29+
<version>9.2.0</version>
3030
<packaging>pom</packaging>
3131
<name>phive-parent-pom</name>
3232
<description>Base POM to build phive - the Philip Helger Integrative Validation Engine</description>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://github.com/phax/phive.git</connection>
4646
<developerConnection>scm:git:https://github.com/phax/phive.git</developerConnection>
4747
<url>http://github.com/phax/phive</url>
48-
<tag>HEAD</tag>
48+
<tag>phive-parent-pom-9.2.0</tag>
4949
</scm>
5050

5151
<organization>

0 commit comments

Comments
 (0)