Skip to content

Commit 29ef584

Browse files
Merge pull request #60 from JoyOfCodingPDX/Winter2026-SNAPSHOT
Changes for Winter 2026
2 parents 844d6ef + 68948c1 commit 29ef584

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.2</version>
7+
<version>1.2.3</version>
88
</parent>
99
<artifactId>java-koans</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.2.2</version>
11+
<version>1.2.3</version>
1212
<name>Java Koans</name>
1313
<inceptionYear>2012</inceptionYear>
1414
<description>Java Koans to learn the Java language and APIs</description>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
6666
<artifactId>koans-lib</artifactId>
67-
<version>1.2.2</version>
67+
<version>1.2.3</version>
6868
</dependency>
6969
</dependencies>
7070
<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.2</version>
7+
<version>1.2.3</version>
88
</parent>
99
<artifactId>koans-lib</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.2.2</version>
11+
<version>1.2.3</version>
1212
<name>Java Koans Framework</name>
1313
<description>Supporting library code for running Java Koans</description>
1414
<url>https://github.com/DavidWhitlock/java-koans</url>

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.2</version>
7+
<version>1.2.4</version>
88
</parent>
99
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
10-
<version>1.2.2</version>
10+
<version>1.2.3</version>
1111
<artifactId>koans-parent</artifactId>
1212
<packaging>pom</packaging>
1313
<name>Java Koans Parent POM</name>

0 commit comments

Comments
 (0)