Compare commits

...

2 commits
0.1.12 ... main

Author SHA1 Message Date
354b5aa5e5
Release 0.1.13 [skip ci] 2025-01-08 17:40:16 +00:00
dab93b0bf5
revert 11923acb66a66d6da58579fb1f0ae6dd9a3583b7
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 57s
release / Release (push) Successful in 1m51s
revert chore(deps): update https://gitea.com/actions/upload-artifact action to v4

Signed-off-by: RenovateBot <renovatebot@w9r.dev>
2025-01-08 17:33:37 +00:00
3 changed files with 6 additions and 3 deletions

View file

@ -77,14 +77,14 @@ jobs:
- name: JReleaser release trace
if: always()
uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: jreleaser-trace
path: target/jreleaser/trace.log
- name: JReleaser release properties
if: always()
uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: jreleaser-properties
path: target/jreleaser/output.properties

View file

@ -1,3 +1,6 @@
## [0.1.13]
- [dab93b0](https://w9r.dev/pom/dependencies/commits/dab93b0) revert 11923acb66a66d6da58579fb1f0ae6dd9a3583b7
## [0.1.12]
### 🐛 Fixes
- [392515a](https://w9r.dev/pom/dependencies/commits/392515a) **deps**: update logback monorepo to v1.5.16

View file

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