Merge branch 'development'

This commit is contained in:
Christian Koop 2022-03-20 11:32:35 +01:00
commit 28cdb97301
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 8 additions and 8 deletions

16
pom.xml
View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>UltimateModeration</artifactId> <artifactId>UltimateModeration</artifactId>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>2.0.9</version> <version>2.0.10</version>
<build> <build>
<defaultGoal>clean install</defaultGoal> <defaultGoal>clean install</defaultGoal>
@ -116,6 +116,13 @@
</repositories> </repositories>
<dependencies> <dependencies>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.12</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
@ -136,12 +143,5 @@
<version>79.1</version> <version>79.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.11</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>