Introduce better versioning system, mark 2.

By: Luke GB <github@lukegb.com>
This commit is contained in:
CraftBukkit/Spigot
2011-02-01 21:47:28 +00:00
parent 19eadde312
commit 9a102a26c1
2 changed files with 11 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
<url>http://www.bukkit.org</url>
<properties>
<build.version>unknown</build.version>
<api.version>unknown</api.version>
</properties>
<repositories>
<repository>
@@ -54,7 +55,12 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
<Build-Version>${build.version}</Build-Version>
<Implementation-Title>CraftBukkit</Implementation-Title>
<Implementation-Version>${build.version}</Implementation-Version>
<Implementation-Vendor>Bukkit Team</Implementation-Title>
<Specification-Title>Bukkit</Specification-Title>
<Specification-Version>${api.version}</Specification-Version>
<Specification-Vendor>Bukkit Team</Specification-Vendor>
</manifestEntries>
</transformer>
</transformers>