Skip to content

Commit 2578f15

Browse files
committed
Update version for release
1 parent de552a5 commit 2578f15

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>cambio.simulator</groupId>
77
<artifactId>misim</artifactId>
8-
<version>3.4.0</version>
8+
<version>4.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>MiSim Simulator</name>
@@ -38,6 +38,7 @@
3838
<developerConnection>scm:git:https://github.com/Cambio-Project/MiSim</developerConnection>
3939
<tag>HEAD</tag>
4040
</scm>
41+
4142
<distributionManagement>
4243
<repository>
4344
<id>github</id>

restAPI/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>restAPI</groupId>
1212
<artifactId>restAPI</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.2-SNAPSHOT</version>
1414
<name>restAPI</name>
1515
<properties>
1616
<java.version>17</java.version>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>cambio.simulator</groupId>
2828
<artifactId>misim</artifactId>
29-
<version>3.4.0</version>
29+
<version>4.1.0</version>
3030
</dependency>
3131

3232
<dependency>

0 commit comments

Comments
 (0)