summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLuke GB <github@lukegb.com>2011-02-01 21:47:28 +0000
committerLuke GB <github@lukegb.com>2011-02-01 21:48:21 +0000
commit3a3a0e6169f50e6b3f7301bc6b9778b674bea40f (patch)
tree35f0ea1f0b256637eab8cdabdec13718660112a4 /pom.xml
parenteea070ed852d118b23b7345db3374533878a0998 (diff)
downloadcraftbukkit-3a3a0e6169f50e6b3f7301bc6b9778b674bea40f.tar
craftbukkit-3a3a0e6169f50e6b3f7301bc6b9778b674bea40f.tar.gz
craftbukkit-3a3a0e6169f50e6b3f7301bc6b9778b674bea40f.tar.lz
craftbukkit-3a3a0e6169f50e6b3f7301bc6b9778b674bea40f.tar.xz
craftbukkit-3a3a0e6169f50e6b3f7301bc6b9778b674bea40f.zip
Introduce better versioning system, mark 2.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ad52631d..20d66236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>