Release 2.18.2

This commit is contained in:
JRoy 2020-11-09 10:51:13 -05:00 committed by MD
parent 3ba675a899
commit a6edf04a60
13 changed files with 21 additions and 21 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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</version>
</parent> </parent>
<artifactId>EssentialsXXMPP</artifactId> <artifactId>EssentialsXXMPP</artifactId>

View File

@ -53,7 +53,7 @@ Using EssentialsX in your plugin
Do you want to integrate with EssentialsX in your plugin? EssentialsX is available on the **ender.zone Maven repository** at https://ci.ender.zone/plugin/repository/everything/. Do you want to integrate with EssentialsX in your plugin? EssentialsX is available on the **ender.zone Maven repository** at https://ci.ender.zone/plugin/repository/everything/.
To depend on EssentialsX 2.18.1, you should use the artifact `net.ess3:EssentialsX:2.18.1`. You can find more information at the [wiki](https://essentialsx.net/wiki/Common-Issues.html#how-do-i-add-essentialsx-as-a-dependency). To depend on EssentialsX 2.18.2, you should use the artifact `net.ess3:EssentialsX:2.18.2`. You can find more information at the [wiki](https://essentialsx.net/wiki/Common-Issues.html#how-do-i-add-essentialsx-as-a-dependency).
Contributing Contributing

View File

@ -5,7 +5,7 @@
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version> <version>2.18.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -289,7 +289,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.18.1</release.version> <release.version>2.18.2</release.version>
<!-- The plugins' build number --> <!-- The plugins' build number -->
<!--suppress UnresolvedMavenProperty --> <!--suppress UnresolvedMavenProperty -->

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</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.18.1</version> <version>2.18.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>