From b26db3d2975c73976cb1e8932db1ab6fd570a92a Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 12 Jun 2024 15:00:27 +0200 Subject: [PATCH] Fix versions --- .github/project.yml | 1 + .github/workflows/maven.yml | 2 +- pom.xml | 24 +++++++++++++++++++++--- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index da1465e..eae3111 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,3 +1,4 @@ release: current-version: 0.0.1 next-version: 999-SNAPSHOT + diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dcf95ac..eefd5e0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: # os: [windows-latest, macos-latest, ubuntu-latest] - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/pom.xml b/pom.xml index d8f6a07..ee86f09 100644 --- a/pom.xml +++ b/pom.xml @@ -51,13 +51,15 @@ 3.3.0 3.0.1 1.4.3 + 3.13.1 + 3.1.2 3.9.7 3.9.7 3.9.7 - 3.6.4 - 3.9.3 + 3.13.1 + 3.9.7 3.6.0 @@ -208,7 +210,23 @@ - + + + + org.apache.maven.plugins + maven-plugin-plugin + ${maven-plugin-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + +