Skip to content

Commit 221bf8b

Browse files
committed
Build tooling deps update
1 parent 4191193 commit 221bf8b

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
2020
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MVN_OPTS = -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dspotbugs.skip=true
55

66
SOURCES = $(shell find pace tool library -name '*.java' -o -name 'pom.xml') pom.xml Makefile
77

8-
default: tool/target/gp.jar
8+
default: today tool/target/gp.jar
99

1010
tool/target/gp.jar: $(SOURCES)
1111
./mvnw $(MVN_OPTS) package
@@ -29,3 +29,7 @@ test:
2929

3030
fast:
3131
./mvnw -T1C install -Dmaven.test.skip=true -Dspotbugs.skip=true
32+
33+
today:
34+
# for a dirty tree, set the date to today
35+
test -z "$(shell git status --porcelain)" || ./mvnw versions:set -DnewVersion=$(shell date +%y.%m.%d)-SNAPSHOT -DgenerateBackupPoms=false

library/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>gppro</artifactId>
10-
<version>24.10.16-SNAPSHOT</version>
10+
<version>25.07.08-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>globalplatformpro</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.github.martinpaljak</groupId>
2525
<artifactId>capfile</artifactId>
26-
<version>24.11.19</version>
26+
<version>25.07.08-SNAPSHOT</version>
2727
</dependency>
2828
<!-- For logging -->
2929
<dependency>

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>24.10.16-SNAPSHOT</version>
10+
<version>25.07.08-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pace</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<parent>
66
<groupId>com.github.martinpaljak</groupId>
77
<artifactId>metacard</artifactId>
8-
<version>25.03.11</version>
8+
<version>25.07.08-SNAPSHOT</version>
99
</parent>
10-
<version>24.10.16-SNAPSHOT</version>
10+
<version>25.07.08-SNAPSHOT</version>
1111
<artifactId>gppro</artifactId>
1212
<packaging>pom</packaging>
1313
<name>GlobalPlatformPro</name>
1414
<url>https://github.com/martinpaljak/GlobalPlatformPro</url>
1515
<description>Manage applets and keys on JavaCard-s like a pro</description>
1616
<inceptionYear>2013</inceptionYear>
1717
<properties>
18-
<project.build.outputTimestamp>2024-10-15T09:06:32Z</project.build.outputTimestamp>
18+
<project.build.outputTimestamp>2025-07-08T05:29:20Z</project.build.outputTimestamp>
1919
</properties>
2020
<organization>
2121
<name>Martin Paljak and contributors</name>

tool/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>gppro</artifactId>
10-
<version>24.10.16-SNAPSHOT</version>
10+
<version>25.07.08-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>gptool</artifactId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.dataformat</groupId>
6262
<artifactId>jackson-dataformat-cbor</artifactId>
63-
<version>2.19.0</version>
63+
<version>2.19.1</version>
6464
</dependency>
6565
</dependencies>
6666

0 commit comments

Comments
 (0)