Skip to content

Commit

Permalink
Release 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy authored and mdcfe committed Nov 16, 2020
1 parent 3ba675a commit a6edf04
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions Essentials/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsX</artifactId>
Expand Down Expand Up @@ -75,13 +75,13 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSReflectionProvider</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>PaperProvider</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
<exclusions>
<exclusion>
<groupId>com.destroystokyo.paper</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>1_8Provider</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsAntiBuild/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsXAntiBuild</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsChat/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsXChat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsGeoIP/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsXGeoIP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsProtect/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsXProtect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsSpawn/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsXSpawn</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsXMPP/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</parent>

<artifactId>EssentialsXXMPP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/.

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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -289,7 +289,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- The plugins' release version -->
<release.version>2.18.1</release.version>
<release.version>2.18.2</release.version>

<!-- The plugins' build number -->
<!--suppress UnresolvedMavenProperty -->
Expand Down
4 changes: 2 additions & 2 deletions providers/1_8Provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.18.1</version>
<version>2.18.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSReflectionProvider</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion providers/BaseProviders/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.18.1</version>
<version>2.18.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions providers/NMSReflectionProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.18.1</version>
<version>2.18.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions providers/PaperProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.18.1</version>
<version>2.18.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
Expand Down

0 comments on commit a6edf04

Please sign in to comment.