From 07bdbb3a5d170338e113f8440bce85f9cb373d36 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 20 Apr 2025 13:28:29 -0700 Subject: [PATCH 01/15] SNAPSHOT artifacts for Summer 2025 --- examples/pom.xml | 10 +++++----- family/pom.xml | 6 +++--- grader/pom.xml | 4 ++-- pom.xml | 4 ++-- .../archetypes-parent/airline-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/airline-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/apptbook-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/apptbook-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/java-koans-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../archetypes-parent/kata-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../archetypes-parent/phonebill-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/phonebill-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- projects-parent/archetypes-parent/pom.xml | 4 ++-- .../archetypes-parent/student-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- projects-parent/originals-parent/airline-web/pom.xml | 10 +++++----- projects-parent/originals-parent/airline/pom.xml | 8 ++++---- projects-parent/originals-parent/apptbook-web/pom.xml | 10 +++++----- projects-parent/originals-parent/apptbook/pom.xml | 8 ++++---- projects-parent/originals-parent/kata/pom.xml | 6 +++--- projects-parent/originals-parent/phonebill-web/pom.xml | 10 +++++----- projects-parent/originals-parent/phonebill/pom.xml | 8 ++++---- projects-parent/originals-parent/pom.xml | 4 ++-- projects-parent/originals-parent/student/pom.xml | 8 ++++---- projects-parent/pom.xml | 4 ++-- projects-parent/projects/pom.xml | 4 ++-- web/pom.xml | 4 ++-- 35 files changed, 102 insertions(+), 102 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 96add4850..7ac4e6ae4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,23 +3,23 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 examples examples - 1.3.0 + 1.3.1-SNAPSHOT https://www.cs.pdx.edu/~whitlock io.github.davidwhitlock.joy family - 1.1.2 + 1.1.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT com.sun.mail @@ -45,7 +45,7 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/family/pom.xml b/family/pom.xml index 6892e5f3e..5fb5bcd0f 100644 --- a/family/pom.xml +++ b/family/pom.xml @@ -3,12 +3,12 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 family jar - 1.1.2 + 1.1.3-SNAPSHOT Family Tree Application An Family Tree application for The Joy of Coding https://www.cs.pdx.edu/~whitlock @@ -16,7 +16,7 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT diff --git a/grader/pom.xml b/grader/pom.xml index caeef26b5..66bf19456 100644 --- a/grader/pom.xml +++ b/grader/pom.xml @@ -2,7 +2,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 grader @@ -19,7 +19,7 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT com.opencsv diff --git a/pom.xml b/pom.xml index b098d8e4a..e668e544f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT joy pom Java Example Code @@ -93,7 +93,7 @@ 0.75 0 - 1.3.1 + 1.3.2-SNAPSHOT diff --git a/projects-parent/archetypes-parent/airline-archetype/pom.xml b/projects-parent/archetypes-parent/airline-archetype/pom.xml index ec5db4b01..d8b7daf75 100644 --- a/projects-parent/archetypes-parent/airline-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/pom.xml @@ -5,10 +5,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT airline-archetype - 2.2.0 + 2.2.1-SNAPSHOT maven-archetype airline-archetype diff --git a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml index 9e6b639ec..0257beda7 100644 --- a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 ${groupId} @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/airline-web-archetype/pom.xml b/projects-parent/archetypes-parent/airline-web-archetype/pom.xml index f27a0cac6..295b42b4f 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT airline-web-archetype - 3.0.0 + 3.0.1-SNAPSHOT maven-archetype airline-web-archetype diff --git a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml index 056366887..d2109fb13 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 ${groupId} @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/apptbook-archetype/pom.xml b/projects-parent/archetypes-parent/apptbook-archetype/pom.xml index 6d1ff5023..5f13a3865 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT apptbook-archetype - 2.2.0 + 2.2.1-SNAPSHOT maven-archetype apptbook-archetype diff --git a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml index 48caab94e..6def15617 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 ${groupId} @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml index 1e31d9ed7..8c04548d4 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT apptbook-web-archetype - 3.0.0 + 3.0.1-SNAPSHOT maven-archetype apptbook-web-archetype diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml index 753dbaa04..d08209555 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 ${groupId} @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml index 2319df03c..6a0f88929 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml @@ -3,13 +3,13 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 java-koans-archetype - 2.2.0 + 2.2.1-SNAPSHOT maven-archetype java-koans-archetype diff --git a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml index 5b45a4b8e..0ab6aaf35 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT ${artifactId} ${groupId} @@ -50,7 +50,7 @@ io.github.davidwhitlock.joy.com.sandwich koans-lib - 1.2.0 + 1.2.1-SNAPSHOT diff --git a/projects-parent/archetypes-parent/kata-archetype/pom.xml b/projects-parent/archetypes-parent/kata-archetype/pom.xml index 7062b4497..e39fcf024 100644 --- a/projects-parent/archetypes-parent/kata-archetype/pom.xml +++ b/projects-parent/archetypes-parent/kata-archetype/pom.xml @@ -5,10 +5,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT kata-archetype - 2.2.0 + 2.2.1-SNAPSHOT maven-archetype kata-archetype diff --git a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml index 34a56ff07..74ef2c93b 100644 --- a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT ${groupId} ${artifactId} @@ -88,7 +88,7 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/phonebill-archetype/pom.xml b/projects-parent/archetypes-parent/phonebill-archetype/pom.xml index 724ac2046..8f547a026 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/pom.xml @@ -3,11 +3,11 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 phonebill-archetype - 2.2.0 + 2.2.1-SNAPSHOT maven-archetype phonebill-archetype diff --git a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml index 672245f01..8bd1b8a66 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 ${groupId} @@ -38,12 +38,12 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml index 80491a691..d83ec9296 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT phonebill-web-archetype - 3.0.0 + 3.0.1-SNAPSHOT maven-archetype phonebill-web-archetype diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml index 50c08c31a..0158b7cfc 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 ${groupId} @@ -22,17 +22,17 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/pom.xml b/projects-parent/archetypes-parent/pom.xml index e44ae12a6..aa3e747ab 100644 --- a/projects-parent/archetypes-parent/pom.xml +++ b/projects-parent/archetypes-parent/pom.xml @@ -7,11 +7,11 @@ io.github.davidwhitlock.joy projects-parent - 2.2.0 + 2.2.1-SNAPSHOT archetypes-parent - 2.2.0 + 2.2.1-SNAPSHOT pom diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 8001154fb..16a96be4b 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -5,11 +5,11 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT student-archetype - 2.3.0 + 2.3.1-SNAPSHOT maven-archetype Archetype for Student project diff --git a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml index da88f580c..d7712e915 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT ${groupId} ${artifactId} @@ -102,12 +102,12 @@ io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/airline-web/pom.xml b/projects-parent/originals-parent/airline-web/pom.xml index 056079670..44a4c12f8 100644 --- a/projects-parent/originals-parent/airline-web/pom.xml +++ b/projects-parent/originals-parent/airline-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original airline-web - 3.0.0 + 3.0.1-SNAPSHOT 8080 @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/airline/pom.xml b/projects-parent/originals-parent/airline/pom.xml index 0f3cb2b65..d4638c058 100644 --- a/projects-parent/originals-parent/airline/pom.xml +++ b/projects-parent/originals-parent/airline/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original airline jar - 2.2.0 + 2.2.1-SNAPSHOT Airline Project An Airline application for The Joy of Coding at Portland State University 2000 @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/apptbook-web/pom.xml b/projects-parent/originals-parent/apptbook-web/pom.xml index 94cd8a112..db3c8ef88 100644 --- a/projects-parent/originals-parent/apptbook-web/pom.xml +++ b/projects-parent/originals-parent/apptbook-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original apptbook-web - 3.0.0 + 3.0.1-SNAPSHOT 8080 @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/apptbook/pom.xml b/projects-parent/originals-parent/apptbook/pom.xml index 4936844e7..e4850a15e 100644 --- a/projects-parent/originals-parent/apptbook/pom.xml +++ b/projects-parent/originals-parent/apptbook/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original apptbook jar - 2.2.0 + 2.2.1-SNAPSHOT Appointment Book Project An Appointment Book application for The Joy of Coding at Portland State University 2000 @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/kata/pom.xml b/projects-parent/originals-parent/kata/pom.xml index 0d9392a76..968deb875 100644 --- a/projects-parent/originals-parent/kata/pom.xml +++ b/projects-parent/originals-parent/kata/pom.xml @@ -4,11 +4,11 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT io.github.davidwhitlock.joy.original kata - 2.2.0 + 2.2.1-SNAPSHOT jar Kata Project @@ -88,7 +88,7 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/phonebill-web/pom.xml b/projects-parent/originals-parent/phonebill-web/pom.xml index fc4ad1360..70703d33b 100644 --- a/projects-parent/originals-parent/phonebill-web/pom.xml +++ b/projects-parent/originals-parent/phonebill-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original phonebill-web - 3.0.0 + 3.0.1-SNAPSHOT 8080 @@ -22,17 +22,17 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/phonebill/pom.xml b/projects-parent/originals-parent/phonebill/pom.xml index d70423a55..8328ab65c 100644 --- a/projects-parent/originals-parent/phonebill/pom.xml +++ b/projects-parent/originals-parent/phonebill/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original phonebill jar - 2.2.0 + 2.2.1-SNAPSHOT Phone Bill Project A Phone Bill application for The Joy of Coding at Portland State University 2000 @@ -38,12 +38,12 @@ io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/pom.xml b/projects-parent/originals-parent/pom.xml index 4ceaa38b8..8d88661b9 100644 --- a/projects-parent/originals-parent/pom.xml +++ b/projects-parent/originals-parent/pom.xml @@ -5,11 +5,11 @@ io.github.davidwhitlock.joy projects-parent - 2.2.0 + 2.2.1-SNAPSHOT originals-parent - 2.2.0 + 2.2.1-SNAPSHOT pom diff --git a/projects-parent/originals-parent/student/pom.xml b/projects-parent/originals-parent/student/pom.xml index 83743141b..664940175 100644 --- a/projects-parent/originals-parent/student/pom.xml +++ b/projects-parent/originals-parent/student/pom.xml @@ -4,11 +4,11 @@ originals-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT io.github.davidwhitlock.joy.original student - 2.3.1 + 2.3.2-SNAPSHOT jar Student Project @@ -88,12 +88,12 @@ io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.0 + 3.0.1-SNAPSHOT tests test diff --git a/projects-parent/pom.xml b/projects-parent/pom.xml index 0abd54173..0cf4f312f 100644 --- a/projects-parent/pom.xml +++ b/projects-parent/pom.xml @@ -7,11 +7,11 @@ io.github.davidwhitlock.joy joy - 1.2.0 + 1.2.1-SNAPSHOT projects-parent - 2.2.0 + 2.2.1-SNAPSHOT pom diff --git a/projects-parent/projects/pom.xml b/projects-parent/projects/pom.xml index be9243866..1611bccea 100644 --- a/projects-parent/projects/pom.xml +++ b/projects-parent/projects/pom.xml @@ -2,13 +2,13 @@ projects-parent io.github.davidwhitlock.joy - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 projects Project APIs Classes needed for the Projects in The Joy of Coding - 3.0.0 + 3.0.1-SNAPSHOT http://www.cs.pdx.edu/~whitlock diff --git a/web/pom.xml b/web/pom.xml index a8f202e0f..24df0d1dc 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 web @@ -117,7 +117,7 @@ io.github.davidwhitlock.joy examples - 1.3.0 + 1.3.1-SNAPSHOT jakarta.xml.bind From 480ed4bd60abe838282d1c64fad2d6fc208b9398 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 26 Apr 2025 06:48:47 -0700 Subject: [PATCH 02/15] Resolve #497 by requiring Java 21 or later. --- .github/workflows/maven.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1367b61f1..a736a09b6 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', '24' ] name: JDK ${{ matrix.Java }} steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index e668e544f..8bf0ab227 100644 --- a/pom.xml +++ b/pom.xml @@ -54,8 +54,8 @@ true - 17 - 17 + 21 + 21 33.3.1-jre 7.0.0 From c2a43b152c7d31bbc0bc8b849deb9f3ccdfcb811 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 26 Apr 2025 07:02:57 -0700 Subject: [PATCH 03/15] The project archetype integration tests don't seem to work with Java 24 yet. Let's just do Java 21 for now. --- .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 a736a09b6..fc9ff053f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '24' ] + java: [ '21' ] name: JDK ${{ matrix.Java }} steps: - uses: actions/checkout@v4 From 10d113c85b9f36d1bac39cc280bdb335622f53d8 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 26 Apr 2025 07:41:12 -0700 Subject: [PATCH 04/15] Resolve #491 by upgrading to version 3.3.1 of the maven-archetype-plugin. In order to get the tests to pass, much be defined for each property that is referenced in the integration tests' archetype.properties files. --- pom.xml | 2 +- .../META-INF/maven/archetype-metadata.xml | 8 +++ .../resources/META-INF/maven/archetype.xml | 15 ------ .../student-archetype/pom.xml | 54 +++++++++++-------- .../META-INF/maven/archetype-metadata.xml | 26 +++++---- .../archetype-resources/src/site/site.xml | 3 ++ .../projects/basic/archetype.properties | 6 +-- 7 files changed, 63 insertions(+), 51 deletions(-) delete mode 100644 projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype.xml diff --git a/pom.xml b/pom.xml index e668e544f..6868dc864 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ 3.5.2 3.6.0 10.20.1 - 3.3.0 + 3.3.1 3.11.1 3.26.0 2.18.0 diff --git a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 78c6f431d..30aec9187 100644 --- a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype.xml b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index 02c084817..000000000 --- a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,15 +0,0 @@ - - airline - - src/main/java/Project1.java - - - src/test/java/Project1Test.java - - - src/main/javadoc/edu/pdx/cs/joy/YOU/package.html - - - src/test/javadoc/edu/pdx/cs/joy/YOU/package.html - - \ No newline at end of file diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 16a96be4b..1be422ec4 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -2,24 +2,19 @@ 4.0.0 - - archetypes-parent - io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT - - + io.github.davidwhitlock.joy.original student-archetype - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT maven-archetype - Archetype for Student project + student-archetype org.apache.maven.archetype archetype-packaging - ${maven-archetype-plugin.version} + 3.3.1 @@ -27,7 +22,7 @@ maven-archetype-plugin - ${maven-archetype-plugin.version} + 3.3.1 @@ -52,18 +47,33 @@ - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:git@github.com:JoyOfCodingPDX/JoyOfCoding.git/projects-parent/originals-parent/student + scm:git:git@github.com:JoyOfCodingPDX/JoyOfCoding.git/projects-parent/originals-parent/student + https://github.com/JoyOfCodingPDX/JoyOfCoding/tree/main/projects-parent/originals-parent/student + + + - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default - - false - - - true - + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + gh-pages + GitHub Pages + scm:git:git@github.com:JoyOfCodingPDX/JoyOfCoding.git/projects-parent/originals-parent + + diff --git a/projects-parent/archetypes-parent/student-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/student-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 0cea09b46..26b786180 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/student-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -1,7 +1,15 @@ - + + + false + + + true + + src/main/java @@ -15,27 +23,25 @@ **/*.java - - src/it/java + + src/site - **/*.java + **/*.xml - - + + src/it/java - **/*.xml + **/*.java .mvn/wrapper - **/*.java **/*.properties - mvnw.cmd mvnw diff --git a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/src/site/site.xml b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/src/site/site.xml index 20eef036f..4bbb76b47 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/src/site/site.xml +++ b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/src/site/site.xml @@ -1,3 +1,6 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) diff --git a/projects-parent/archetypes-parent/student-archetype/src/test/resources/projects/basic/archetype.properties b/projects-parent/archetypes-parent/student-archetype/src/test/resources/projects/basic/archetype.properties index 670ae4256..ff51ce108 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/test/resources/projects/basic/archetype.properties +++ b/projects-parent/archetypes-parent/student-archetype/src/test/resources/projects/basic/archetype.properties @@ -1,5 +1,5 @@ -#Mon May 27 07:53:28 PDT 2019 +#Sat Apr 26 07:11:46 PDT 2025 +artifactId=basic +groupId=archetype.it package=it.pkg version=0.1-SNAPSHOT -groupId=archetype.it -artifactId=basic From 2a29a55ed9cf0c78b83ef8e0f17356bcf82e149f Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 26 Apr 2025 07:44:46 -0700 Subject: [PATCH 05/15] Add to the rest of the Maven archetypes. --- .../META-INF/maven/archetype-metadata.xml | 8 ++++++++ .../main/resources/META-INF/maven/archetype.xml | 15 --------------- .../META-INF/maven/archetype-metadata.xml | 8 ++++++++ .../main/resources/META-INF/maven/archetype.xml | 15 --------------- .../META-INF/maven/archetype-metadata.xml | 8 ++++++++ .../main/resources/META-INF/maven/archetype.xml | 15 --------------- .../META-INF/maven/archetype-metadata.xml | 8 ++++++++ .../META-INF/maven/archetype-metadata.xml | 8 ++++++++ .../main/resources/META-INF/maven/archetype.xml | 15 --------------- .../META-INF/maven/archetype-metadata.xml | 8 ++++++++ .../main/resources/META-INF/maven/archetype.xml | 15 --------------- 11 files changed, 48 insertions(+), 75 deletions(-) delete mode 100644 projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype.xml delete mode 100644 projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype.xml delete mode 100644 projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype.xml delete mode 100644 projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype.xml delete mode 100644 projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype.xml diff --git a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 20b6e398c..8973bc35d 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype.xml b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index 05c428805..000000000 --- a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,15 +0,0 @@ - - airline-web - - src/main/java/AirlineRestClient.java - src/main/java/AirlineServlet.java - src/main/java/Messages.java - src/main/java/Project5.java - - - src/test/java/Project5Test.java - - - src/main/webapp/WEB-INF/web.xml - - \ No newline at end of file diff --git a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 8e3ff31d2..e3bd23561 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype.xml b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index b924882ef..000000000 --- a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,15 +0,0 @@ - - apptbook - - src/main/java/Project1.java - - - src/test/java/Project1Test.java - - - src/main/javadoc/edu/pdx/cs/joy/YOU/package.html - - - src/test/javadoc/edu/pdx/cs/joy/YOU/package.html - - \ No newline at end of file diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 30ae06272..a8b315a15 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index 7615edc08..000000000 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,15 +0,0 @@ - - apptbook-web - - src/main/java/AppointmentBookRestClient.java - src/main/java/AppointmentBookServlet.java - src/main/java/Messages.java - src/main/java/Project4.java - - - src/test/java/Project4Test.java - - - src/main/webapp/WEB-INF/web.xml - - \ No newline at end of file diff --git a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index cd2eec8aa..954ae4b27 100644 --- a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 6ee2ffa4c..2d6e6e6f3 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype.xml b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index 5ec434919..000000000 --- a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,15 +0,0 @@ - - phonebill - - src/main/java/Project1.java - - - src/test/java/Project1Test.java - - - src/main/javadoc/edu/pdx/cs/joy/YOU/package.html - - - src/test/javadoc/edu/pdx/cs/joy/YOU/package.html - - \ No newline at end of file diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index c91dad1da..2cec6eb30 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -2,6 +2,14 @@ + + + false + + + true + + src/main/java diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index d46831ecb..000000000 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,15 +0,0 @@ - - phonebill-web - - src/main/java/PhoneBillRestClient.java - src/main/java/PhobeBillServlet.java - src/main/java/Messages.java - src/main/java/Project4.java - - - src/test/java/Project4Test.java - - - src/main/webapp/WEB-INF/web.xml - - \ No newline at end of file From b8d60a9b0acad383b2d3adede0cc37c971f8f776 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 18 May 2025 08:12:45 -0700 Subject: [PATCH 06/15] Use the central-publishing-maven-plugin to publish to Maven Central. --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 966a19339..c05532351 100644 --- a/pom.xml +++ b/pom.xml @@ -240,14 +240,12 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central From 5845f5a2f791c545cf13af2af439fe53afacfbf1 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 18 May 2025 08:22:26 -0700 Subject: [PATCH 07/15] Increment artifact versions so that we can be sure that all artifacts are uploaded to Maven Central. --- examples/pom.xml | 10 +++++----- family/pom.xml | 6 +++--- grader/pom.xml | 4 ++-- pom.xml | 4 ++-- .../archetypes-parent/airline-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/airline-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/apptbook-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/apptbook-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/java-koans-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../archetypes-parent/kata-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../archetypes-parent/phonebill-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/phonebill-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- projects-parent/archetypes-parent/pom.xml | 4 ++-- .../archetypes-parent/student-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- projects-parent/originals-parent/airline-web/pom.xml | 10 +++++----- projects-parent/originals-parent/airline/pom.xml | 8 ++++---- projects-parent/originals-parent/apptbook-web/pom.xml | 10 +++++----- projects-parent/originals-parent/apptbook/pom.xml | 8 ++++---- projects-parent/originals-parent/kata/pom.xml | 6 +++--- projects-parent/originals-parent/phonebill-web/pom.xml | 10 +++++----- projects-parent/originals-parent/phonebill/pom.xml | 8 ++++---- projects-parent/originals-parent/pom.xml | 4 ++-- projects-parent/originals-parent/student/pom.xml | 8 ++++---- projects-parent/pom.xml | 4 ++-- projects-parent/projects/pom.xml | 4 ++-- web/pom.xml | 6 +++--- 35 files changed, 102 insertions(+), 102 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 7ac4e6ae4..f92f0088f 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,23 +3,23 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 examples examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT https://www.cs.pdx.edu/~whitlock io.github.davidwhitlock.joy family - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT com.sun.mail @@ -45,7 +45,7 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/family/pom.xml b/family/pom.xml index 5fb5bcd0f..23aa0c92f 100644 --- a/family/pom.xml +++ b/family/pom.xml @@ -3,12 +3,12 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 family jar - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT Family Tree Application An Family Tree application for The Joy of Coding https://www.cs.pdx.edu/~whitlock @@ -16,7 +16,7 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT diff --git a/grader/pom.xml b/grader/pom.xml index 66bf19456..22889c0c4 100644 --- a/grader/pom.xml +++ b/grader/pom.xml @@ -2,7 +2,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 grader @@ -19,7 +19,7 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT com.opencsv diff --git a/pom.xml b/pom.xml index c05532351..1204787a0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT joy pom Java Example Code @@ -93,7 +93,7 @@ 0.75 0 - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT diff --git a/projects-parent/archetypes-parent/airline-archetype/pom.xml b/projects-parent/archetypes-parent/airline-archetype/pom.xml index d8b7daf75..10710e161 100644 --- a/projects-parent/archetypes-parent/airline-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/pom.xml @@ -5,10 +5,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT airline-archetype - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT maven-archetype airline-archetype diff --git a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml index 0257beda7..8c7d51fe9 100644 --- a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 ${groupId} @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/airline-web-archetype/pom.xml b/projects-parent/archetypes-parent/airline-web-archetype/pom.xml index 295b42b4f..0452241e8 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT airline-web-archetype - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT maven-archetype airline-web-archetype diff --git a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml index d2109fb13..6216aebf6 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 ${groupId} @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/apptbook-archetype/pom.xml b/projects-parent/archetypes-parent/apptbook-archetype/pom.xml index 5f13a3865..6fdb0c4a9 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT apptbook-archetype - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT maven-archetype apptbook-archetype diff --git a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml index 6def15617..142a8c9fc 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 ${groupId} @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml index 8c04548d4..c5d885c76 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT apptbook-web-archetype - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT maven-archetype apptbook-web-archetype diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml index d08209555..6edef8d08 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 ${groupId} @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml index 6a0f88929..6ffd4d319 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml @@ -3,13 +3,13 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 java-koans-archetype - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT maven-archetype java-koans-archetype diff --git a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml index 0ab6aaf35..0611ce0c8 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT ${artifactId} ${groupId} @@ -50,7 +50,7 @@ io.github.davidwhitlock.joy.com.sandwich koans-lib - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT diff --git a/projects-parent/archetypes-parent/kata-archetype/pom.xml b/projects-parent/archetypes-parent/kata-archetype/pom.xml index e39fcf024..318b68110 100644 --- a/projects-parent/archetypes-parent/kata-archetype/pom.xml +++ b/projects-parent/archetypes-parent/kata-archetype/pom.xml @@ -5,10 +5,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT kata-archetype - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT maven-archetype kata-archetype diff --git a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml index 74ef2c93b..9a028f4a5 100644 --- a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT ${groupId} ${artifactId} @@ -88,7 +88,7 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/phonebill-archetype/pom.xml b/projects-parent/archetypes-parent/phonebill-archetype/pom.xml index 8f547a026..4c016718d 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/pom.xml @@ -3,11 +3,11 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 phonebill-archetype - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT maven-archetype phonebill-archetype diff --git a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml index 8bd1b8a66..bbc8b4b1e 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 ${groupId} @@ -38,12 +38,12 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml index d83ec9296..fb88d9a23 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT phonebill-web-archetype - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT maven-archetype phonebill-web-archetype diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml index 0158b7cfc..1019cfc58 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 ${groupId} @@ -22,17 +22,17 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/archetypes-parent/pom.xml b/projects-parent/archetypes-parent/pom.xml index aa3e747ab..011275f07 100644 --- a/projects-parent/archetypes-parent/pom.xml +++ b/projects-parent/archetypes-parent/pom.xml @@ -7,11 +7,11 @@ io.github.davidwhitlock.joy projects-parent - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT archetypes-parent - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT pom diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 1be422ec4..8f52cb1af 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -4,7 +4,7 @@ io.github.davidwhitlock.joy.original student-archetype - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT maven-archetype student-archetype diff --git a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml index d7712e915..9d66d247b 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT ${groupId} ${artifactId} @@ -102,12 +102,12 @@ io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/airline-web/pom.xml b/projects-parent/originals-parent/airline-web/pom.xml index 44a4c12f8..cc2501c58 100644 --- a/projects-parent/originals-parent/airline-web/pom.xml +++ b/projects-parent/originals-parent/airline-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original airline-web - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT 8080 @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/airline/pom.xml b/projects-parent/originals-parent/airline/pom.xml index d4638c058..5e1383dfe 100644 --- a/projects-parent/originals-parent/airline/pom.xml +++ b/projects-parent/originals-parent/airline/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original airline jar - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT Airline Project An Airline application for The Joy of Coding at Portland State University 2000 @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/apptbook-web/pom.xml b/projects-parent/originals-parent/apptbook-web/pom.xml index db3c8ef88..15d22106f 100644 --- a/projects-parent/originals-parent/apptbook-web/pom.xml +++ b/projects-parent/originals-parent/apptbook-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original apptbook-web - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT 8080 @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/apptbook/pom.xml b/projects-parent/originals-parent/apptbook/pom.xml index e4850a15e..4469b288e 100644 --- a/projects-parent/originals-parent/apptbook/pom.xml +++ b/projects-parent/originals-parent/apptbook/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original apptbook jar - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT Appointment Book Project An Appointment Book application for The Joy of Coding at Portland State University 2000 @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/kata/pom.xml b/projects-parent/originals-parent/kata/pom.xml index 968deb875..3204055c0 100644 --- a/projects-parent/originals-parent/kata/pom.xml +++ b/projects-parent/originals-parent/kata/pom.xml @@ -4,11 +4,11 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT io.github.davidwhitlock.joy.original kata - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT jar Kata Project @@ -88,7 +88,7 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/phonebill-web/pom.xml b/projects-parent/originals-parent/phonebill-web/pom.xml index 70703d33b..30c81d5c2 100644 --- a/projects-parent/originals-parent/phonebill-web/pom.xml +++ b/projects-parent/originals-parent/phonebill-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original phonebill-web - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT 8080 @@ -22,17 +22,17 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/phonebill/pom.xml b/projects-parent/originals-parent/phonebill/pom.xml index 8328ab65c..9ceb50745 100644 --- a/projects-parent/originals-parent/phonebill/pom.xml +++ b/projects-parent/originals-parent/phonebill/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 io.github.davidwhitlock.joy.original phonebill jar - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT Phone Bill Project A Phone Bill application for The Joy of Coding at Portland State University 2000 @@ -38,12 +38,12 @@ io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/originals-parent/pom.xml b/projects-parent/originals-parent/pom.xml index 8d88661b9..c07e4e74c 100644 --- a/projects-parent/originals-parent/pom.xml +++ b/projects-parent/originals-parent/pom.xml @@ -5,11 +5,11 @@ io.github.davidwhitlock.joy projects-parent - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT originals-parent - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT pom diff --git a/projects-parent/originals-parent/student/pom.xml b/projects-parent/originals-parent/student/pom.xml index 664940175..22b6b698e 100644 --- a/projects-parent/originals-parent/student/pom.xml +++ b/projects-parent/originals-parent/student/pom.xml @@ -4,11 +4,11 @@ originals-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT io.github.davidwhitlock.joy.original student - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Student Project @@ -88,12 +88,12 @@ io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT io.github.davidwhitlock.joy projects - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT tests test diff --git a/projects-parent/pom.xml b/projects-parent/pom.xml index 0cf4f312f..01cd1f0f4 100644 --- a/projects-parent/pom.xml +++ b/projects-parent/pom.xml @@ -7,11 +7,11 @@ io.github.davidwhitlock.joy joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT projects-parent - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT pom diff --git a/projects-parent/projects/pom.xml b/projects-parent/projects/pom.xml index 1611bccea..b6f289c46 100644 --- a/projects-parent/projects/pom.xml +++ b/projects-parent/projects/pom.xml @@ -2,13 +2,13 @@ projects-parent io.github.davidwhitlock.joy - 2.2.1-SNAPSHOT + 2.2.2-SNAPSHOT 4.0.0 projects Project APIs Classes needed for the Projects in The Joy of Coding - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT http://www.cs.pdx.edu/~whitlock diff --git a/web/pom.xml b/web/pom.xml index 24df0d1dc..f7d7b6cd4 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,13 +3,13 @@ joy io.github.davidwhitlock.joy - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 web war Web Application examples - 2.0.0 + 2.0.2-SNAPSHOT http://www.cs.pdx.edu/~whitlock 6.2.11.Final @@ -117,7 +117,7 @@ io.github.davidwhitlock.joy examples - 1.3.1-SNAPSHOT + 1.3.3-SNAPSHOT jakarta.xml.bind From 8994513985d4b624cee2b8df04c811080914b575 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 18 May 2025 08:42:14 -0700 Subject: [PATCH 08/15] Use the Maven Central snapshot repository because OSSRH is going away. --- pom.xml | 8 -------- .../archetypes-parent/airline-archetype/pom.xml | 6 +++--- .../main/resources/archetype-resources/pom.xml | 6 +++--- .../java-koans-archetype/pom.xml | 6 +++--- .../main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/student-archetype/pom.xml | 15 +++++++++------ .../main/resources/archetype-resources/pom.xml | 6 +++--- 7 files changed, 24 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 1204787a0..0f9419194 100644 --- a/pom.xml +++ b/pom.xml @@ -689,14 +689,6 @@ - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - gh-pages GitHub Pages diff --git a/projects-parent/archetypes-parent/airline-archetype/pom.xml b/projects-parent/archetypes-parent/airline-archetype/pom.xml index 10710e161..73cde9ba4 100644 --- a/projects-parent/archetypes-parent/airline-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/pom.xml @@ -34,9 +34,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml index 8c7d51fe9..a9b1ec548 100644 --- a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml @@ -96,9 +96,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml index 6ffd4d319..95c9c4366 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml @@ -68,9 +68,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml index 0611ce0c8..301d7c36c 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml @@ -111,9 +111,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 8f52cb1af..40503fd8a 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -63,13 +63,16 @@ - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + Central Portal Snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - gh-pages GitHub Pages diff --git a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml index 9d66d247b..db5fe66e7 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml @@ -21,9 +21,9 @@ - maven-snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots - default + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ false From 6076a50225bd85ff839eabc1c6a21d99735ba9a9 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Mon, 19 May 2025 18:13:18 -0700 Subject: [PATCH 09/15] Don't use "central" as the name of the repository. I think it might mess up loading dependencies from the production artifact repository. --- projects-parent/archetypes-parent/student-archetype/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 40503fd8a..6e7595551 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -64,7 +64,7 @@ Central Portal Snapshots - central + central-portal-snapshots https://central.sonatype.com/repository/maven-snapshots/ false From 2fd0a77314b98ef6471fc8e1bf574c8a84510cea Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Mon, 19 May 2025 20:10:09 -0700 Subject: [PATCH 10/15] Begin updating dependencies to the latest (working) version. --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0f9419194..6ac576a13 100644 --- a/pom.xml +++ b/pom.xml @@ -57,21 +57,21 @@ 21 21 - 33.3.1-jre + 33.4.8-jre 7.0.0 6.1.0 UTF-8 UTF-8 - 7.7.0 + 7.13.0 2.0.4 3.5.3 - 5.11.3 + 5.12.2 3.0 - 5.14.2 - 3.5.2 + 5.17.0 + 3.5.3 3.4.2 3.6.0 3.13.0 @@ -83,7 +83,7 @@ 3.8.0 3.5.2 3.6.0 - 10.20.1 + 10.23.1 3.3.1 3.11.1 3.26.0 From 0cd8669ae3da45c62626e57259c85a60f9da0c10 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Mon, 19 May 2025 20:28:54 -0700 Subject: [PATCH 11/15] Update the versions of Maven plugins. --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 6ac576a13..d7392c0a1 100644 --- a/pom.xml +++ b/pom.xml @@ -74,18 +74,18 @@ 3.5.3 3.4.2 3.6.0 - 3.13.0 - 11.0.24 - 4.8.6.6 - 0.8.12 + 3.14.0 + 11.0.25 + 4.9.3.0 + 0.8.13 3.6.0 3.3.1 - 3.8.0 - 3.5.2 + 3.9.0 + 3.5.3 3.6.0 10.23.1 - 3.3.1 - 3.11.1 + 3.4.0 + 3.11.2 3.26.0 2.18.0 3.5.0 @@ -137,7 +137,7 @@ - 3.6.1 + 3.6.3 ${maven.compiler.target} @@ -195,7 +195,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins From 6d15743cb23a9a1fedc229defe9fd51356d768c2 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 24 May 2025 05:50:15 -0700 Subject: [PATCH 12/15] Run with Java 24 --- .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 fc9ff053f..a736a09b6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21' ] + java: [ '21', '24' ] name: JDK ${{ matrix.Java }} steps: - uses: actions/checkout@v4 From 9e5b6abe35a870a7e87c9500ce236941f1a75e97 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 24 May 2025 06:13:10 -0700 Subject: [PATCH 13/15] The student archetype wasn't using the version of the Maven archetype plugin used by other project archetypes. --- .../archetypes-parent/student-archetype/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 6e7595551..512e1f638 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -2,6 +2,12 @@ 4.0.0 + + archetypes-parent + io.github.davidwhitlock.joy + 2.2.2-SNAPSHOT + + io.github.davidwhitlock.joy.original student-archetype 2.3.3-SNAPSHOT @@ -14,7 +20,7 @@ org.apache.maven.archetype archetype-packaging - 3.3.1 + ${maven-archetype-plugin.version} @@ -22,7 +28,7 @@ maven-archetype-plugin - 3.3.1 + ${maven-archetype-plugin.version} From 7baef9667fa8e38a51cdfca13f5a1d499f3e88c5 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sat, 24 May 2025 09:03:50 -0700 Subject: [PATCH 14/15] Revert some changes that broken the student project archetype. --- projects-parent/archetypes-parent/student-archetype/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 512e1f638..9dca7b441 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -8,12 +8,11 @@ 2.2.2-SNAPSHOT - io.github.davidwhitlock.joy.original student-archetype 2.3.3-SNAPSHOT maven-archetype - student-archetype + Archetype for Student project From 0afc15a33c857b3a511829f2d609ffccfddea513 Mon Sep 17 00:00:00 2001 From: David Whitlock Date: Sun, 1 Jun 2025 19:22:46 -0700 Subject: [PATCH 15/15] Deploy production artifacts for Summer 2025. --- examples/pom.xml | 10 +++++----- family/pom.xml | 6 +++--- grader/pom.xml | 4 ++-- pom.xml | 4 ++-- .../archetypes-parent/airline-archetype/pom.xml | 8 ++++---- .../src/main/resources/archetype-resources/pom.xml | 10 +++++----- .../archetypes-parent/airline-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/apptbook-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/apptbook-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/java-koans-archetype/pom.xml | 8 ++++---- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- .../archetypes-parent/kata-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../archetypes-parent/phonebill-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../archetypes-parent/phonebill-web-archetype/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- projects-parent/archetypes-parent/pom.xml | 4 ++-- .../archetypes-parent/student-archetype/pom.xml | 8 ++++---- .../src/main/resources/archetype-resources/pom.xml | 10 +++++----- projects-parent/originals-parent/airline-web/pom.xml | 10 +++++----- projects-parent/originals-parent/airline/pom.xml | 8 ++++---- projects-parent/originals-parent/apptbook-web/pom.xml | 10 +++++----- projects-parent/originals-parent/apptbook/pom.xml | 8 ++++---- projects-parent/originals-parent/kata/pom.xml | 6 +++--- projects-parent/originals-parent/phonebill-web/pom.xml | 10 +++++----- projects-parent/originals-parent/phonebill/pom.xml | 8 ++++---- projects-parent/originals-parent/pom.xml | 4 ++-- projects-parent/originals-parent/student/pom.xml | 8 ++++---- projects-parent/pom.xml | 4 ++-- projects-parent/projects/pom.xml | 4 ++-- web/pom.xml | 6 +++--- 35 files changed, 115 insertions(+), 115 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index f92f0088f..3557e8ff0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,23 +3,23 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 examples examples - 1.3.3-SNAPSHOT + 1.3.3 https://www.cs.pdx.edu/~whitlock io.github.davidwhitlock.joy family - 1.1.4-SNAPSHOT + 1.1.4 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 com.sun.mail @@ -45,7 +45,7 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/family/pom.xml b/family/pom.xml index 23aa0c92f..722840728 100644 --- a/family/pom.xml +++ b/family/pom.xml @@ -3,12 +3,12 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 family jar - 1.1.4-SNAPSHOT + 1.1.4 Family Tree Application An Family Tree application for The Joy of Coding https://www.cs.pdx.edu/~whitlock @@ -16,7 +16,7 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 diff --git a/grader/pom.xml b/grader/pom.xml index 22889c0c4..68b7e9044 100644 --- a/grader/pom.xml +++ b/grader/pom.xml @@ -2,7 +2,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 grader @@ -19,7 +19,7 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 com.opencsv diff --git a/pom.xml b/pom.xml index d7392c0a1..96d4e3684 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 joy pom Java Example Code @@ -93,7 +93,7 @@ 0.75 0 - 1.3.3-SNAPSHOT + 1.3.3 diff --git a/projects-parent/archetypes-parent/airline-archetype/pom.xml b/projects-parent/archetypes-parent/airline-archetype/pom.xml index 73cde9ba4..c6c3fc7f4 100644 --- a/projects-parent/archetypes-parent/airline-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/pom.xml @@ -5,10 +5,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 airline-archetype - 2.2.2-SNAPSHOT + 2.2.2 maven-archetype airline-archetype @@ -35,8 +35,8 @@ Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ + central-portals + https://central.sonatype.com/repository/mavens/ false diff --git a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml index a9b1ec548..d1d34289b 100644 --- a/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 ${groupId} @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test @@ -97,8 +97,8 @@ Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ + central-portals + https://central.sonatype.com/repository/mavens/ false diff --git a/projects-parent/archetypes-parent/airline-web-archetype/pom.xml b/projects-parent/archetypes-parent/airline-web-archetype/pom.xml index 0452241e8..0bf2a80d0 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 airline-web-archetype - 3.0.2-SNAPSHOT + 3.0.2 maven-archetype airline-web-archetype diff --git a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml index 6216aebf6..7df66d685 100644 --- a/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 ${groupId} @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/archetypes-parent/apptbook-archetype/pom.xml b/projects-parent/archetypes-parent/apptbook-archetype/pom.xml index 6fdb0c4a9..6c79826c5 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 apptbook-archetype - 2.2.2-SNAPSHOT + 2.2.2 maven-archetype apptbook-archetype diff --git a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml index 142a8c9fc..3f5a6a2f9 100644 --- a/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 ${groupId} @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml index c5d885c76..e7ec726e3 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 apptbook-web-archetype - 3.0.2-SNAPSHOT + 3.0.2 maven-archetype apptbook-web-archetype diff --git a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml index 6edef8d08..43543f032 100644 --- a/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/apptbook-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 ${groupId} @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml index 95c9c4366..b76266bf5 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/pom.xml @@ -3,13 +3,13 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 java-koans-archetype - 2.2.2-SNAPSHOT + 2.2.2 maven-archetype java-koans-archetype @@ -69,8 +69,8 @@ Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ + central-portals + https://central.sonatype.com/repository/mavens/ false diff --git a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml index 301d7c36c..2b18b6f04 100644 --- a/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 ${artifactId} ${groupId} @@ -50,7 +50,7 @@ io.github.davidwhitlock.joy.com.sandwich koans-lib - 1.2.2-SNAPSHOT + 1.2.2 @@ -112,8 +112,8 @@ Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ + central-portals + https://central.sonatype.com/repository/mavens/ false diff --git a/projects-parent/archetypes-parent/kata-archetype/pom.xml b/projects-parent/archetypes-parent/kata-archetype/pom.xml index 318b68110..8b8585b89 100644 --- a/projects-parent/archetypes-parent/kata-archetype/pom.xml +++ b/projects-parent/archetypes-parent/kata-archetype/pom.xml @@ -5,10 +5,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 kata-archetype - 2.2.2-SNAPSHOT + 2.2.2 maven-archetype kata-archetype diff --git a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml index 9a028f4a5..ca85edf4b 100644 --- a/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/kata-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 ${groupId} ${artifactId} @@ -88,7 +88,7 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/archetypes-parent/phonebill-archetype/pom.xml b/projects-parent/archetypes-parent/phonebill-archetype/pom.xml index 4c016718d..0922c719b 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/pom.xml @@ -3,11 +3,11 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 phonebill-archetype - 2.2.2-SNAPSHOT + 2.2.2 maven-archetype phonebill-archetype diff --git a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml index bbc8b4b1e..39dc4293c 100644 --- a/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 ${groupId} @@ -38,12 +38,12 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml index fb88d9a23..e0488e8ee 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/pom.xml @@ -4,10 +4,10 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 phonebill-web-archetype - 3.0.2-SNAPSHOT + 3.0.2 maven-archetype phonebill-web-archetype diff --git a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml index 1019cfc58..d81b4f300 100644 --- a/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/phonebill-web-archetype/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 ${groupId} @@ -22,17 +22,17 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/archetypes-parent/pom.xml b/projects-parent/archetypes-parent/pom.xml index 011275f07..a163be002 100644 --- a/projects-parent/archetypes-parent/pom.xml +++ b/projects-parent/archetypes-parent/pom.xml @@ -7,11 +7,11 @@ io.github.davidwhitlock.joy projects-parent - 2.2.2-SNAPSHOT + 2.2.2 archetypes-parent - 2.2.2-SNAPSHOT + 2.2.2 pom diff --git a/projects-parent/archetypes-parent/student-archetype/pom.xml b/projects-parent/archetypes-parent/student-archetype/pom.xml index 9dca7b441..5c9bb7fa6 100644 --- a/projects-parent/archetypes-parent/student-archetype/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/pom.xml @@ -5,11 +5,11 @@ archetypes-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 student-archetype - 2.3.3-SNAPSHOT + 2.3.3 maven-archetype Archetype for Student project @@ -69,8 +69,8 @@ Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ + central-portals + https://central.sonatype.com/repository/mavens/ false diff --git a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml index db5fe66e7..c9ec52e8a 100644 --- a/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml +++ b/projects-parent/archetypes-parent/student-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 ${groupId} ${artifactId} @@ -22,8 +22,8 @@ Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ + central-portals + https://central.sonatype.com/repository/mavens/ false @@ -102,12 +102,12 @@ io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/airline-web/pom.xml b/projects-parent/originals-parent/airline-web/pom.xml index cc2501c58..7b6dba6ec 100644 --- a/projects-parent/originals-parent/airline-web/pom.xml +++ b/projects-parent/originals-parent/airline-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 io.github.davidwhitlock.joy.original airline-web - 3.0.2-SNAPSHOT + 3.0.2 8080 @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/airline/pom.xml b/projects-parent/originals-parent/airline/pom.xml index 5e1383dfe..5a7c1a730 100644 --- a/projects-parent/originals-parent/airline/pom.xml +++ b/projects-parent/originals-parent/airline/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 io.github.davidwhitlock.joy.original airline jar - 2.2.2-SNAPSHOT + 2.2.2 Airline Project An Airline application for The Joy of Coding at Portland State University 2000 @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/apptbook-web/pom.xml b/projects-parent/originals-parent/apptbook-web/pom.xml index 15d22106f..f39e11a47 100644 --- a/projects-parent/originals-parent/apptbook-web/pom.xml +++ b/projects-parent/originals-parent/apptbook-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 io.github.davidwhitlock.joy.original apptbook-web - 3.0.2-SNAPSHOT + 3.0.2 8080 @@ -21,17 +21,17 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/apptbook/pom.xml b/projects-parent/originals-parent/apptbook/pom.xml index 4469b288e..0f1fddbd2 100644 --- a/projects-parent/originals-parent/apptbook/pom.xml +++ b/projects-parent/originals-parent/apptbook/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 io.github.davidwhitlock.joy.original apptbook jar - 2.2.2-SNAPSHOT + 2.2.2 Appointment Book Project An Appointment Book application for The Joy of Coding at Portland State University 2000 @@ -32,12 +32,12 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/kata/pom.xml b/projects-parent/originals-parent/kata/pom.xml index 3204055c0..4c273a082 100644 --- a/projects-parent/originals-parent/kata/pom.xml +++ b/projects-parent/originals-parent/kata/pom.xml @@ -4,11 +4,11 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 io.github.davidwhitlock.joy.original kata - 2.2.2-SNAPSHOT + 2.2.2 jar Kata Project @@ -88,7 +88,7 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/phonebill-web/pom.xml b/projects-parent/originals-parent/phonebill-web/pom.xml index 30c81d5c2..6e0b7fa3f 100644 --- a/projects-parent/originals-parent/phonebill-web/pom.xml +++ b/projects-parent/originals-parent/phonebill-web/pom.xml @@ -3,12 +3,12 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 io.github.davidwhitlock.joy.original phonebill-web - 3.0.2-SNAPSHOT + 3.0.2 8080 @@ -22,17 +22,17 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/phonebill/pom.xml b/projects-parent/originals-parent/phonebill/pom.xml index 9ceb50745..245a3610c 100644 --- a/projects-parent/originals-parent/phonebill/pom.xml +++ b/projects-parent/originals-parent/phonebill/pom.xml @@ -3,13 +3,13 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 io.github.davidwhitlock.joy.original phonebill jar - 2.2.2-SNAPSHOT + 2.2.2 Phone Bill Project A Phone Bill application for The Joy of Coding at Portland State University 2000 @@ -38,12 +38,12 @@ io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/originals-parent/pom.xml b/projects-parent/originals-parent/pom.xml index c07e4e74c..cc0017ba2 100644 --- a/projects-parent/originals-parent/pom.xml +++ b/projects-parent/originals-parent/pom.xml @@ -5,11 +5,11 @@ io.github.davidwhitlock.joy projects-parent - 2.2.2-SNAPSHOT + 2.2.2 originals-parent - 2.2.2-SNAPSHOT + 2.2.2 pom diff --git a/projects-parent/originals-parent/student/pom.xml b/projects-parent/originals-parent/student/pom.xml index 22b6b698e..6cf0832ef 100644 --- a/projects-parent/originals-parent/student/pom.xml +++ b/projects-parent/originals-parent/student/pom.xml @@ -4,11 +4,11 @@ originals-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 io.github.davidwhitlock.joy.original student - 2.3.3-SNAPSHOT + 2.3.3 jar Student Project @@ -88,12 +88,12 @@ io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 io.github.davidwhitlock.joy projects - 3.0.2-SNAPSHOT + 3.0.2 tests test diff --git a/projects-parent/pom.xml b/projects-parent/pom.xml index 01cd1f0f4..bbee4bd8d 100644 --- a/projects-parent/pom.xml +++ b/projects-parent/pom.xml @@ -7,11 +7,11 @@ io.github.davidwhitlock.joy joy - 1.2.2-SNAPSHOT + 1.2.2 projects-parent - 2.2.2-SNAPSHOT + 2.2.2 pom diff --git a/projects-parent/projects/pom.xml b/projects-parent/projects/pom.xml index b6f289c46..1384984b5 100644 --- a/projects-parent/projects/pom.xml +++ b/projects-parent/projects/pom.xml @@ -2,13 +2,13 @@ projects-parent io.github.davidwhitlock.joy - 2.2.2-SNAPSHOT + 2.2.2 4.0.0 projects Project APIs Classes needed for the Projects in The Joy of Coding - 3.0.2-SNAPSHOT + 3.0.2 http://www.cs.pdx.edu/~whitlock diff --git a/web/pom.xml b/web/pom.xml index f7d7b6cd4..c086fcf9a 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,13 +3,13 @@ joy io.github.davidwhitlock.joy - 1.2.2-SNAPSHOT + 1.2.2 4.0.0 web war Web Application examples - 2.0.2-SNAPSHOT + 2.0.2 http://www.cs.pdx.edu/~whitlock 6.2.11.Final @@ -117,7 +117,7 @@ io.github.davidwhitlock.joy examples - 1.3.3-SNAPSHOT + 1.3.3 jakarta.xml.bind