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 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
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
20
20
wrapperUrl =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
5
5
6
6
SOURCES = $(shell find pace tool library -name '* .java' -o -name 'pom.xml') pom.xml Makefile
7
7
8
- default : tool/target/gp.jar
8
+ default : today tool/target/gp.jar
9
9
10
10
tool/target/gp.jar : $(SOURCES )
11
11
./mvnw $(MVN_OPTS ) package
29
29
30
30
fast :
31
31
./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 7
7
<parent >
8
8
<groupId >com.github.martinpaljak</groupId >
9
9
<artifactId >gppro</artifactId >
10
- <version >24.10.16 -SNAPSHOT</version >
10
+ <version >25.07.08 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >globalplatformpro</artifactId >
23
23
<dependency >
24
24
<groupId >com.github.martinpaljak</groupId >
25
25
<artifactId >capfile</artifactId >
26
- <version >24.11.19 </version >
26
+ <version >25.07.08-SNAPSHOT </version >
27
27
</dependency >
28
28
<!-- For logging -->
29
29
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.martinpaljak</groupId >
9
9
<artifactId >gppro</artifactId >
10
- <version >24.10.16 -SNAPSHOT</version >
10
+ <version >25.07.08 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >pace</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.martinpaljak</groupId >
7
7
<artifactId >metacard</artifactId >
8
- <version >25.03.11 </version >
8
+ <version >25.07.08-SNAPSHOT </version >
9
9
</parent >
10
- <version >24.10.16 -SNAPSHOT</version >
10
+ <version >25.07.08 -SNAPSHOT</version >
11
11
<artifactId >gppro</artifactId >
12
12
<packaging >pom</packaging >
13
13
<name >GlobalPlatformPro</name >
14
14
<url >https://github.com/martinpaljak/GlobalPlatformPro</url >
15
15
<description >Manage applets and keys on JavaCard-s like a pro</description >
16
16
<inceptionYear >2013</inceptionYear >
17
17
<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>
19
19
</properties >
20
20
<organization >
21
21
<name >Martin Paljak and contributors</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.martinpaljak</groupId >
9
9
<artifactId >gppro</artifactId >
10
- <version >24.10.16 -SNAPSHOT</version >
10
+ <version >25.07.08 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >gptool</artifactId >
60
60
<dependency >
61
61
<groupId >com.fasterxml.jackson.dataformat</groupId >
62
62
<artifactId >jackson-dataformat-cbor</artifactId >
63
- <version >2.19.0 </version >
63
+ <version >2.19.1 </version >
64
64
</dependency >
65
65
</dependencies >
66
66
You can’t perform that action at this time.
0 commit comments