Build number in version.

This commit is contained in:
drtshock 2015-06-02 14:47:42 -05:00
parent 318e0eabea
commit bcc76aff63
15 changed files with 16 additions and 155 deletions

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsX</artifactId> <artifactId>EssentialsX</artifactId>

View file

@ -2,10 +2,10 @@
name: Essentials name: Essentials
main: com.earth2me.essentials.Essentials main: com.earth2me.essentials.Essentials
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://tiny.cc/EssentialsCommands website: http://tiny.cc/EssentialsCommands
description: Provides an essential, core set of commands for Bukkit. description: Provides an essential, core set of commands for Bukkit.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs]
commands: commands:
afk: afk:
description: Marks you as away-from-keyboard. description: Marks you as away-from-keyboard.

View file

@ -6,18 +6,11 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsXAntiBuild</artifactId> <artifactId>EssentialsXAntiBuild</artifactId>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>
@ -25,22 +18,6 @@
</license> </license>
</licenses> </licenses>
<scm>
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
<url>https://github.com/essentials/Essentials</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://essentials3.atlassian.net</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://ci.ess3.net/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>

View file

@ -2,7 +2,7 @@
name: EssentialsAntiBuild name: EssentialsAntiBuild
main: com.earth2me.essentials.antibuild.EssentialsAntiBuild main: com.earth2me.essentials.antibuild.EssentialsAntiBuild
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://tiny.cc/EssentialsCommands website: http://tiny.cc/EssentialsCommands
description: Provides build protection. description: Provides build protection.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, Iaccidentally] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, Iaccidentally]

View file

@ -6,18 +6,11 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsXChat</artifactId> <artifactId>EssentialsXChat</artifactId>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>
@ -25,22 +18,6 @@
</license> </license>
</licenses> </licenses>
<scm>
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
<url>https://github.com/essentials/Essentials</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://essentials3.atlassian.net</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://ci.ess3.net/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>

View file

@ -2,7 +2,7 @@
name: EssentialsChat name: EssentialsChat
main: com.earth2me.essentials.chat.EssentialsChat main: com.earth2me.essentials.chat.EssentialsChat
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://tiny.cc/EssentialsCommands website: http://tiny.cc/EssentialsCommands
description: Provides chat control features for Essentials. Requires Permissions. description: Provides chat control features for Essentials. Requires Permissions.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally]

View file

@ -6,18 +6,11 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsXGeoIP</artifactId> <artifactId>EssentialsXGeoIP</artifactId>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>
@ -31,16 +24,6 @@
<url>https://github.com/essentials/Essentials</url> <url>https://github.com/essentials/Essentials</url>
</scm> </scm>
<issueManagement>
<system>JIRA</system>
<url>http://essentials3.atlassian.net</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://ci.ess3.net/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>

View file

@ -2,7 +2,7 @@
name: EssentialsGeoIP name: EssentialsGeoIP
main: com.earth2me.essentials.geoip.EssentialsGeoIP main: com.earth2me.essentials.geoip.EssentialsGeoIP
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://tiny.cc/EssentialsCommands website: http://tiny.cc/EssentialsCommands
description: Shows the country or city of a user on login and /whois. description: Shows the country or city of a user on login and /whois.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]

View file

@ -6,18 +6,11 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsXProtect</artifactId> <artifactId>EssentialsXProtect</artifactId>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>
@ -25,22 +18,6 @@
</license> </license>
</licenses> </licenses>
<scm>
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
<url>https://github.com/essentials/Essentials</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://essentials3.atlassian.net</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://ci.ess3.net/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>

View file

@ -2,7 +2,7 @@
name: EssentialsProtect name: EssentialsProtect
main: com.earth2me.essentials.protect.EssentialsProtect main: com.earth2me.essentials.protect.EssentialsProtect
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://tiny.cc/EssentialsCommands website: http://tiny.cc/EssentialsCommands
description: Provides protection for various parts of the world. description: Provides protection for various parts of the world.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]

View file

@ -6,18 +6,11 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsXSpawn</artifactId> <artifactId>EssentialsXSpawn</artifactId>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>
@ -25,22 +18,6 @@
</license> </license>
</licenses> </licenses>
<scm>
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
<url>https://github.com/essentials/Essentials</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://essentials3.atlassian.net</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://ci.ess3.net/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>

View file

@ -2,7 +2,7 @@
name: EssentialsSpawn name: EssentialsSpawn
main: com.earth2me.essentials.spawn.EssentialsSpawn main: com.earth2me.essentials.spawn.EssentialsSpawn
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://tiny.cc/EssentialsCommands website: http://tiny.cc/EssentialsCommands
description: Provides spawn control commands, utilizing Essentials. description: Provides spawn control commands, utilizing Essentials.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]

View file

@ -6,18 +6,11 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
</parent> </parent>
<artifactId>EssentialsXXMPP</artifactId> <artifactId>EssentialsXXMPP</artifactId>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>
@ -25,22 +18,6 @@
</license> </license>
</licenses> </licenses>
<scm>
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
<url>https://github.com/essentials/Essentials</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://essentials3.atlassian.net</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://ci.ess3.net/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>

View file

@ -2,7 +2,7 @@
name: EssentialsXMPP name: EssentialsXMPP
main: com.earth2me.essentials.xmpp.EssentialsXMPP main: com.earth2me.essentials.xmpp.EssentialsXMPP
# Note to developers: This next line cannot change, or the automatic versioning system will break. # Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version} version: ${project.version}-b${BUILD_NUMBER}
website: http://ess.khhq.net/wiki/XMPP website: http://ess.khhq.net/wiki/XMPP
description: Provides xmpp communication. description: Provides xmpp communication.
authors: authors:

View file

@ -5,17 +5,10 @@
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
<url>http://ess3.net/</url>
</organization>
<licenses> <licenses>
<license> <license>
<name>GPLv3</name> <name>GPLv3</name>