Skip to content

Commit

Permalink
Implement new versioning as per #1873 (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe authored and drtshock committed Mar 29, 2018
1 parent 823f1c2 commit 613e852
Show file tree
Hide file tree
Showing 40 changed files with 96 additions and 52 deletions.
3 changes: 2 additions & 1 deletion Essentials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsX</artifactId>
Expand All @@ -19,6 +19,7 @@
</licenses>

<build>
<finalName>EssentialsX-${full.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat

# Version ${project.version}-b${build.number}
# Version ${full.version}

# KITS ARE NOW IN THE kits.yml FILE

Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/items.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version: ${project.version}-b${build.number}
#version: ${full.version}
#If you change this file, it will not be automatically updated after the next release.
#item,id,metadata
stone,1,0
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_cs.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_da.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_de.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_en.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_es.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_et.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_fi.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_fr.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.com
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Début des traductions
# EssentialsX a été traduit par la communauté française.
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_hu.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by: montlikadani
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_it.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_ko.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_lt.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_nl.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_pl.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# Updated by RikoDEV
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_pt.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_pt_BR.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_ro.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_ru.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_sv.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_tr.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_zh_HK.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/messages_zh_TW.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#X-Generator: crowdin.net
#version: ${project.version}-b${build.number}
#version: ${full.version}
# Single quotes have to be doubled: ''
# Translations start here
# by:
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Essentials
main: com.earth2me.essentials.Essentials
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://tiny.cc/EssentialsCommands
description: Provides an essential, core set of commands for Bukkit.
softdepend: [Vault]
Expand Down
6 changes: 5 additions & 1 deletion EssentialsAntiBuild/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsXAntiBuild</artifactId>
Expand All @@ -18,6 +18,10 @@
</license>
</licenses>

<build>
<finalName>EssentialsXAntiBuild-${full.version}</finalName>
</build>

<dependencies>
<dependency>
<groupId>net.ess3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsAntiBuild/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: EssentialsAntiBuild
main: com.earth2me.essentials.antibuild.EssentialsAntiBuild
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://tiny.cc/EssentialsCommands
description: Provides build protection.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, Iaccidentally]
Expand Down
6 changes: 5 additions & 1 deletion EssentialsChat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsXChat</artifactId>
Expand All @@ -18,6 +18,10 @@
</license>
</licenses>

<build>
<finalName>EssentialsXChat-${full.version}</finalName>
</build>

<dependencies>
<dependency>
<groupId>net.ess3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsChat/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: EssentialsChat
main: com.earth2me.essentials.chat.EssentialsChat
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://tiny.cc/EssentialsCommands
description: Provides chat control features for Essentials. Requires Permissions.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally]
Expand Down
3 changes: 2 additions & 1 deletion EssentialsGeoIP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsXGeoIP</artifactId>
Expand Down Expand Up @@ -43,6 +43,7 @@
</dependencies>

<build>
<finalName>EssentialsXGeoIP-${full.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsGeoIP/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: EssentialsGeoIP
main: com.earth2me.essentials.geoip.EssentialsGeoIP
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://tiny.cc/EssentialsCommands
description: Shows the country or city of a user on login and /whois.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, kjiang]
Expand Down
6 changes: 5 additions & 1 deletion EssentialsProtect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsXProtect</artifactId>
Expand All @@ -18,6 +18,10 @@
</license>
</licenses>

<build>
<finalName>EssentialsXProtect-${full.version}</finalName>
</build>

<dependencies>
<dependency>
<groupId>net.ess3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsProtect/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: EssentialsProtect
main: com.earth2me.essentials.protect.EssentialsProtect
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://tiny.cc/EssentialsCommands
description: Provides protection for various parts of the world.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
Expand Down
6 changes: 5 additions & 1 deletion EssentialsSpawn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsXSpawn</artifactId>
Expand All @@ -18,6 +18,10 @@
</license>
</licenses>

<build>
<finalName>EssentialsXSpawn-${full.version}</finalName>
</build>

<dependencies>
<dependency>
<groupId>net.ess3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsSpawn/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: EssentialsSpawn
main: com.earth2me.essentials.spawn.EssentialsSpawn
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://tiny.cc/EssentialsCommands
description: Provides spawn control commands, utilizing Essentials.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
Expand Down
5 changes: 4 additions & 1 deletion EssentialsXMPP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId>
<version>2.0.1</version>
<version>2.15.0</version>
</parent>

<artifactId>EssentialsXXMPP</artifactId>
Expand All @@ -31,7 +31,10 @@
</dependency>
</dependencies>



<build>
<finalName>EssentialsXXMPP-${full.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion EssentialsXMPP/src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: EssentialsXMPP
main: com.earth2me.essentials.xmpp.EssentialsXMPP
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${project.version}-b${build.number}
version: ${full.version}
website: http://ess.khhq.net/wiki/XMPP
description: Provides xmpp communication.
authors:
Expand Down
Loading

1 comment on commit 613e852

@Dolphin2Point1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YES! IT'S FINALLY OUT. AFTER AGES OF BAD VERSIONING.

Please sign in to comment.