From 88c31515e37ff78c734048c393c8449098638b2d Mon Sep 17 00:00:00 2001 From: Ivan Alvarez Sabin <71872287+ivanasabi@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:58:57 +0200 Subject: [PATCH 1/4] fix: reconcile canary version with Maven Central (#30) * fix: reconcile canary version with Maven Central 0.2.6 was published to Maven Central during the D12/D17 delegated-release proof (dev.inditex:mavencentral-ci-testing-core, -core, -aggregate and the parent, all at 0.2.6). Maven Central is immutable, so that coordinate can never be reused, but this repository still declared 0.2.6-SNAPSHOT and carried no 0.2.6 tag: the next release would have computed 0.2.6 and failed against Central after already moving the baseline branch. Move the reactor to 0.2.7-SNAPSHOT so the next release cuts a coordinate that is actually free. This is the next-development-iteration bump that the proof run performed on its own throwaway branch and therefore never reached main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: record the version reconcile in the changelog The release-preview gate requires every release-bearing pull request to say what it releases. This one moves the reactor off a coordinate Maven Central has already made immutable, which is exactly the kind of change the log exists to record. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- code/CHANGELOG.md | 7 +++++++ code/jacoco-report-aggregate/pom.xml | 2 +- code/mavencentral-ci-testing-core/pom.xml | 2 +- code/pom.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md index 4636cf3..70722a7 100644 --- a/code/CHANGELOG.md +++ b/code/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Reconciled the canary's development version with what is already published on + Maven Central. `0.2.6-SNAPSHOT` had been consumed by a release whose artifacts + reached Central, so the next release attempt collided with an immutable + coordinate; the reactor now opens at `0.2.7-SNAPSHOT`. + ## [0.2.5] - 2026-09-04 ### Fixed diff --git a/code/jacoco-report-aggregate/pom.xml b/code/jacoco-report-aggregate/pom.xml index 9d57934..aeedaec 100644 --- a/code/jacoco-report-aggregate/pom.xml +++ b/code/jacoco-report-aggregate/pom.xml @@ -5,7 +5,7 @@ dev.inditex mavencentral-ci-testing - 0.2.6-SNAPSHOT + 0.2.7-SNAPSHOT jacoco-report-aggregate diff --git a/code/mavencentral-ci-testing-core/pom.xml b/code/mavencentral-ci-testing-core/pom.xml index c7d0721..7f34326 100644 --- a/code/mavencentral-ci-testing-core/pom.xml +++ b/code/mavencentral-ci-testing-core/pom.xml @@ -5,7 +5,7 @@ dev.inditex mavencentral-ci-testing - 0.2.6-SNAPSHOT + 0.2.7-SNAPSHOT mavencentral-ci-testing-core diff --git a/code/pom.xml b/code/pom.xml index 0b175b3..15db952 100644 --- a/code/pom.xml +++ b/code/pom.xml @@ -4,7 +4,7 @@ dev.inditex mavencentral-ci-testing - 0.2.6-SNAPSHOT + 0.2.7-SNAPSHOT pom mavencentral-ci-testing From 1f9cc9f26304b74818f578b609e4bdae37ae4100 Mon Sep 17 00:00:00 2001 From: "inditextechbot[bot]" Date: Fri, 11 Sep 2026 08:35:15 +0000 Subject: [PATCH 2/4] [java-release] Consume changelog for release 0.2.7 --- code/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md index 70722a7..af7132b 100644 --- a/code/CHANGELOG.md +++ b/code/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7] - 2026-09-11 + ### Fixed - Reconciled the canary's development version with what is already published on @@ -88,7 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Configured distributionManagement for Maven Central snapshot repository - Excluded jacoco-report-aggregate module from deployment -[Unreleased]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.5...HEAD +[Unreleased]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.7...HEAD + +[0.2.7]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.5...0.2.7 [0.2.5]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.4...0.2.5 From 58adb20bd1d583a45ad528af5715bc87e2d38789 Mon Sep 17 00:00:00 2001 From: "inditextechbot[bot]" Date: Fri, 11 Sep 2026 08:35:29 +0000 Subject: [PATCH 3/4] [release] prepare release 0.2.7 --- code/jacoco-report-aggregate/pom.xml | 2 +- code/mavencentral-ci-testing-core/pom.xml | 2 +- code/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/jacoco-report-aggregate/pom.xml b/code/jacoco-report-aggregate/pom.xml index aeedaec..bec577e 100644 --- a/code/jacoco-report-aggregate/pom.xml +++ b/code/jacoco-report-aggregate/pom.xml @@ -5,7 +5,7 @@ dev.inditex mavencentral-ci-testing - 0.2.7-SNAPSHOT + 0.2.7 jacoco-report-aggregate diff --git a/code/mavencentral-ci-testing-core/pom.xml b/code/mavencentral-ci-testing-core/pom.xml index 7f34326..aa9d623 100644 --- a/code/mavencentral-ci-testing-core/pom.xml +++ b/code/mavencentral-ci-testing-core/pom.xml @@ -5,7 +5,7 @@ dev.inditex mavencentral-ci-testing - 0.2.7-SNAPSHOT + 0.2.7 mavencentral-ci-testing-core diff --git a/code/pom.xml b/code/pom.xml index 15db952..e6fc0d0 100644 --- a/code/pom.xml +++ b/code/pom.xml @@ -4,7 +4,7 @@ dev.inditex mavencentral-ci-testing - 0.2.7-SNAPSHOT + 0.2.7 pom mavencentral-ci-testing @@ -30,7 +30,7 @@ scm:git:git://github.com/InditexTech/mavencentral-ci-testing.git scm:git:https://github.com/InditexTech/mavencentral-ci-testing.git https://github.com/InditexTech/mavencentral-ci-testing/tree/main - HEAD + 0.2.7 From 7881ff611de523d0cc956018b6d74620614da637 Mon Sep 17 00:00:00 2001 From: "inditextechbot[bot]" Date: Fri, 11 Sep 2026 08:35:33 +0000 Subject: [PATCH 4/4] [release] prepare for next development iteration --- code/jacoco-report-aggregate/pom.xml | 2 +- code/mavencentral-ci-testing-core/pom.xml | 2 +- code/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/jacoco-report-aggregate/pom.xml b/code/jacoco-report-aggregate/pom.xml index bec577e..7f140da 100644 --- a/code/jacoco-report-aggregate/pom.xml +++ b/code/jacoco-report-aggregate/pom.xml @@ -5,7 +5,7 @@ dev.inditex mavencentral-ci-testing - 0.2.7 + 0.2.8-SNAPSHOT jacoco-report-aggregate diff --git a/code/mavencentral-ci-testing-core/pom.xml b/code/mavencentral-ci-testing-core/pom.xml index aa9d623..36c4511 100644 --- a/code/mavencentral-ci-testing-core/pom.xml +++ b/code/mavencentral-ci-testing-core/pom.xml @@ -5,7 +5,7 @@ dev.inditex mavencentral-ci-testing - 0.2.7 + 0.2.8-SNAPSHOT mavencentral-ci-testing-core diff --git a/code/pom.xml b/code/pom.xml index e6fc0d0..6219ed1 100644 --- a/code/pom.xml +++ b/code/pom.xml @@ -4,7 +4,7 @@ dev.inditex mavencentral-ci-testing - 0.2.7 + 0.2.8-SNAPSHOT pom mavencentral-ci-testing @@ -30,7 +30,7 @@ scm:git:git://github.com/InditexTech/mavencentral-ci-testing.git scm:git:https://github.com/InditexTech/mavencentral-ci-testing.git https://github.com/InditexTech/mavencentral-ci-testing/tree/main - 0.2.7 + HEAD