Skip to content

Commit

Permalink
Make Export-Package is *;version=${version} the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Froese committed Mar 19, 2011
1 parent 1b7363e commit 647b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Expand Up @@ -35,7 +35,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Export-Package>*</Export-Package>
<Export-Package>*;version=${version}</Export-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 647b8f8

Please sign in to comment.