Skip to content

Commit

Permalink
Release v24.09.26
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Sep 26, 2024
1 parent 604c5fe commit b8d01c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>24.09.24</version>
<version>24.09.26</version>
</parent>

<artifactId>apdu4j-core</artifactId>
<version>24.09.24</version>
<version>24.09.26</version>

</project>
4 changes: 2 additions & 2 deletions pcsc/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>24.09.24</version>
<version>24.09.26</version>
</parent>

<artifactId>apdu4j-pcsc</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-core</artifactId>
<version>24.09.24</version>
<version>24.09.26</version>
</dependency>
<!-- PC/SC access -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<version>24.09.25</version>
</parent>
<artifactId>apdu4j</artifactId>
<version>24.09.24</version>
<version>24.09.26</version>
<packaging>pom</packaging>
<name>apdu4j</name>
<url>https://github.com/martinpaljak/apdu4j</url>
<description>Working with smart card readers? This is for you.</description>
<properties>
<project.build.outputTimestamp>2024-09-26T11:20:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-26T11:48:52Z</project.build.outputTimestamp>
</properties>
<scm>
<url>https://github.com/martinpaljak/apdu4j</url>
Expand Down
2 changes: 1 addition & 1 deletion 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>24.09.24</version>
<version>24.09.26</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b8d01c0

Please sign in to comment.