diff options
author | Julien Eluard <[email protected]> | 2010-11-22 13:40:37 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-22 13:40:37 +0100 |
commit | e485a9f6dbffdea88deb33b391f0c70193ef489a (patch) | |
tree | 93ffab5e4b53c30eb7ce36033f6a840581ecc526 | |
parent | 85ed1dfd5d3ef68dcd885b9aac03495f7bdb4611 (diff) |
Updated documentation.
-rw-r--r-- | api/pom.xml | 1 | ||||
-rw-r--r-- | api/src/site/apt/usage.apt.vm | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml index c48d8d7..15e8aa1 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -52,6 +52,7 @@ </transformers> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>full</shadedClassifierName> + <finalName>semver-${project.version}</finalName> </configuration> </execution> </executions> diff --git a/api/src/site/apt/usage.apt.vm b/api/src/site/apt/usage.apt.vm index f470268..0d87e05 100644 --- a/api/src/site/apt/usage.apt.vm +++ b/api/src/site/apt/usage.apt.vm @@ -19,6 +19,8 @@ What is this? This simple command line tool looks at Java JAR files and determine inspect API changes. + You might download self contained JAR file from {{{https://github.com/downloads/jeluard/semantic-versioning/semver-${project.version}.jar}github}}. + Diff |