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 /api/pom.xml | |
parent | 85ed1dfd5d3ef68dcd885b9aac03495f7bdb4611 (diff) |
Updated documentation.
Diffstat (limited to 'api/pom.xml')
-rw-r--r-- | api/pom.xml | 1 |
1 files changed, 1 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> |