Compare commits
1 commit
2a666ac61e
...
725a07fb47
Author | SHA1 | Date | |
---|---|---|---|
725a07fb47 |
3 changed files with 3 additions and 10 deletions
|
@ -59,7 +59,8 @@ jobs:
|
|||
|
||||
- name: Build package and populate staging area for deployment
|
||||
run: |
|
||||
mvn -B --file pom.xml -P skipShadeAndCycloneDX,publication deploy
|
||||
mvn -X -B --file pom.xml package
|
||||
mvn -X --file pom.xml -Ppublication
|
||||
|
||||
- name: "Run JReleaser (Assemble)"
|
||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
## [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
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>dev.w9r.pom</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
<version>0.1.9</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>
|
||||
|
|
Loading…
Add table
Reference in a new issue