Compare commits
1 commit
725a07fb47
...
22e56b4c1a
Author | SHA1 | Date | |
---|---|---|---|
22e56b4c1a |
3 changed files with 3 additions and 10 deletions
|
@ -77,14 +77,14 @@ jobs:
|
||||||
|
|
||||||
- name: JReleaser release trace
|
- name: JReleaser release trace
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
|
uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
|
||||||
with:
|
with:
|
||||||
name: jreleaser-trace
|
name: jreleaser-trace
|
||||||
path: target/jreleaser/trace.log
|
path: target/jreleaser/trace.log
|
||||||
|
|
||||||
- name: JReleaser release properties
|
- name: JReleaser release properties
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
|
uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
|
||||||
with:
|
with:
|
||||||
name: jreleaser-properties
|
name: jreleaser-properties
|
||||||
path: target/jreleaser/output.properties
|
path: target/jreleaser/output.properties
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
## [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]
|
## [0.1.6]
|
||||||
### 🧰 Tasks
|
### 🧰 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
|
- [f6281a9](https://w9r.dev/pom/spring-boot-starter/commits/f6281a9) **deps**: update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.3
|
||||||
|
|
2
pom.xml
2
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.6</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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue