Compare commits
5 commits
725a07fb47
...
2a666ac61e
Author | SHA1 | Date | |
---|---|---|---|
2a666ac61e | |||
475638fff7 | |||
a004117946 | |||
b53623ab11 | |||
24ea986a7f |
3 changed files with 11 additions and 4 deletions
|
@ -59,8 +59,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build package and populate staging area for deployment
|
- name: Build package and populate staging area for deployment
|
||||||
run: |
|
run: |
|
||||||
mvn -X -B --file pom.xml package
|
mvn -B --file pom.xml -P skipShadeAndCycloneDX,publication deploy
|
||||||
mvn -X --file pom.xml -Ppublication
|
|
||||||
|
|
||||||
- name: "Run JReleaser (Assemble)"
|
- name: "Run JReleaser (Assemble)"
|
||||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||||
|
|
|
@ -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]
|
## [0.1.7]
|
||||||
### 🐛 Fixes
|
### 🐛 Fixes
|
||||||
- [fcb1b92](https://w9r.dev/pom/spring-boot-starter/commits/fcb1b92) **deps**: update all non-major dependencies
|
- [fcb1b92](https://w9r.dev/pom/spring-boot-starter/commits/fcb1b92) **deps**: update all non-major dependencies
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>dev.w9r.pom</groupId>
|
<groupId>dev.w9r.pom</groupId>
|
||||||
<artifactId>spring-boot-starter</artifactId>
|
<artifactId>spring-boot-starter</artifactId>
|
||||||
<version>0.1.7</version>
|
<version>0.1.9</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-boot-starter</name>
|
<name>spring-boot-starter</name>
|
||||||
<description>A POM consisting of general dependencies and build settings</description>
|
<description>A POM consisting of general dependencies and build settings</description>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>21</java.version>
|
<java.version>21</java.version>
|
||||||
<kotlin.version>1.9.25</kotlin.version>
|
<kotlin.version>2.1.0</kotlin.version>
|
||||||
|
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue