7 Commits

Author SHA1 Message Date
Stéphane Nicoll
544b24e195 Upgrade to github-changelog-generator 0.0.12
Closes gh-489
2025-04-15 10:26:09 +02:00
Artem Bilan
9131e6a02a GH-480: Bring back POM revision property (#481)
Fixes: https://github.com/spring-projects/spring-retry/issues/480

* Add `flatten-maven-plugin` to resolve properties
and remove unnecessary build info from the final POM of the artifact to install/deploy

* Revert `version` extraction from POM via `sed` command in the build action
* Remove `flatten.clean` from the Maven Flatter Plugin, since `.flattened-pom.xml` generated file is landed in the `/target` dir
* Add `pomElements/profiles` for removal in the result `.flattened-pom.xml`
2025-01-01 18:35:39 -05:00
Artem Bilan
72a0d0e2e3 Fix actions\build to use mvn help:evaluate
Since there is no `revision` property in POM, we cannot use `sed` command to extract project version from the POM.

* Use more Maven-friendly `mvn help:evaluate -Dexpression="project.version" -q -DforceStdout` command to get the current project version
* Remove tentative `finish_release_tmp.yml` since `actions\build` has been fixed now
2024-12-13 12:46:53 -05:00
Artem Bilan
8f2a5a0ac5 Add Maven -Duser.name=spring-builds+github for Develocity 2024-10-16 16:30:50 -04:00
Stéphane Nicoll
caa0d72d16 Fix formatting of Maven Central check url
Closes gh-455
2024-07-13 11:19:06 +02:00
Stéphane Nicoll
ee44dcec66 Release from GitHub Actions
To harmonize the release process, this commit moves it to GHA.

Closes gh-448
2024-07-13 10:19:26 +02:00
Stéphane Nicoll
686dd9d11a Move CI to GitHub actions
This commit moves the regular build and snapshot deployment to GitHub
actions, based on a standard actions that are reusable.

Closes gh-447
2024-07-13 09:55:54 +02:00