Skip to content

Commit 9abf46f

Browse files
[BLOCKED] Migrate project to Java 25 and bump version to 2.0.0-SNAPSHOT - Java 25 not yet available
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent e8a7421 commit 9abf46f

31 files changed

Lines changed: 31 additions & 31 deletions

File tree

samples/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>core</artifactId>
1010
<name>xAPI Samples Core</name>

samples/delete-activity-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>delete-activity-profile</artifactId>
1010
<name>Delete xAPI Activity Profile Sample</name>

samples/delete-agent-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>delete-agent-profile</artifactId>
1010
<name>Delete xAPI Agent Profile Sample</name>

samples/delete-state/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>delete-state</artifactId>
1010
<name>Delete xAPI State Sample</name>

samples/delete-states/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>delete-states</artifactId>
1010
<name>Delete xAPI States Sample</name>

samples/get-about/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>get-about</artifactId>
1010
<name>Get xAPI About Sample</name>

samples/get-activity-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>get-activity-profile</artifactId>
1010
<name>Get xAPI Activity Profile Sample</name>

samples/get-activity-profiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>get-activity-profiles</artifactId>
1010
<name>Get xAPI Activity Profiles Sample</name>

samples/get-activity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>get-activity</artifactId>
1010
<name>Get xAPI Activity Sample</name>

samples/get-agent-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.learning.xapi.samples</groupId>
66
<artifactId>xapi-samples-build</artifactId>
7-
<version>1.1.23-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>get-agent-profile</artifactId>
1010
<name>Get xAPI Agent Profile Sample</name>

0 commit comments

Comments
 (0)