From 749509118bdd33701d33dc2fef4c3a7035183b2c Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 25 Apr 2026 08:28:04 -0700 Subject: [PATCH 1/2] Update artifact version numbers for Summer 2026. --- koans/pom.xml | 4 ++-- lib/pom.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koans/pom.xml b/koans/pom.xml index f4226aa4..595b9c99 100644 --- a/koans/pom.xml +++ b/koans/pom.xml @@ -4,11 +4,11 @@ io.github.davidwhitlock.joy.com.sandwich koans-parent - 1.2.3 + 1.2.4-SNAPSHOT java-koans jar - 1.2.3 + 1.2.4-SNAPSHOT Java Koans 2012 Java Koans to learn the Java language and APIs diff --git a/lib/pom.xml b/lib/pom.xml index a701c895..3deb52e3 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -4,11 +4,11 @@ io.github.davidwhitlock.joy.com.sandwich koans-parent - 1.2.3 + 1.2.4-SNAPSHOT koans-lib jar - 1.2.3 + 1.2.4-SNAPSHOT Java Koans Framework Supporting library code for running Java Koans https://github.com/DavidWhitlock/java-koans diff --git a/pom.xml b/pom.xml index dfcf7c3a..a6e4070a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,10 +4,10 @@ joy io.github.davidwhitlock.joy - 1.2.4 + 1.2.5-SNAPSHOT io.github.davidwhitlock.joy.com.sandwich - 1.2.3 + 1.2.4-SNAPSHOT koans-parent pom Java Koans Parent POM From eb8a3fa20916862d18509294fc99207b47c95674 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 25 Apr 2026 08:43:27 -0700 Subject: [PATCH 2/2] Fix Maven Central snapshot repository URLs. --- lib/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pom.xml b/lib/pom.xml index 3deb52e3..00cdaeb7 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -78,8 +78,8 @@ Central Portal Snapshots - central-portals - https://central.sonatype.com/repository/mavens/ + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/pom.xml b/pom.xml index a6e4070a..4c039758 100644 --- a/pom.xml +++ b/pom.xml @@ -54,8 +54,8 @@ Central Portal Snapshots - central-portals - https://central.sonatype.com/repository/mavens/ + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false