Commit 61a8d371 authored by Claus Nagel's avatar Claus Nagel
Browse files

version number representation changed to follow semantic versioning approach (http://semver.org/)

parent 4de6835c
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<attribute name="Built-Id" value="${user.name}-${app.name}-${app.version}" /> <attribute name="Built-Id" value="${user.name}-${app.name}-${app.version}" />
<attribute name="Built-Date" value="${TODAY}" /> <attribute name="Built-Date" value="${TODAY}" />
<attribute name="Implementation-Title" value="${app.manifest.title}" /> <attribute name="Implementation-Title" value="${app.manifest.title}" />
<attribute name="Implementation-Version" value="${app.version}-b${build.number}" /> <attribute name="Implementation-Version" value="${app.version}+${build.number}" />
<attribute name="Class-Path" value="${manifest.classpath}" /> <attribute name="Class-Path" value="${manifest.classpath}" />
<attribute name="Main-Class" value="${app.class}" /> <attribute name="Main-Class" value="${app.class}" />
</manifest> </manifest>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment