diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 954e6c8d..79619810 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -26,9 +26,9 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -DskipTests -B package --file pom.xml - name: Publish to GitHub Packages Apache Maven - run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml + run: mvn -DskipTests deploy -s $GITHUB_WORKSPACE/settings.xml env: GITHUB_TOKEN: ${{ github.token }} diff --git a/pom.xml b/pom.xml index ebc1863d..e8cae999 100644 --- a/pom.xml +++ b/pom.xml @@ -12,13 +12,6 @@ SEPA Project https://github.com/vaimee/SEPA.git - - 11 - 11 - UTF-8 - 1.0.0-SNAPSHOT - 0 - GNU Lesser General Public License v3.0 @@ -51,6 +44,13 @@ https://github.com/vaimee/SEPA + + 11 + 11 + UTF-8 + v0.15.0 + 0 + github @@ -205,4 +205,4 @@ 1.5.3 - \ No newline at end of file +