File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >de.christofreichardt</groupId >
6
6
<artifactId >json-web-signature</artifactId >
7
7
<version >1.0.0-beta</version >
8
-
8
+ <name >json-web-signature</name >
9
+ <description >A partial implementation of RFC 7515</description >
10
+
11
+ <licenses >
12
+ <license >
13
+ <name >GNU General Public License 3</name >
14
+ <url >http://www.gnu.org/licenses/gpl-3.0.html</url >
15
+ <distribution >repo</distribution >
16
+ </license >
17
+ </licenses >
18
+ <developers >
19
+ <developer >
20
+ <name >Christof Reichardt</name >
21
+
22
+ <organizationUrl >http://www.christofreichardt.de/index.html</organizationUrl >
23
+ </developer >
24
+ </developers >
25
+ <scm >
26
+ <url >https://github.com/chr78rm/json-web-signature</url >
27
+ </scm >
28
+ <distributionManagement >
29
+ <snapshotRepository >
30
+ <id >ossrh</id >
31
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
32
+ </snapshotRepository >
33
+ </distributionManagement >
34
+ <url >https://github.com/chr78rm/json-web-signature</url >
35
+
9
36
<properties >
10
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
38
</properties >
You can’t perform that action at this time.
0 commit comments