File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1616# under the License.
1717wrapperVersion =3.3.2
1818distributionType =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
2020wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MVN_OPTS = -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dspotbugs.skip=true
55
66SOURCES = $(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
1010tool/target/gp.jar : $(SOURCES )
1111 ./mvnw $(MVN_OPTS ) package
2929
3030fast :
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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments