optimize pipeline, fix 0.0.3-SNAPSHOT version
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m28s

This commit is contained in:
Eduard Kuksa 2025-02-02 16:31:28 +07:00
parent bda73ada32
commit 9239be814b
2 changed files with 1 additions and 6 deletions

View File

@ -22,11 +22,6 @@ jobs:
cache: 'maven'
- name: Build, Test and Package with Maven
run: mvn -B verify --file pom.xml -e
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
# name: build-artifact
# path: target/*.jar
- name: Create Maven settings.xml
run: |
cat <<EOF > ~/.m2/settings.xml

View File

@ -10,7 +10,7 @@
</parent>
<groupId>dev.kuksa</groupId>
<artifactId>spring-demo</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<name>spring-demo</name>
<description>spring-demo</description>
<url/>