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' cache: 'maven'
- name: Build, Test and Package with Maven - name: Build, Test and Package with Maven
run: mvn -B verify --file pom.xml -e 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 - name: Create Maven settings.xml
run: | run: |
cat <<EOF > ~/.m2/settings.xml cat <<EOF > ~/.m2/settings.xml

View File

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