Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ 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
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
Expand Down Expand Up @@ -81,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

Expand Down
2 changes: 1 addition & 1 deletion code/jacoco-report-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex</groupId>
<artifactId>mavencentral-ci-testing</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.8-SNAPSHOT</version>
</parent>

<artifactId>jacoco-report-aggregate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/mavencentral-ci-testing-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex</groupId>
<artifactId>mavencentral-ci-testing</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.8-SNAPSHOT</version>
</parent>

<artifactId>mavencentral-ci-testing-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.inditex</groupId>
<artifactId>mavencentral-ci-testing</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>mavencentral-ci-testing</name>
Expand Down