Skip to content

Commit

Permalink
Merge pull request haraldk#42 from ankon/pom-implementation-url-confi…
Browse files Browse the repository at this point in the history
…guration

Use the project.scm.url as Implementation-URL in the jar manifests
  • Loading branch information
haraldk committed Mar 3, 2014
2 parents e3bab84 + 83a6d60 commit aacad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -66,7 +66,7 @@
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
<Implementation-URL>${project.scm.url}</Implementation-URL>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit aacad8a

Please sign in to comment.