diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d27ded89..3d07e9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B -Pstaging package --file pom.xml diff --git a/api/pom.xml b/api/pom.xml index ce18cb20..99de5388 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,7 @@ - 6.0.0 + 6.1.0-M2 4.0.1 - 3.1.1 - 2.1.1 - 2.1.0 - 4.0.1 + 4.0.0-M2 + 3.0.0 + 2.2.0 + 4.1.0