From 651a586ceb7645e38ebcb61bfb4d29607d54bdd3 Mon Sep 17 00:00:00 2001 From: Greg Gibeling Date: Sun, 22 Feb 2026 18:30:18 -0800 Subject: [PATCH 1/4] G2-1432 Updated upstream project versions --- gb-project/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gb-project/pom.xml b/gb-project/pom.xml index 9444152..3c7e8ef 100644 --- a/gb-project/pom.xml +++ b/gb-project/pom.xml @@ -9,14 +9,14 @@ com.g2forge.alexandria ax-project - 0.0.19-SNAPSHOT + 0.0.19 - 0.0.19-SNAPSHOT - 0.0.12-SNAPSHOT - 0.0.6-SNAPSHOT + 0.0.19 + 0.0.12 + 0.0.6 g2forge Gearbox From 0878648eb9716d234b8de65dcacd261385a1694f Mon Sep 17 00:00:00 2001 From: Greg Gibeling Date: Sun, 22 Feb 2026 18:36:41 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release 0.0.10 --- gb-argparse/pom.xml | 6 ++---- gb-browser/pom.xml | 2 +- gb-cli/pom.xml | 2 +- gb-command-test/pom.xml | 2 +- gb-command/pom.xml | 2 +- gb-git-test/pom.xml | 2 +- gb-git/pom.xml | 2 +- gb-github/pom.xml | 2 +- gb-image/pom.xml | 2 +- gb-issue-test/pom.xml | 6 ++---- gb-issue/pom.xml | 6 ++---- gb-jira/pom.xml | 2 +- gb-maven/pom.xml | 2 +- gb-project/pom.xml | 7 ++++--- gb-rest/pom.xml | 2 +- gb-serdes/pom.xml | 6 ++---- gb-ssh/pom.xml | 2 +- pom.xml | 6 ++---- 18 files changed, 26 insertions(+), 35 deletions(-) diff --git a/gb-argparse/pom.xml b/gb-argparse/pom.xml index 1552762..9ba266e 100644 --- a/gb-argparse/pom.xml +++ b/gb-argparse/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 gb-argparse @@ -8,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-browser/pom.xml b/gb-browser/pom.xml index 6e8af58..d43978a 100644 --- a/gb-browser/pom.xml +++ b/gb-browser/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-cli/pom.xml b/gb-cli/pom.xml index 123f1bc..63c3dfe 100644 --- a/gb-cli/pom.xml +++ b/gb-cli/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-command-test/pom.xml b/gb-command-test/pom.xml index 14feea6..26a0f71 100644 --- a/gb-command-test/pom.xml +++ b/gb-command-test/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-command/pom.xml b/gb-command/pom.xml index 7ea8d65..8db5580 100644 --- a/gb-command/pom.xml +++ b/gb-command/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-git-test/pom.xml b/gb-git-test/pom.xml index e88dd79..cbd58e5 100644 --- a/gb-git-test/pom.xml +++ b/gb-git-test/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-git/pom.xml b/gb-git/pom.xml index 75ee924..a645c14 100644 --- a/gb-git/pom.xml +++ b/gb-git/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-github/pom.xml b/gb-github/pom.xml index 058b78c..1b65891 100644 --- a/gb-github/pom.xml +++ b/gb-github/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-image/pom.xml b/gb-image/pom.xml index 001a055..63835c0 100644 --- a/gb-image/pom.xml +++ b/gb-image/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-issue-test/pom.xml b/gb-issue-test/pom.xml index acb95e2..445523b 100644 --- a/gb-issue-test/pom.xml +++ b/gb-issue-test/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 gb-issue-test @@ -8,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-issue/pom.xml b/gb-issue/pom.xml index cc5599c..e142247 100644 --- a/gb-issue/pom.xml +++ b/gb-issue/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 gb-issue @@ -8,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-jira/pom.xml b/gb-jira/pom.xml index 1a57e3d..3744dd4 100644 --- a/gb-jira/pom.xml +++ b/gb-jira/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-maven/pom.xml b/gb-maven/pom.xml index f004699..493fa9e 100644 --- a/gb-maven/pom.xml +++ b/gb-maven/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-project/pom.xml b/gb-project/pom.xml index 3c7e8ef..4b9c277 100644 --- a/gb-project/pom.xml +++ b/gb-project/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 pom com.g2forge.alexandria ax-project 0.0.19 - + @@ -44,7 +44,8 @@ scm:git:git://github.com/${gearbox.organization}/${gearbox.repository}.git scm:git:ssh://github.com:${gearbox.organization}/${gearbox.repository}.git http://github.com/${gearbox.organization}/${gearbox.repository}/tree/${project.version} - + 0.0.10 + diff --git a/gb-rest/pom.xml b/gb-rest/pom.xml index a2b1768..be8345c 100644 --- a/gb-rest/pom.xml +++ b/gb-rest/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-serdes/pom.xml b/gb-serdes/pom.xml index c01897f..d6b7bd4 100644 --- a/gb-serdes/pom.xml +++ b/gb-serdes/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 gb-serdes @@ -8,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/gb-ssh/pom.xml b/gb-ssh/pom.xml index eae702f..127fff6 100644 --- a/gb-ssh/pom.xml +++ b/gb-ssh/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 ../gb-project/pom.xml diff --git a/pom.xml b/pom.xml index ea47f62..97b5db3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 gearbox @@ -9,7 +7,7 @@ com.g2forge.gearbox gb-project - 0.0.10-SNAPSHOT + 0.0.10 gb-project/pom.xml From 35336cc01d950aa12daf7cebf8dea5e9f8cff5e2 Mon Sep 17 00:00:00 2001 From: Greg Gibeling Date: Sun, 22 Feb 2026 18:36:46 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- gb-argparse/pom.xml | 2 +- gb-browser/pom.xml | 2 +- gb-cli/pom.xml | 2 +- gb-command-test/pom.xml | 2 +- gb-command/pom.xml | 2 +- gb-git-test/pom.xml | 2 +- gb-git/pom.xml | 2 +- gb-github/pom.xml | 2 +- gb-image/pom.xml | 2 +- gb-issue-test/pom.xml | 2 +- gb-issue/pom.xml | 2 +- gb-jira/pom.xml | 2 +- gb-maven/pom.xml | 2 +- gb-project/pom.xml | 4 ++-- gb-rest/pom.xml | 2 +- gb-serdes/pom.xml | 2 +- gb-ssh/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/gb-argparse/pom.xml b/gb-argparse/pom.xml index 9ba266e..a59b824 100644 --- a/gb-argparse/pom.xml +++ b/gb-argparse/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-browser/pom.xml b/gb-browser/pom.xml index d43978a..64bc9d3 100644 --- a/gb-browser/pom.xml +++ b/gb-browser/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-cli/pom.xml b/gb-cli/pom.xml index 63c3dfe..8b61f0c 100644 --- a/gb-cli/pom.xml +++ b/gb-cli/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-command-test/pom.xml b/gb-command-test/pom.xml index 26a0f71..a63c9ee 100644 --- a/gb-command-test/pom.xml +++ b/gb-command-test/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-command/pom.xml b/gb-command/pom.xml index 8db5580..ec582e7 100644 --- a/gb-command/pom.xml +++ b/gb-command/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-git-test/pom.xml b/gb-git-test/pom.xml index cbd58e5..632f2d4 100644 --- a/gb-git-test/pom.xml +++ b/gb-git-test/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-git/pom.xml b/gb-git/pom.xml index a645c14..772f704 100644 --- a/gb-git/pom.xml +++ b/gb-git/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-github/pom.xml b/gb-github/pom.xml index 1b65891..b55edfa 100644 --- a/gb-github/pom.xml +++ b/gb-github/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-image/pom.xml b/gb-image/pom.xml index 63835c0..bde3f89 100644 --- a/gb-image/pom.xml +++ b/gb-image/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-issue-test/pom.xml b/gb-issue-test/pom.xml index 445523b..fed8bc2 100644 --- a/gb-issue-test/pom.xml +++ b/gb-issue-test/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-issue/pom.xml b/gb-issue/pom.xml index e142247..a638141 100644 --- a/gb-issue/pom.xml +++ b/gb-issue/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-jira/pom.xml b/gb-jira/pom.xml index 3744dd4..9916c22 100644 --- a/gb-jira/pom.xml +++ b/gb-jira/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-maven/pom.xml b/gb-maven/pom.xml index 493fa9e..fb6c3fd 100644 --- a/gb-maven/pom.xml +++ b/gb-maven/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-project/pom.xml b/gb-project/pom.xml index 4b9c277..8c7cbde 100644 --- a/gb-project/pom.xml +++ b/gb-project/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT pom @@ -44,7 +44,7 @@ scm:git:git://github.com/${gearbox.organization}/${gearbox.repository}.git scm:git:ssh://github.com:${gearbox.organization}/${gearbox.repository}.git http://github.com/${gearbox.organization}/${gearbox.repository}/tree/${project.version} - 0.0.10 + HEAD diff --git a/gb-rest/pom.xml b/gb-rest/pom.xml index be8345c..d9e1796 100644 --- a/gb-rest/pom.xml +++ b/gb-rest/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-serdes/pom.xml b/gb-serdes/pom.xml index d6b7bd4..9647f83 100644 --- a/gb-serdes/pom.xml +++ b/gb-serdes/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/gb-ssh/pom.xml b/gb-ssh/pom.xml index 127fff6..3413ed5 100644 --- a/gb-ssh/pom.xml +++ b/gb-ssh/pom.xml @@ -6,7 +6,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT ../gb-project/pom.xml diff --git a/pom.xml b/pom.xml index 97b5db3..0a20794 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.g2forge.gearbox gb-project - 0.0.10 + 0.0.11-SNAPSHOT gb-project/pom.xml From ad841eae7ff0cfeee107d68a1c7a543a25b9c7d5 Mon Sep 17 00:00:00 2001 From: Greg Gibeling Date: Sun, 22 Feb 2026 22:58:22 -0800 Subject: [PATCH 4/4] G2-1432 Updated upstream project versions --- gb-project/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gb-project/pom.xml b/gb-project/pom.xml index 8c7cbde..eddffd0 100644 --- a/gb-project/pom.xml +++ b/gb-project/pom.xml @@ -9,14 +9,14 @@ com.g2forge.alexandria ax-project - 0.0.19 + 0.0.20-SNAPSHOT - 0.0.19 - 0.0.12 - 0.0.6 + 0.0.20-SNAPSHOT + 0.0.13-SNAPSHOT + 0.0.7-SNAPSHOT g2forge Gearbox