Compare commits

..

5 commits

Author SHA1 Message Date
2a666ac61e chore(deps): update dependency org.jetbrains.kotlin:kotlin-maven-plugin to v2
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m24s
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
2025-01-09 10:01:14 +00:00
475638fff7
Release 0.1.9 [skip ci] 2025-01-09 09:06:15 +00:00
a004117946
ci: only one maven run for build and deploy
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 2m8s
release / Release (push) Successful in 2m50s
Signed-off-by: Forgejo <forgejo@w9r.dev>
2025-01-09 09:04:58 +00:00
b53623ab11
Release 0.1.8 [skip ci] 2025-01-09 08:55:49 +00:00
24ea986a7f
ci: do not run shade and cyclonedx on this pom
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m57s
release / Release (push) Successful in 2m58s
Signed-off-by: Forgejo <forgejo@w9r.dev>
2025-01-09 08:54:34 +00:00
3 changed files with 10 additions and 3 deletions

View file

@ -59,8 +59,7 @@ jobs:
- name: Build package and populate staging area for deployment
run: |
mvn -X -B --file pom.xml package
mvn -X --file pom.xml -Ppublication
mvn -B --file pom.xml -P skipShadeAndCycloneDX,publication deploy
- name: "Run JReleaser (Assemble)"
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2

View file

@ -1,3 +1,11 @@
## [0.1.9]
### 🛠 Build
- [a004117](https://w9r.dev/pom/spring-boot-starter/commits/a004117) only one maven run for build and deploy
## [0.1.8]
### 🛠 Build
- [24ea986](https://w9r.dev/pom/spring-boot-starter/commits/24ea986) do not run shade and cyclonedx on this pom
## [0.1.7]
### 🐛 Fixes
- [fcb1b92](https://w9r.dev/pom/spring-boot-starter/commits/fcb1b92) **deps**: update all non-major dependencies

View file

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