diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd5baa179..ff9e64621 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,7 +189,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - server-id: ossrh # Needs to match the id in the main pom.xml file + server-id: central # Needs to match the id in the main pom.xml file server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD java-version: 21 @@ -204,5 +204,5 @@ jobs: echo "Version is not a SNAPSHOT version, not deploying to Sonatype Snapshot repo" fi env: - MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }} - MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }} + MAVEN_USERNAME: ${{ secrets.CENTRAL_SONATYPE_USERNAME }} + MAVEN_PASSWORD: ${{ secrets.CENTRAL_SONATYPE_PASSWORD }} diff --git a/README.md b/README.md index 235d9d909..1da415073 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,17 @@ The list of what version of the CommandAPI you'll need to run on a specific vers | **1.19.2** | 8.5.1 - 9.7.0 | 9.7.0 | 16 | | **1.19.3** | 8.7.0 - 9.7.0 | 9.7.0 | 16 | | **1.19.4** | 8.8.0 - 9.7.0 | 9.7.0 | 16 | -| **1.20** | 9.0.2 - 10.0.0 | 10.0.0 | 17 | -| **1.20.1** | 9.0.3 - 10.0.0 | 10.0.0 | 17 | -| **1.20.2** | 9.2.0 - 10.0.0 | 10.0.0 | 17 | -| **1.20.3, 1.20.4** | 9.3.0 - 10.0.0 | 10.0.0 | 17 | -| **1.20.5, 1.20.6** | 9.4.0 - 10.0.0 | 10.0.0 | 17 | -| **1.21** | 9.5.0 - 10.0.0 | 10.0.0 | 17 | -| **1.21.1** | 9.5.2 - 10.0.0 | 10.0.0 | 17 | -| **1.21.2, 1.21.3** | 9.6.0 - 10.0.0 | 10.0.0 | 17 | -| **1.21.4** | 9.7.0 - 10.0.0 | 10.0.0 | 17 | -| **1.21.5** | 10.0.0 | 10.0.0 | 17 | +| **1.20** | 9.0.2 - 10.1.0 | 10.1.0 | 17 | +| **1.20.1** | 9.0.3 - 10.1.0 | 10.1.0 | 17 | +| **1.20.2** | 9.2.0 - 10.1.0 | 10.1.0 | 17 | +| **1.20.3, 1.20.4** | 9.3.0 - 10.1.0 | 10.1.0 | 17 | +| **1.20.5, 1.20.6** | 9.4.0 - 10.1.0 | 10.1.0 | 17 | +| **1.21** | 9.5.0 - 10.1.0 | 10.1.0 | 17 | +| **1.21.1** | 9.5.2 - 10.1.0 | 10.1.0 | 17 | +| **1.21.2, 1.21.3** | 9.6.0 - 10.1.0 | 10.1.0 | 17 | +| **1.21.4** | 9.7.0 - 10.1.0 | 10.1.0 | 17 | +| **1.21.5** | 10.0.0 - 10.1.0 | 10.1.0 | 17 | +| **1.21.6** | 10.1.0 | 10.1.0 | 17 | ----- @@ -391,11 +392,21 @@ This is the current roadmap for the CommandAPI (as of 1st April 2025): + + 10.1.0 + June 2025 + + Minecraft Version Changes: + + + 10.0.1 May 2025 - Bug Fixes: + Bug Fixes: