From 99f18fd6f769622e373cb634fbe28d37ce88db03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Moreno?= Date: Sat, 25 Mar 2023 12:12:17 +0100 Subject: [PATCH 1/3] Upgraded dependencies - Updated pom.xml --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b52cf61..0e2b991 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ org.bstats bstats-bukkit - 3.0.0 + 3.0.1 com.sk89q.worldguard @@ -70,13 +70,13 @@ com.github.TechFortress GriefPrevention - 16.18 + 16.18.1 provided org.jetbrains annotations - 24.0.0 + 24.0.1 provided From e77cfcb378bf55e742e002f9bc76622d52502ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Moreno?= Date: Sat, 25 Mar 2023 12:13:01 +0100 Subject: [PATCH 2/3] Added support for MC 1.19.4 - Updated pom.xml - Updated tests.yml workflow --- .github/workflows/tests.yml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d21547..ae7f0bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,12 +6,12 @@ jobs: test: runs-on: ubuntu-latest timeout-minutes: 8 - continue-on-error: ${{ matrix.version == '1.19.3' }} + continue-on-error: ${{ matrix.version == '1.19.4' }} strategy: fail-fast: false matrix: flavor: ['bukkit', 'spigot', 'paper', 'purpur'] - version: ['1.19.3', '1.18.2', '1.17.1', '1.16.5'] + version: ['1.19.4', '1.18.2', '1.17.1', '1.16.5'] steps: # Download code from repository - name: Checkout code @@ -80,7 +80,7 @@ jobs: env: VERSION: ${{ matrix.version }} run: | - if [ $VERSION == "1.19.3" ]; then + if [ $VERSION == "1.19.4" ]; then url="https://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/target/ProtocolLib.jar" else url="https://github.com/dmulloy2/ProtocolLib/releases/download/4.8.0/ProtocolLib.jar" diff --git a/pom.xml b/pom.xml index 0e2b991..7a56162 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.spigotmc spigot-api - 1.19.3-R0.1-SNAPSHOT + 1.19.4-R0.1-SNAPSHOT provided From c7d61d13baae02e79366f4dfc3f03dad6d13366d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Moreno?= Date: Sat, 25 Mar 2023 12:17:55 +0100 Subject: [PATCH 3/3] v1.2.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a56162..acedb80 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.josemmo.bukkit.plugin YamipaPlugin - 1.2.8 + 1.2.9 8