Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
franksn90 committed Apr 15, 2024
1 parent de552a5 commit 2578f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cambio.simulator</groupId>
<artifactId>misim</artifactId>
<version>3.4.0</version>
<version>4.1.0</version>
<packaging>jar</packaging>

<name>MiSim Simulator</name>
Expand Down Expand Up @@ -38,6 +38,7 @@
<developerConnection>scm:git:https://github.com/Cambio-Project/MiSim</developerConnection>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>github</id>
Expand Down
4 changes: 2 additions & 2 deletions restAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>restAPI</groupId>
<artifactId>restAPI</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<name>restAPI</name>
<properties>
<java.version>17</java.version>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>cambio.simulator</groupId>
<artifactId>misim</artifactId>
<version>3.4.0</version>
<version>4.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2578f15

Please sign in to comment.