Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz authored Oct 24, 2024
1 parent abcd307 commit 0a13e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Properties -->
<properties>
<!-- Version -->
<revision>5.0.0</revision>
<revision>5.0.1-SNAPSHOT</revision>

<!-- basic project properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -70,7 +70,7 @@

<!-- dependency versions -->
<gson.version>2.11.0</gson.version>
<util.version>4.3.0</util.version>
<util.version>4.4.0-SNAPSHOT</util.version>
<junit-jupiter-engine.version>5.11.2</junit-jupiter-engine.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -418,4 +418,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 0a13e1d

Please sign in to comment.