Skip to content

Commit

Permalink
update version to 2.7.0 proper
Browse files Browse the repository at this point in the history
update to gcm 4.1.0 proper
update to traskit 3.2.0 proper
  • Loading branch information
bischoffz authored Feb 28, 2024
1 parent db9ad54 commit bbd321b
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 @@ -40,7 +40,7 @@

<!-- Properties -->
<properties>
<revision>2.7.0-SNAPSHOT</revision>
<revision>2.7.0</revision>

<!-- basic project properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -57,8 +57,8 @@
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>

<!-- dependency versions -->
<taskit.version>3.2.0-SNAPSHOT</taskit.version>
<gcm.version>4.1.0-SNAPSHOT</gcm.version>
<taskit.version>3.2.0</taskit.version>
<gcm.version>4.1.0</gcm.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<junit-jupiter-engine.version>5.10.2</junit-jupiter-engine.version>
</properties>
Expand Down

0 comments on commit bbd321b

Please sign in to comment.