Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 8, 2023
1 parent 6a67369 commit f680617
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions ph-schematron-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.0.1</version>
<version>5.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -87,6 +87,12 @@
<version>${maven.core.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${maven.annot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons</artifactId>
Expand All @@ -103,12 +109,6 @@
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-pure</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${maven.annot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
Expand Down Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.7.0</version>
</plugin>
</plugins>
</reporting>
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 @@ -98,7 +98,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-dirindex-maven-plugin</artifactId>
<version>3.0.3</version><!--$NO-MVN-MAN-VER$-->
<version>4.0.0</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<id>sch</id>
Expand Down

0 comments on commit f680617

Please sign in to comment.