Skip to content

Commit

Permalink
Update project version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Apr 19, 2021
1 parent 1caa558 commit 9d51ff3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>indi.eiriksgata</groupId>
<artifactId>mirai-rulateday-dice</artifactId>
<packaging>pom</packaging>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
<modules>
<module>rulateday-dao</module>
<module>rulateday-server</module>
Expand Down
2 changes: 1 addition & 1 deletion rulateday-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mirai-rulateday-dice</artifactId>
<groupId>indi.eiriksgata</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions rulateday-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mirai-rulateday-dice</artifactId>
<groupId>indi.eiriksgata</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>indi.eiriksgata</groupId>
<artifactId>rulateday-dao</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.5-SNAPSHOT</version>
</dependency>


Expand Down

0 comments on commit 9d51ff3

Please sign in to comment.