We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe624 commit c0c21f2Copy full SHA for c0c21f2
CHANGES.txt
@@ -5,6 +5,7 @@ Base64Coder Changes
5
2010-12-19 chdh
6
- Maven POM file changed to use the Apache Felix Bundle Plugin in order
7
to generate a OSGi bundle definition in the JAR manifest.
8
+ Thanks to Don Corley for your assistance.
9
10
2010-09-21 chdh
11
- Added GPL (License).
pom.xml
@@ -137,6 +137,7 @@
137
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
138
<Export-Package>biz.source_code.base64Coder.*</Export-Package>
139
<Bundle-Version>1.0.0.${project.version}</Bundle-Version>
140
+ <Bundle-DocURL>${pom.url}</Bundle-DocURL>
141
</instructions>
142
</configuration>
143
</plugin>
0 commit comments