From aad5554048c7984f5bdaff1dde7d380ae2201e82 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 18 May 2025 08:59:11 -0700 Subject: [PATCH 1/3] Publish SNAPSHOT artifacts to Maven Central. --- koans/pom.xml | 6 +++--- lib/pom.xml | 10 +++++----- pom.xml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/koans/pom.xml b/koans/pom.xml index 2fe8caa9..1e5eb705 100644 --- a/koans/pom.xml +++ b/koans/pom.xml @@ -4,11 +4,11 @@ io.github.davidwhitlock.joy.com.sandwich koans-parent - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT java-koans jar - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT Java Koans 2012 https://github.com/DavidWhitlock/java-koans @@ -49,7 +49,7 @@ io.github.davidwhitlock.joy.com.sandwich koans-lib - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT diff --git a/lib/pom.xml b/lib/pom.xml index e51c6029..011fff2d 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -4,11 +4,11 @@ io.github.davidwhitlock.joy.com.sandwich koans-parent - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT koans-lib jar - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT Java Koans Framework https://github.com/DavidWhitlock/java-koans @@ -65,9 +65,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/pom.xml b/pom.xml index 49914630..6046edf0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,10 +4,10 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT io.github.davidwhitlock.joy.com.sandwich - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT koans-parent pom Java Koans Parent POM @@ -18,9 +18,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ false From 7bf3ecba8deee38d6684eabf986fccdc5991ea10 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 18 May 2025 09:06:38 -0700 Subject: [PATCH 2/3] No need to test with Java 17 anymore. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0b61eb85..9072d975 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '17', '22' ] + java: [ '21' ] name: JDK ${{ matrix.Java }} steps: - uses: actions/checkout@v3 From a451cb1c94db12dc2c5b32b596e5811f341caeba Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Mon, 19 May 2025 18:11:15 -0700 Subject: [PATCH 3/3] Don't use "central" as the name of the repository. I think it might mess up loading dependencies from the production artifact repository. --- lib/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pom.xml b/lib/pom.xml index 011fff2d..41f0021e 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -66,7 +66,7 @@ Central Portal Snapshots - central + central-portal-snapshots https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/pom.xml b/pom.xml index 6046edf0..2f4c9b3c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ Central Portal Snapshots - central + central-portal-snapshots https://central.sonatype.com/repository/maven-snapshots/ false