Skip to content

Commit 01d958f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 119b0d1 commit 01d958f

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

ph-schematron-ant-task/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-ant-task</artifactId>
2828
<packaging>jar</packaging>

ph-schematron-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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-api</artifactId>
2828
<packaging>bundle</packaging>

ph-schematron-maven-plugin/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<groupId>com.helger.maven</groupId>
2828
<artifactId>ph-schematron-maven-plugin</artifactId>

ph-schematron-pure/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-pure</artifactId>
2828
<packaging>bundle</packaging>

ph-schematron-schxslt/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-schxslt</artifactId>
2828
<packaging>bundle</packaging>

ph-schematron-testfiles/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-testfiles</artifactId>
2828
<packaging>bundle</packaging>

ph-schematron-validator/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-validator</artifactId>
2828
<packaging>bundle</packaging>

ph-schematron-xslt/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.schematron</groupId>
2424
<artifactId>ph-schematron-parent-pom</artifactId>
25-
<version>9.0.0</version>
25+
<version>9.0.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>ph-schematron-xslt</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.schematron</groupId>
2828
<artifactId>ph-schematron-parent-pom</artifactId>
29-
<version>9.0.0</version>
29+
<version>9.0.1-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131
<name>ph-schematron-parent-pom</name>
3232
<description>Base POM to build the ph-schematron projects</description>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://github.com/phax/ph-schematron.git</connection>
4646
<developerConnection>scm:git:https://github.com/phax/ph-schematron.git</developerConnection>
4747
<url>https://github.com/phax/ph-schematron</url>
48-
<tag>ph-schematron-parent-pom-9.0.0</tag>
48+
<tag>HEAD</tag>
4949
</scm>
5050

5151
<distributionManagement>

0 commit comments

Comments
 (0)