Navigation Menu

Skip to content

Commit

Permalink
Bump version to 2.17-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Jun 26, 2019
1 parent 2938330 commit 0584353
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions Essentials/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</parent>

<artifactId>EssentialsX</artifactId>
Expand Down Expand Up @@ -63,19 +63,19 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>UpdatedMetaProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>1_8_R1Provider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>1_8_R2Provider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -99,19 +99,19 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>LegacyProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>ReflectionProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>FlattenedProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.16.1</version>
<version>2.17-pre1</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.16.1</version>
<version>2.17-pre1</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.16.1</version>
<version>2.17-pre1</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.16.1</version>
<version>2.17-pre1</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.16.1</version>
<version>2.17-pre1</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.16.1</version>
<version>2.17-pre1</version>
</parent>

<artifactId>EssentialsXXMPP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ Each module's jar can be found in `target/` inside each module's directory.
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.1`. 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.17-pre1`. More information at the [wiki](https://github.com/EssentialsX/Essentials/wiki/Common-Issues#how-do-i-add-essentialsx-as-a-dependency).


Contributing
Expand Down
4 changes: 2 additions & 2 deletions nms/1_8_R1Provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions nms/1_8_R2Provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions nms/FlattenedProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions nms/LegacyProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion nms/NMSProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions nms/ReflectionProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nms/UpdatedMetaProvider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId>
<version>2.16.1</version>
<version>2.17-pre1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.16.1</version>
<version>2.17-pre1</version>

<packaging>pom</packaging>

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

<!-- The plugins' release version -->
<release.version>2.16.1</release.version>
<release.version>2.17-pre1</release.version>

<!-- The plugins' build number -->
<build.version>${git.closest.tag.commit.count}</build.version>
Expand Down

0 comments on commit 0584353

Please sign in to comment.