Skip to content

Commit 1081414

Browse files
committed
Release v21.04.12
1 parent 00208fb commit 1081414

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.martinpaljak</groupId>
99
<artifactId>apdu4j</artifactId>
10-
<version>21.04.2-SNAPSHOT</version>
10+
<version>21.04.12</version>
1111
</parent>
1212

1313
<groupId>com.github.martinpaljak</groupId>

pcsc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.github.martinpaljak</groupId>
99
<artifactId>apdu4j</artifactId>
10-
<version>21.04.2-SNAPSHOT</version>
10+
<version>21.04.12</version>
1111
</parent>
1212

1313
<groupId>com.github.martinpaljak</groupId>
1414
<artifactId>apdu4j-pcsc</artifactId>
15-
<version>21.04.2-SNAPSHOT</version>
15+
<version>21.04.12</version>
1616

1717
<dependencies>
1818
<!-- Core -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>21.04.02</version>
99
</parent>
1010
<artifactId>apdu4j</artifactId>
11-
<version>21.04.2-SNAPSHOT</version>
11+
<version>21.04.12</version>
1212
<packaging>pom</packaging>
1313
<name>apdu4j</name>
1414
<url>https://github.com/martinpaljak/apdu4j</url>

tool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apdu4j</artifactId>
77
<groupId>com.github.martinpaljak</groupId>
8-
<version>21.04.2-SNAPSHOT</version>
8+
<version>21.04.12</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.github.martinpaljak</groupId>
1717
<artifactId>apdu4j-pcsc</artifactId>
18-
<version>21.04.2-SNAPSHOT</version>
18+
<version>21.04.12</version>
1919
</dependency>
2020
<!-- cmdline -->
2121
<dependency>

0 commit comments

Comments
 (0)