Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 22, 2021
1 parent 64d3fc9 commit 21b0bdc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ph-schematron-ant-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-ant-task</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions ph-schematron-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-api</artifactId>
<packaging>bundle</packaging>
Expand Down Expand Up @@ -168,7 +168,7 @@ osgi.serviceloader; filter:="(osgi.serviceloader=com.helger.schematron.svrl.ISVR
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxb22-plugin</artifactId>
<version>2.3.3.2-SNAPSHOT</version>
<version>2.3.3.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion ph-schematron-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ph-schematron-pure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-pure</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ph-schematron-schxslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-schxslt</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ph-schematron-testfiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-testfiles</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ph-schematron-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-validator</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ph-schematron-xslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
</parent>
<artifactId>ph-schematron-xslt</artifactId>
<packaging>bundle</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ph-schematron-parent-pom</name>
<description>Base POM to build the ph-schematron projects</description>
Expand Down Expand Up @@ -78,14 +78,14 @@
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.xsd</groupId>
<artifactId>ph-xsds-parent-pom</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 21b0bdc

Please sign in to comment.