Release 2.18.0

🎉
This commit is contained in:
md678685 2020-07-09 20:11:03 +01:00
parent 6c64aaefec
commit 8046b8594a
12 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsX</artifactId> <artifactId>EssentialsX</artifactId>
@ -75,13 +75,13 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId> <artifactId>BaseProviders</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSReflectionProvider</artifactId> <artifactId>NMSReflectionProvider</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -93,7 +93,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>PaperProvider</artifactId> <artifactId>PaperProvider</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>
@ -105,7 +105,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>1_8Provider</artifactId> <artifactId>1_8Provider</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsXAntiBuild</artifactId> <artifactId>EssentialsXAntiBuild</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsXChat</artifactId> <artifactId>EssentialsXChat</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsXGeoIP</artifactId> <artifactId>EssentialsXGeoIP</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsXProtect</artifactId> <artifactId>EssentialsXProtect</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsXSpawn</artifactId> <artifactId>EssentialsXSpawn</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</parent> </parent>
<artifactId>EssentialsXXMPP</artifactId> <artifactId>EssentialsXXMPP</artifactId>

View File

@ -5,7 +5,7 @@
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -271,7 +271,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- The plugins' release version --> <!-- The plugins' release version -->
<release.version>2.17.2</release.version> <release.version>2.18.0</release.version>
<!-- The plugins' build number --> <!-- The plugins' build number -->
<build.version>${git.closest.tag.commit.count}</build.version> <build.version>${git.closest.tag.commit.count}</build.version>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.17.2</version> <version>2.18.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSReflectionProvider</artifactId> <artifactId>NMSReflectionProvider</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.17.2</version> <version>2.18.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.17.2</version> <version>2.18.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId> <artifactId>BaseProviders</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.17.2</version> <version>2.18.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -23,7 +23,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId> <artifactId>BaseProviders</artifactId>
<version>2.17.2</version> <version>2.18.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>