From ade2a327f9acfea622835de3a161f964de6d292e Mon Sep 17 00:00:00 2001 From: stefvanschie Date: Sat, 6 Jan 2024 00:43:39 +0100 Subject: [PATCH] V 0.10.13 --- .github/dependabot.yml | 2 +- .github/workflows/auto-deploy.yml | 2 +- .github/workflows/maven.yml | 2 +- IF/pom.xml | 2 +- README.md | 5 +++-- adventure-support/pom.xml | 2 +- nms/1_14/pom.xml | 2 +- nms/1_15/pom.xml | 2 +- nms/1_16_1/pom.xml | 2 +- nms/1_16_2-3/pom.xml | 2 +- nms/1_16_4-5/pom.xml | 2 +- nms/1_17_0/pom.xml | 2 +- nms/1_17_1/pom.xml | 2 +- nms/1_18_0/pom.xml | 2 +- nms/1_18_1/pom.xml | 2 +- nms/1_18_2/pom.xml | 2 +- nms/1_19_0/pom.xml | 2 +- nms/1_19_1/pom.xml | 2 +- nms/1_19_2/pom.xml | 2 +- nms/1_19_3/pom.xml | 2 +- nms/1_19_4/pom.xml | 2 +- nms/1_20_0-1/pom.xml | 2 +- nms/1_20_2/pom.xml | 2 +- nms/1_20_3-4/pom.xml | 2 +- nms/abstraction/pom.xml | 2 +- pom.xml | 2 +- 26 files changed, 28 insertions(+), 27 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac3ce90e..c4bd2045 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -81,7 +81,7 @@ updates: schedule: interval: "daily" - package-ecosystem: "maven" - directory: "/nms/1_20_3" + directory: "/nms/1_20_3-4" schedule: interval: "daily" - package-ecosystem: "maven" diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index d6ac6e76..bb550f67 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -73,7 +73,7 @@ jobs: mvn paper-nms:init -pl nms/1_19_4 mvn paper-nms:init -pl nms/1_20_0-1 mvn paper-nms:init -pl nms/1_20_2 - mvn paper-nms:init -pl nms/1_20_3 + mvn paper-nms:init -pl nms/1_20_3-4 - name: Setup GPG keys run: cat <(echo -e "${{ secrets.GPG_KEY }}") | gpg --batch --import - name: Automatically deploy the project diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0ff2564d..a8ec0d45 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -79,6 +79,6 @@ jobs: mvn paper-nms:init -pl nms/1_19_4 mvn paper-nms:init -pl nms/1_20_0-1 mvn paper-nms:init -pl nms/1_20_2 - mvn paper-nms:init -pl nms/1_20_3 + mvn paper-nms:init -pl nms/1_20_3-4 - name: Build with Maven run: mvn -B package --file pom.xml diff --git a/IF/pom.xml b/IF/pom.xml index 31e020bd..40748586 100644 --- a/IF/pom.xml +++ b/IF/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../pom.xml 4.0.0 diff --git a/README.md b/README.md index f3df4504..b15d6a4f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To add this project as a dependency to your pom.xml, add the following to your p com.github.stefvanschie.inventoryframework IF - 0.10.12 + 0.10.13 ``` The project is in the Central Repository, so specifying a repository is not needed. @@ -50,7 +50,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project. To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following: ```Groovy dependencies { - implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.12' + implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.13' // ... } ``` @@ -138,6 +138,7 @@ mvn paper-nms:init -pl nms/1_19_3 mvn paper-nms:init -pl nms/1_19_4 mvn paper-nms:init -pl nms/1_20_0-1 mvn paper-nms:init -pl nms/1_20_2 +mvn paper-nms:init -pl nms/1_20_3-4 ``` Your environment is now set up correctly. To create a build, run the following inside the root folder of the project. diff --git a/adventure-support/pom.xml b/adventure-support/pom.xml index e2f33251..0eaa8fe0 100644 --- a/adventure-support/pom.xml +++ b/adventure-support/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 4.0.0 diff --git a/nms/1_14/pom.xml b/nms/1_14/pom.xml index 78db7c89..81f335d7 100644 --- a/nms/1_14/pom.xml +++ b/nms/1_14/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_15/pom.xml b/nms/1_15/pom.xml index 9c6c66d9..e8716432 100644 --- a/nms/1_15/pom.xml +++ b/nms/1_15/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_16_1/pom.xml b/nms/1_16_1/pom.xml index 9f43755b..ae0acedd 100644 --- a/nms/1_16_1/pom.xml +++ b/nms/1_16_1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_16_2-3/pom.xml b/nms/1_16_2-3/pom.xml index 56c4e320..0c7d3e6d 100644 --- a/nms/1_16_2-3/pom.xml +++ b/nms/1_16_2-3/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_16_4-5/pom.xml b/nms/1_16_4-5/pom.xml index 1a4071e5..5c7cf764 100644 --- a/nms/1_16_4-5/pom.xml +++ b/nms/1_16_4-5/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_17_0/pom.xml b/nms/1_17_0/pom.xml index 15b9d01a..a877f40d 100644 --- a/nms/1_17_0/pom.xml +++ b/nms/1_17_0/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_17_1/pom.xml b/nms/1_17_1/pom.xml index e7aa94ca..3761397b 100644 --- a/nms/1_17_1/pom.xml +++ b/nms/1_17_1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_18_0/pom.xml b/nms/1_18_0/pom.xml index fd2160df..db416243 100644 --- a/nms/1_18_0/pom.xml +++ b/nms/1_18_0/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_18_1/pom.xml b/nms/1_18_1/pom.xml index 333f0371..3a4bd13a 100644 --- a/nms/1_18_1/pom.xml +++ b/nms/1_18_1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_18_2/pom.xml b/nms/1_18_2/pom.xml index 48fcec2c..e03fe5bc 100644 --- a/nms/1_18_2/pom.xml +++ b/nms/1_18_2/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_19_0/pom.xml b/nms/1_19_0/pom.xml index fca44cad..31c8b88b 100644 --- a/nms/1_19_0/pom.xml +++ b/nms/1_19_0/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_19_1/pom.xml b/nms/1_19_1/pom.xml index 3c8255a1..1b9d3a78 100644 --- a/nms/1_19_1/pom.xml +++ b/nms/1_19_1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_19_2/pom.xml b/nms/1_19_2/pom.xml index 7438bc92..10462bf5 100644 --- a/nms/1_19_2/pom.xml +++ b/nms/1_19_2/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_19_3/pom.xml b/nms/1_19_3/pom.xml index cb6539c2..4eb8669d 100644 --- a/nms/1_19_3/pom.xml +++ b/nms/1_19_3/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_19_4/pom.xml b/nms/1_19_4/pom.xml index 10693d95..a5404afc 100644 --- a/nms/1_19_4/pom.xml +++ b/nms/1_19_4/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/nms/1_20_0-1/pom.xml b/nms/1_20_0-1/pom.xml index 91fa043a..ae3c730b 100644 --- a/nms/1_20_0-1/pom.xml +++ b/nms/1_20_0-1/pom.xml @@ -6,7 +6,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml diff --git a/nms/1_20_2/pom.xml b/nms/1_20_2/pom.xml index e818dc51..dea07b18 100644 --- a/nms/1_20_2/pom.xml +++ b/nms/1_20_2/pom.xml @@ -6,7 +6,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml diff --git a/nms/1_20_3-4/pom.xml b/nms/1_20_3-4/pom.xml index eb34aa23..d6648cf0 100644 --- a/nms/1_20_3-4/pom.xml +++ b/nms/1_20_3-4/pom.xml @@ -6,7 +6,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml diff --git a/nms/abstraction/pom.xml b/nms/abstraction/pom.xml index 2d1cf424..2b4a1568 100644 --- a/nms/abstraction/pom.xml +++ b/nms/abstraction/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.10.13-SNAPSHOT + 0.10.13 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 35edd4ea..8f7b4fae 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.10.13-SNAPSHOT + 0.10.13 pom IF