Skip to content

Commit

Permalink
Release v20.06.15
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jun 15, 2020
1 parent 2ad3438 commit bf89d3e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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>20.04.16-SNAPSHOT</version>
<version>20.06.15</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>20.04.16-SNAPSHOT</version>
<version>20.06.15</version>
</parent>

<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-pcsc</artifactId>
<version>20.04.16-SNAPSHOT</version>
<version>20.06.15</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>20.06.04</version>
</parent>
<artifactId>apdu4j</artifactId>
<version>20.04.16-SNAPSHOT</version>
<version>20.06.15</version>
<packaging>pom</packaging>
<name>apdu4j</name>
<url>https://github.com/martinpaljak/apdu4j</url>
Expand Down
6 changes: 3 additions & 3 deletions testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>apdu4j</artifactId>
<groupId>com.github.martinpaljak</groupId>
<version>20.04.16-SNAPSHOT</version>
<version>20.06.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>apdu4j-testing</artifactId>
<version>20.04.16-SNAPSHOT</version>
<version>20.06.15</version>

<dependencies>
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-pcsc</artifactId>
<version>20.04.16-SNAPSHOT</version>
<version>20.06.15</version>
</dependency>
<!-- For abstract base class -->
<dependency>
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>20.04.16-SNAPSHOT</version>
<version>20.06.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

0 comments on commit bf89d3e

Please sign in to comment.