From eb261e403d81f364290fab0670fe8f4a3bc53d07 Mon Sep 17 00:00:00 2001 From: Marina Lang Date: Tue, 4 Aug 2026 15:11:47 +0200 Subject: [PATCH 1/3] fix: update Sonatype OSSRH URL and upgrade GitHub Actions to v4 --- .github/workflows/sonar.yaml | 9 +++++---- pom.xml | 6 +++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index f454399..74132b4 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -9,20 +9,21 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v4 with: + distribution: temurin java-version: 11 - name: Cache SonarCloud packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index 1ad14e4..1fc8f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -311,7 +311,11 @@ true ossrh - https://s01.oss.sonatype.org/ + + https://ossrh-staging-api.central.sonatype.com/ true From 19490637c34a348a6f368de8232dec4e365b690a Mon Sep 17 00:00:00 2001 From: Marina Lang Date: Tue, 4 Aug 2026 15:20:10 +0200 Subject: [PATCH 2/3] [maven-release-plugin] prepare release 1.2.0 --- api/pom.xml | 4 ++-- emnify/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index a5cc1c8..f989b61 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,12 +9,12 @@ scm:git:git://github.com/EMnify/emnify-sdk-java.git scm:git:ssh://github.com/EMnify/emnify-sdk-java.git http://github.com/EMnify/emnify-sdk-java/tree/main - HEAD + 1.2.0 com.emnify.sdk emnify-parent - 1.3.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/emnify/pom.xml b/emnify/pom.xml index 151c773..e050d5d 100644 --- a/emnify/pom.xml +++ b/emnify/pom.xml @@ -10,7 +10,7 @@ com.emnify.sdk emnify-parent - 1.3.0-SNAPSHOT + 1.2.0 emnify diff --git a/pom.xml b/pom.xml index 1fc8f8d..32600ff 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.emnify.sdk emnify-parent - 1.3.0-SNAPSHOT + 1.2.0 pom @@ -31,7 +31,7 @@ scm:git:git://github.com/EMnify/emnify-sdk-java.git scm:git:ssh://github.com/EMnify/emnify-sdk-java.git http://github.com/EMnify/emnify-sdk-java/tree/main - HEAD + 1.2.0 From 1fe7e86e1e090aa62f55588ec940342915a120bf Mon Sep 17 00:00:00 2001 From: Marina Lang Date: Tue, 4 Aug 2026 15:45:47 +0200 Subject: [PATCH 3/3] Revert "[maven-release-plugin] prepare release 1.2.0" This reverts commit 19490637c34a348a6f368de8232dec4e365b690a. --- api/pom.xml | 4 ++-- emnify/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index f989b61..a5cc1c8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,12 +9,12 @@ scm:git:git://github.com/EMnify/emnify-sdk-java.git scm:git:ssh://github.com/EMnify/emnify-sdk-java.git http://github.com/EMnify/emnify-sdk-java/tree/main - 1.2.0 + HEAD com.emnify.sdk emnify-parent - 1.2.0 + 1.3.0-SNAPSHOT ../pom.xml diff --git a/emnify/pom.xml b/emnify/pom.xml index e050d5d..151c773 100644 --- a/emnify/pom.xml +++ b/emnify/pom.xml @@ -10,7 +10,7 @@ com.emnify.sdk emnify-parent - 1.2.0 + 1.3.0-SNAPSHOT emnify diff --git a/pom.xml b/pom.xml index 32600ff..1fc8f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.emnify.sdk emnify-parent - 1.2.0 + 1.3.0-SNAPSHOT pom @@ -31,7 +31,7 @@ scm:git:git://github.com/EMnify/emnify-sdk-java.git scm:git:ssh://github.com/EMnify/emnify-sdk-java.git http://github.com/EMnify/emnify-sdk-java/tree/main - 1.2.0 + HEAD