Skip to content

Commit 9c879ff

Browse files
committed
updated license location, and net.adamcin.httpsig.osgi name and symbolic ID
1 parent 4bb9001 commit 9c879ff

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

osgi/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
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>
@@ -68,6 +68,7 @@
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,

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
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

@@ -199,6 +201,11 @@
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>

0 commit comments

Comments
 (0)