Compare commits

...

2 Commits

Author SHA1 Message Date
Christian Koop 65cb0349b0
Release 3.4.1-DEV 2023-01-11 22:51:57 +01:00
Christian Koop 14c7c4c620
Updates SongodaCore to v2.6.18-DEV 2023-01-11 22:51:47 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicHeads</artifactId>
<version>3.4.0</version>
<version>3.4.1-DEV</version>
<build>
<defaultGoal>clean install</defaultGoal>
@ -122,7 +122,7 @@
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.16</version>
<version>2.6.18-DEV</version>
<scope>compile</scope>
</dependency>
</dependencies>