Skip to content

Commit

Permalink
Release v21.04.12
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Apr 12, 2021
1 parent 00208fb commit 1081414
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>21.04.2-SNAPSHOT</version>
<version>21.04.12</version>
</parent>

<groupId>com.github.martinpaljak</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pcsc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>21.04.2-SNAPSHOT</version>
<version>21.04.12</version>
</parent>

<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-pcsc</artifactId>
<version>21.04.2-SNAPSHOT</version>
<version>21.04.12</version>

<dependencies>
<!-- Core -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>21.04.02</version>
</parent>
<artifactId>apdu4j</artifactId>
<version>21.04.2-SNAPSHOT</version>
<version>21.04.12</version>
<packaging>pom</packaging>
<name>apdu4j</name>
<url>https://github.com/martinpaljak/apdu4j</url>
Expand Down
4 changes: 2 additions & 2 deletions tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apdu4j</artifactId>
<groupId>com.github.martinpaljak</groupId>
<version>21.04.2-SNAPSHOT</version>
<version>21.04.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-pcsc</artifactId>
<version>21.04.2-SNAPSHOT</version>
<version>21.04.12</version>
</dependency>
<!-- cmdline -->
<dependency>
Expand Down

0 comments on commit 1081414

Please sign in to comment.