File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3939 <artifactId >net.adamcin.httpsig.osgi</artifactId >
4040 <packaging >bundle</packaging >
4141
42- <name >${project.artifactId} </name >
42+ <name >HTTP Signature Authentication Support Bundle </name >
4343 <description >
44- OSGi Bundle exporting the core HTTP signature API, JCE and BouncyCastle implementations, and helper classes
44+ OSGi Bundle exporting the core HTTP signature API, JCE and BouncyCastle implementations, and helper classes.
4545 </description >
4646
4747 <inceptionYear >2013</inceptionYear >
6868 <extensions >true</extensions >
6969 <configuration >
7070 <instructions >
71+ <Bundle-SymbolicName >${project.artifactId} </Bundle-SymbolicName >
7172 <Export-Package >
7273 net.adamcin.httpsig.api,
7374 net.adamcin.httpsig.ssh.jce,
Original file line number Diff line number Diff line change 9898 <licenses >
9999 <license >
100100 <name >Public Domain (Unlicense)</name >
101+ <distribution >repo</distribution >
102+ <url >http://unlicense.org/UNLICENSE</url >
101103 </license >
102104 </licenses >
103105
199201 <groupId >org.apache.maven.plugins</groupId >
200202 <artifactId >maven-javadoc-plugin</artifactId >
201203 </plugin >
204+ <plugin >
205+ <groupId >org.apache.maven.plugins</groupId >
206+ <artifactId >maven-release-plugin</artifactId >
207+ <version >2.5</version >
208+ </plugin >
202209 <plugin >
203210 <groupId >org.apache.maven.plugins</groupId >
204211 <artifactId >maven-site-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments