Updated to pre16

This commit is contained in:
Auxilor 2020-08-29 22:21:31 +01:00
parent a1bd4f8a3f
commit b3af2c56a7
7 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>4.1.0-pre15</version>
<version>4.1.0-pre16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>4.1.0-pre15</version>
<version>4.1.0-pre16</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>4.1.0-pre15</version>
<version>4.1.0-pre16</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>4.1.0-pre15</version>
<version>4.1.0-pre16</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>4.1.0-pre15</version>
<version>4.1.0-pre16</version>
</parent>
<artifactId>plugin</artifactId>

View File

@ -201,7 +201,7 @@ public class EcoEnchants {
public static final EcoEnchant NETHERIC = new Netheric();
public static final EcoEnchant ENDERISM = new Enderism();
public static final EcoEnchant RAGE = new Rage();
public static final EcoEnchant IMPACT = new Impact();
//public static final EcoEnchant IMPACT = new Impact();
/**
* Get all registered {@link EcoEnchant}s

View File

@ -6,7 +6,7 @@
<groupId>com.willfp.ecoenchants</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-pre15</version>
<version>4.1.0-pre16</version>
<packaging>pom</packaging>
<name>EcoEnchants Parent</name>