diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3009d44..31dbac2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,14 +20,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.17 - - uses: s4u/maven-settings-action@v2.3.0 - with: - servers: | - [{ - "id": "laboulangeriemmo", - "username": "${{ secrets.GH_EMAIL }}", - "password": "${{ secrets.GH_READ_PACKAGES }}" - }] - name: Maven build run: mvn clean package - uses: actions/upload-artifact@v1 diff --git a/pom.xml b/pom.xml index 9a4cd64..f007bd5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 net.laboulangerie @@ -46,10 +48,6 @@ jitpack.io https://jitpack.io - - laboulangeriemmo - https://maven.pkg.github.com/laboulangerie/laboulangeriemmo - betonquest https://betonquest.org/nexus/repository/betonquest/ @@ -100,9 +98,9 @@ provided - net.laboulangerie - laboulangeriemmo - 2.2.2 + com.github.LaBoulangerie + LaBoulangerieMMO + 2.3.1 provided