Merge branch 'development'

This commit is contained in:
Christian Koop 2022-01-15 23:15:05 +01:00
commit b4744d16ad
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 5 additions and 6 deletions

11
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>EpicEnchants</artifactId> <artifactId>EpicEnchants</artifactId>
<version>1.2.0</version> <version>1.2.1</version>
<name>EpicEnchants</name> <name>EpicEnchants</name>
<description>Unlock the potential of your weapons, tools and armor by making your own custom enchants.</description> <description>Unlock the potential of your weapons, tools and armor by making your own custom enchants.</description>
@ -33,8 +33,7 @@
<source>${java.version}</source> <source>${java.version}</source>
<target>${java.version}</target> <target>${java.version}</target>
<!-- TODO: Requires jdk9+, prepare CI/CD before enabling this --> <release>${java.release}</release>
<!-- <release>${java.release}</release> -->
</configuration> </configuration>
</plugin> </plugin>
@ -109,15 +108,15 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId> <artifactId>spigot-api</artifactId>
<version>1.17</version> <version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId> <artifactId>SongodaCore</artifactId>
<version>LATEST</version> <version>2.6.10</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>