Merge branch 'development'

This commit is contained in:
Christian Koop 2022-01-30 12:19:27 +01:00
commit 0704096e4a
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>EpicHoppers</artifactId> <artifactId>EpicHoppers</artifactId>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>4.7.2</version> <version>4.7.3</version>
<build> <build>
<defaultGoal>clean install</defaultGoal> <defaultGoal>clean install</defaultGoal>
<finalName>EpicHoppers-${project.version}</finalName> <finalName>EpicHoppers-${project.version}</finalName>
@ -133,7 +133,7 @@
<dependency> <dependency>
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId> <artifactId>SongodaCore</artifactId>
<version>2.6.7</version> <version>2.6.11</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>