Compare commits

..

3 commits

Author SHA1 Message Date
725a07fb47 chore(deps): update dependency org.jetbrains.kotlin:kotlin-maven-plugin to v2
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m30s
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
2025-01-08 17:44:36 +00:00
94523fead3
Release 0.1.7 [skip ci] 2025-01-08 17:40:32 +00:00
c9add44037 revert 16d3b08ef1
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m17s
release / Release (push) Successful in 2m17s
revert chore(deps): update https://gitea.com/actions/upload-artifact action to v4

Signed-off-by: RenovateBot <renovatebot@w9r.dev>
2025-01-08 17:31:14 +00:00
3 changed files with 10 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,10 @@
## [0.1.7]
### 🐛 Fixes
- [fcb1b92](https://w9r.dev/pom/spring-boot-starter/commits/fcb1b92) **deps**: update all non-major dependencies
---
- [c9add44](https://w9r.dev/pom/spring-boot-starter/commits/c9add44) revert 16d3b08ef162154a523d0538c5230155fc166b8f
## [0.1.6]
### 🧰 Tasks
- [f6281a9](https://w9r.dev/pom/spring-boot-starter/commits/f6281a9) **deps**: update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.3

View file

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.w9r.pom</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>0.1.6</version>
<version>0.1.7</version>
<packaging>pom</packaging>
<name>spring-boot-starter</name>
<description>A POM consisting of general dependencies and build settings</description>