Compare commits

..

2 commits
0.1.8 ... 0.1.9

Author SHA1 Message Date
4f64080737
Release 0.1.9 [skip ci] 2025-01-08 14:46:27 +00:00
a211f84003
chore: switch to mainstream release action
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m41s
release / Release (push) Successful in 2m38s
2025-01-08 15:44:37 +01:00
3 changed files with 6 additions and 2 deletions

View file

@ -42,7 +42,7 @@ jobs:
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
- name: "Run JReleaser (Changelog)"
uses: https://w9r.dev/actions/release-action@main
uses: https://github.com/jreleaser/release-action@2.4.2
with:
arguments: changelog --debug
setup-java: false

View file

@ -1,3 +1,7 @@
## [0.1.9]
### 🧰 Tasks
- [a211f84](https://w9r.dev/pom/dependencies/commits/a211f84) switch to mainstream release action
## [0.1.8]
### 🧰 Tasks
- [a49f327](https://w9r.dev/pom/dependencies/commits/a49f327) **deps**: add renovate.json

View file

@ -6,7 +6,7 @@
<groupId>dev.w9r.pom</groupId>
<artifactId>dependencies</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<name>Common Dependency Project Object Model for Maven Builds</name>
<description>Common dependencies and management of their versions</description>