Skip to content

Commit 944b9ac

Browse files
committed
Set version to 24.10.16-SNAPSHOT
1 parent e72ab41 commit 944b9ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

capfile/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.github.martinpaljak</groupId>
77
<artifactId>ant-javacard-package</artifactId>
8-
<version>24.10.15</version>
8+
<version>24.10.16-SNAPSHOT</version>
99
</parent>
1010
<artifactId>capfile</artifactId>
1111
<name>JavaCard CAP file library</name>
1212
<properties>
13-
<project.build.outputTimestamp>2024-10-15T08:49:56Z</project.build.outputTimestamp>
13+
<project.build.outputTimestamp>2024-10-15T08:50:00Z</project.build.outputTimestamp>
1414
</properties>
1515
<dependencies>
1616
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>pom</packaging>
66
<groupId>com.github.martinpaljak</groupId>
77
<artifactId>ant-javacard-package</artifactId>
8-
<version>24.10.15</version>
8+
<version>24.10.16-SNAPSHOT</version>
99
<description>Easy to use Ant task for building JavaCard applets</description>
1010
<name>ant-javacard package</name>
1111
<url>https://github.com/martinpaljak/ant-javacard</url>
@@ -14,7 +14,7 @@
1414
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1515
<!-- GH Actions fails sometimes on first try -->
1616
<maven.wagon.http.retryHandler.count>2</maven.wagon.http.retryHandler.count>
17-
<project.build.outputTimestamp>2024-10-15T08:49:56Z</project.build.outputTimestamp>
17+
<project.build.outputTimestamp>2024-10-15T08:50:00Z</project.build.outputTimestamp>
1818
</properties>
1919
<repositories>
2020
<repository>

task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.martinpaljak</groupId>
88
<artifactId>ant-javacard-package</artifactId>
9-
<version>24.10.15</version>
9+
<version>24.10.16-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>ant-javacard</artifactId>
1212
<description>Easy to use Ant task for building JavaCard applets</description>

0 commit comments

Comments
 (0)