Skip to content

Commit 29add27

Browse files
committed
Update metadata and +1 version
1 parent 673c9c2 commit 29add27

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<groupId>com.github.martinpaljak</groupId>
55
<artifactId>cdoc</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.0.1</version>
7+
<version>0.0.2</version>
88
<name>CDOC</name>
9-
<description>Java library for generating CDOC 1.0/1.1/2.0 files with RSA and ECC</description>
9+
<description>Java library for generating CDOC 1.0/1.1/2.0 files with AES-256 GCM and RSA or ECC recipients</description>
1010
<url>https://github.com/martinpaljak/cdoc</url>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>commons-io</groupId>
2424
<artifactId>commons-io</artifactId>
25-
<version>2.5</version>
25+
<version>2.6</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>junit</groupId>
@@ -76,10 +76,8 @@
7676
<debug>true</debug>
7777
<debuglevel>lines,vars,source</debuglevel>
7878
<compilerArgs>
79-
<arg>-XDenableSunApiLintControl</arg>
8079
<arg>-Xlint:deprecation</arg>
8180
<arg>-Xlint:unchecked</arg>
82-
<arg>-Xlint:sunapi</arg>
8381
</compilerArgs>
8482
</configuration>
8583
</plugin>
@@ -153,20 +151,24 @@
153151

154152
<scm>
155153
<url>https://github.com/martinpaljak/apdu4j</url>
156-
<tag>HEAD</tag>
157154
</scm>
155+
158156
<developers>
159157
<developer>
160158
<id>martinpaljak</id>
161159
<name>Martin Paljak</name>
162160
<email>martin@martinpaljak.net</email>
163161
<url>https://github.com/martinpaljak</url>
162+
<roles>
163+
<role>developer</role>
164+
</roles>
164165
</developer>
165166
</developers>
166167

167168
<licenses>
168169
<license>
169170
<name>MIT</name>
171+
<url>https://github.com/martinpaljak/cdoc/blob/master/LICENSE</url>
170172
<distribution>repo</distribution>
171173
</license>
172174
</licenses>

0 commit comments

Comments
 (0)