diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9e751548..eaa55501 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,8 @@ jobs: fetch-depth: 0 - name: Copy maven settings run: | - wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml + wget https://raw.githubusercontent.com/entur/ror-maven-settings/refs/heads/master/.m2/settings_release_maven_central.xml -O .github/workflows/settings.xml + - uses: actions/setup-java@v5 with: java-version: 21 diff --git a/pom.xml b/pom.xml index 6caf2b37..f976fa97 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 21 5.50.0 - 3.1.77 + 4.0.0-SNAPSHOT 4.0.5 4.0.6 @@ -39,6 +39,19 @@ + + + central-snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + + + + org.entur.ror.helpers