Skip to content

Commit b8d01c0

Browse files
committed
Release v24.09.26
1 parent 604c5fe commit b8d01c0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

core/pom.xml

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

1313
<artifactId>apdu4j-core</artifactId>
14-
<version>24.09.24</version>
14+
<version>24.09.26</version>
1515

1616
</project>

pcsc/pom.xml

Lines changed: 2 additions & 2 deletions
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>24.09.24</version>
10+
<version>24.09.26</version>
1111
</parent>
1212

1313
<artifactId>apdu4j-pcsc</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.github.martinpaljak</groupId>
1919
<artifactId>apdu4j-core</artifactId>
20-
<version>24.09.24</version>
20+
<version>24.09.26</version>
2121
</dependency>
2222
<!-- PC/SC access -->
2323
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<version>24.09.25</version>
99
</parent>
1010
<artifactId>apdu4j</artifactId>
11-
<version>24.09.24</version>
11+
<version>24.09.26</version>
1212
<packaging>pom</packaging>
1313
<name>apdu4j</name>
1414
<url>https://github.com/martinpaljak/apdu4j</url>
1515
<description>Working with smart card readers? This is for you.</description>
1616
<properties>
17-
<project.build.outputTimestamp>2024-09-26T11:20:47Z</project.build.outputTimestamp>
17+
<project.build.outputTimestamp>2024-09-26T11:48:52Z</project.build.outputTimestamp>
1818
</properties>
1919
<scm>
2020
<url>https://github.com/martinpaljak/apdu4j</url>

tool/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.09.24</version>
8+
<version>24.09.26</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)