Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 5, 2024
1 parent b10eb96 commit 5a993dd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions ph-schematron-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,8 @@
<maven.core.version>3.8.6</maven.core.version>
<maven.annot.version>3.7.0</maven.annot.version>
<maven.test.version>3.3.0</maven.test.version>
<easymock.version>5.5.0</easymock.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.4.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
Expand Down Expand Up @@ -142,6 +133,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easymock.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5a993dd

Please sign in to comment.