Skip to content

Commit dd54d16

Browse files
committed
New artifacts versions and dependencies for Summer 2025.
1 parent 4b42354 commit dd54d16

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

koans/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
66
<artifactId>koans-parent</artifactId>
7-
<version>1.2.0</version>
7+
<version>1.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>java-koans</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.2.0</version>
11+
<version>1.2.1-SNAPSHOT</version>
1212
<name>Java Koans</name>
1313
<inceptionYear>2012</inceptionYear>
1414
<url>https://github.com/DavidWhitlock/java-koans</url>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
5151
<artifactId>koans-lib</artifactId>
52-
<version>1.2.0</version>
52+
<version>1.2.1-SNAPSHOT</version>
5353
</dependency>
5454
</dependencies>
5555
<properties>

lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
66
<artifactId>koans-parent</artifactId>
7-
<version>1.2.0</version>
7+
<version>1.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>koans-lib</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.2.0</version>
11+
<version>1.2.1-SNAPSHOT</version>
1212
<name>Java Koans Framework</name>
1313
<url>https://github.com/DavidWhitlock/java-koans</url>
1414
<scm>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<artifactId>joy</artifactId>
66
<groupId>io.github.davidwhitlock.joy</groupId>
7-
<version>1.2.0</version>
7+
<version>1.2.1-SNAPSHOT</version>
88
</parent>
99
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
10-
<version>1.2.0</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
<artifactId>koans-parent</artifactId>
1212
<packaging>pom</packaging>
1313
<name>Java Koans Parent POM</name>

0 commit comments

Comments
 (0)