Skip to content

Commit a75d2d1

Browse files
committed
[maven-release-plugin] prepare release phive-parent-pom-7.0.1
1 parent 433983c commit a75d2d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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>7.0.1-SNAPSHOT</version>
25+
<version>7.0.1</version>
2626
</parent>
2727
<artifactId>phive-api</artifactId>
2828
<packaging>bundle</packaging>

phive-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>7.0.1-SNAPSHOT</version>
25+
<version>7.0.1</version>
2626
</parent>
2727
<artifactId>phive-engine</artifactId>
2828
<packaging>bundle</packaging>

phive-json/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>7.0.1-SNAPSHOT</version>
25+
<version>7.0.1</version>
2626
</parent>
2727
<artifactId>phive-json</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>7.0.1-SNAPSHOT</version>
29+
<version>7.0.1</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:git@github.com:phax/phive.git</connection>
4646
<developerConnection>scm:git:git@github.com:phax/phive.git</developerConnection>
4747
<url>http://github.com/phax/phive</url>
48-
<tag>HEAD</tag>
48+
<tag>phive-parent-pom-7.0.1</tag>
4949
</scm>
5050

5151
<organization>

0 commit comments

Comments
 (0)