Consistent versioning.

This commit is contained in:
drtshock 2015-04-20 12:50:01 -05:00
parent 9a265aac48
commit 6b2f87c5a9
14 changed files with 14 additions and 14 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.x-SNAPSHOT</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>Essentials</artifactId> <artifactId>Essentials</artifactId>

View File

@ -2,7 +2,7 @@
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: TeamCity version: ${project.version}
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]

View File

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

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: TeamCity version: ${project.version}
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,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>EssentialsChat</artifactId> <artifactId>EssentialsChat</artifactId>

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: TeamCity version: ${project.version}
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,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>EssentialsGeoIP</artifactId> <artifactId>EssentialsGeoIP</artifactId>

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: TeamCity version: ${project.version}
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,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>EssentialsProtect</artifactId> <artifactId>EssentialsProtect</artifactId>

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: TeamCity version: ${project.version}
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,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>EssentialsSpawn</artifactId> <artifactId>EssentialsSpawn</artifactId>

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: TeamCity version: ${project.version}
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,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsParent</artifactId> <artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>EssentialsXMPP</artifactId> <artifactId>EssentialsXMPP</artifactId>

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: TeamCity version: ${project.version}
website: http://ess.khhq.net/wiki/XMPP website: http://ess.khhq.net/wiki/XMPP
description: Provides xmpp communication. description: Provides xmpp communication.
authors: authors: