File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.github.martinpaljak</groupId >
5
5
<artifactId >cdoc</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.0.1 </version >
7
+ <version >0.0.2 </version >
8
8
<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 >
10
10
<url >https://github.com/martinpaljak/cdoc</url >
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
<dependency >
23
23
<groupId >commons-io</groupId >
24
24
<artifactId >commons-io</artifactId >
25
- <version >2.5 </version >
25
+ <version >2.6 </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >junit</groupId >
76
76
<debug >true</debug >
77
77
<debuglevel >lines,vars,source</debuglevel >
78
78
<compilerArgs >
79
- <arg >-XDenableSunApiLintControl</arg >
80
79
<arg >-Xlint:deprecation</arg >
81
80
<arg >-Xlint:unchecked</arg >
82
- <arg >-Xlint:sunapi</arg >
83
81
</compilerArgs >
84
82
</configuration >
85
83
</plugin >
153
151
154
152
<scm >
155
153
<url >https://github.com/martinpaljak/apdu4j</url >
156
- <tag >HEAD</tag >
157
154
</scm >
155
+
158
156
<developers >
159
157
<developer >
160
158
<id >martinpaljak</id >
161
159
<name >Martin Paljak</name >
162
160
<email >martin@martinpaljak.net</email >
163
161
<url >https://github.com/martinpaljak</url >
162
+ <roles >
163
+ <role >developer</role >
164
+ </roles >
164
165
</developer >
165
166
</developers >
166
167
167
168
<licenses >
168
169
<license >
169
170
<name >MIT</name >
171
+ <url >https://github.com/martinpaljak/cdoc/blob/master/LICENSE</url >
170
172
<distribution >repo</distribution >
171
173
</license >
172
174
</licenses >
You can’t perform that action at this time.
0 commit comments