Compare commits
2 Commits
a166eecd60
...
1.0.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52d16cfee5 | ||
| e23592b6a4 |
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -62,9 +62,9 @@ jobs:
|
|||||||
git config user.name "gitea"
|
git config user.name "gitea"
|
||||||
git add ./pom.xml
|
git add ./pom.xml
|
||||||
git commit -m "[no ci] release ${{ steps.version.outputs.VERSION }}"
|
git commit -m "[no ci] release ${{ steps.version.outputs.VERSION }}"
|
||||||
|
git tag ${{ steps.version.outputs.VERSION }} -m "release ${{ steps.version.outputs.VERSION }}"
|
||||||
./mvnw -B --no-transfer-progress clean validate -Pnew-snapshot
|
./mvnw -B --no-transfer-progress clean validate -Pnew-snapshot
|
||||||
git add ./pom.xml
|
git add ./pom.xml
|
||||||
git commit -m "[no ci] prepare new Version"
|
git commit -m "[no ci] prepare new Version"
|
||||||
git tag ${{ steps.version.outputs.VERSION }} -m "release ${{ steps.version.outputs.VERSION }}"
|
|
||||||
git push origin main
|
git push origin main
|
||||||
git push origin ${{ steps.version.outputs.VERSION }}
|
git push origin ${{ steps.version.outputs.VERSION }}
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.arindy</groupId>
|
<groupId>de.arindy</groupId>
|
||||||
<artifactId>dice-tower</artifactId>
|
<artifactId>dice-tower</artifactId>
|
||||||
<version>1.0.6-SNAPSHOT</version>
|
<version>1.0.6</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<compiler-plugin.version>3.13.0</compiler-plugin.version>
|
<compiler-plugin.version>3.13.0</compiler-plugin.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user