Skip to content

Commit e9c28ca

Browse files
committed
Set version to 25.11.25-SNAPSHOT
1 parent dcf64ea commit e9c28ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.martinpaljak</groupId>
99
<artifactId>gppro</artifactId>
10-
<version>25.11.24.1</version>
10+
<version>25.11.25-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>globalplatformpro</artifactId>

pace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.martinpaljak</groupId>
99
<artifactId>gppro</artifactId>
10-
<version>25.11.24.1</version>
10+
<version>25.11.25-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pace</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.martinpaljak</groupId>
6-
<version>25.11.24.1</version>
6+
<version>25.11.25-SNAPSHOT</version>
77
<artifactId>gppro</artifactId>
88
<packaging>pom</packaging>
99
<name>GlobalPlatformPro</name>
@@ -15,7 +15,7 @@
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<!-- GH Actions fails sometimes on first try -->
1717
<maven.wagon.http.retryHandler.count>2</maven.wagon.http.retryHandler.count>
18-
<project.build.outputTimestamp>2025-11-24T15:37:17Z</project.build.outputTimestamp>
18+
<project.build.outputTimestamp>2025-11-24T15:37:23Z</project.build.outputTimestamp>
1919
<apdu4j.version>25.11.24.1</apdu4j.version>
2020
</properties>
2121
<organization>

tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.martinpaljak</groupId>
99
<artifactId>gppro</artifactId>
10-
<version>25.11.24.1</version>
10+
<version>25.11.25-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>gptool</artifactId>

0 commit comments

Comments
 (0)