diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index eaebd4799..4b54ab82b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -17,10 +17,14 @@ jobs: distribution: 'zulu' cache: maven gpg-private-key: ${{ secrets.GPG_KEY }} - - uses: s4u/maven-settings-action@v2.5.0 + - name: maven-settings-xml-action + uses: whelk-io/maven-settings-xml-action@v20 with: - sonatypeSnapshots: true - apacheSnapshots: true + repositories: | + [ + { "id": "central", "url": "https://repo.maven.apache.org/maven2", "releases": { "enabled": "true" }, "snapshots": { "enabled": "true"} }, + { "id": "sonatype-snapshots", "url": "https://oss.sonatype.org/content/repositories/snapshots", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true"} } + ] servers: | [ { diff --git a/pom/pom.xml b/pom/pom.xml index b488028a6..053d0db26 100644 --- a/pom/pom.xml +++ b/pom/pom.xml @@ -383,7 +383,7 @@ 1.2 1.1 1.0.2-gwt2.8.2 - 2.0.7-SNAPSHOT + 2.0.10-SNAPSHOT 1.0.5-SNAPSHOT 1.0.5-SNAPSHOT 1.0.3-SNAPSHOT