Bump version to 2.16.1

This commit is contained in:
md678685 2019-03-01 22:45:25 +00:00
parent 0711fd6f9e
commit f57557b43a
16 changed files with 30 additions and 30 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.16.0</version> <version>2.16.1</version>
</parent> </parent>
<artifactId>EssentialsX</artifactId> <artifactId>EssentialsX</artifactId>
@ -63,19 +63,19 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>UpdatedMetaProvider</artifactId> <artifactId>UpdatedMetaProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>1_8_R1Provider</artifactId> <artifactId>1_8_R1Provider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
@ -87,7 +87,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>1_8_R2Provider</artifactId> <artifactId>1_8_R2Provider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
@ -99,19 +99,19 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>LegacyProvider</artifactId> <artifactId>LegacyProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>ReflectionProvider</artifactId> <artifactId>ReflectionProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>FlattenedProvider</artifactId> <artifactId>FlattenedProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</version>
</parent> </parent>
<artifactId>EssentialsXXMPP</artifactId> <artifactId>EssentialsXXMPP</artifactId>

View File

@ -58,7 +58,7 @@ Each module's jar can be found in `target/` inside each module's directory.
Using EssentialsX in your plugin Using EssentialsX in your plugin
-------------------------------- --------------------------------
Writing a plugin and want to support EssentialsX? We have a Maven repository at https://ci.ender.zone/plugin/repository/everything/, and the EssentialsX artifact is `net.ess3:EssentialsX:2.16.0`. More information at the [wiki](https://github.com/EssentialsX/Essentials/wiki/Common-Issues#how-do-i-add-essentialsx-as-a-dependency). Writing a plugin and want to support EssentialsX? We have a Maven repository at https://ci.ender.zone/plugin/repository/everything/, and the EssentialsX artifact is `net.ess3:EssentialsX:2.16.1`. More information at the [wiki](https://github.com/EssentialsX/Essentials/wiki/Common-Issues#how-do-i-add-essentialsx-as-a-dependency).
Contributing Contributing

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.16.0</version> <version>2.16.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</version> <version>2.16.1</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>NMSProvider</artifactId> <artifactId>NMSProvider</artifactId>
<version>2.16.0</version> <version>2.16.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -5,7 +5,7 @@
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.16.0</version> <version>2.16.1</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.16.0</release.version> <release.version>2.16.1</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>