From f81bdc0295e99e50ecb29871944d7d59a59079f0 Mon Sep 17 00:00:00 2001 From: Jordan Osterberg Date: Sat, 3 Jul 2021 22:43:36 -0700 Subject: [PATCH] JScoreboards is now hosted on my own Maven repoisitory. Please update accordingly- see README.md --- .idea/.gitignore | 8 -- .idea/compiler.xml | 30 ----- .idea/jarRepositories.xml | 35 ----- ...Maven__com_google_code_gson_gson_2_8_0.xml | 13 -- .../Maven__com_google_guava_guava_21_0.xml | 13 -- .../Maven__commons_lang_commons_lang_2_6.xml | 13 -- .idea/misc.xml | 18 --- .idea/modules.xml | 15 --- .idea/uiDesigner.xml | 124 ------------------ .idea/vcs.xml | 6 - README.md | 13 +- pom.xml | 7 + 12 files changed, 14 insertions(+), 281 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/libraries/Maven__com_google_code_gson_gson_2_8_0.xml delete mode 100644 .idea/libraries/Maven__com_google_guava_guava_21_0.xml delete mode 100644 .idea/libraries/Maven__commons_lang_commons_lang_2_6.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 3986c6a..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/../../../../../../../:\Users\jordo\IdeaProjects\Minecraft\JScoreboards\.idea/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 064d00f..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index c24d338..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_code_gson_gson_2_8_0.xml b/.idea/libraries/Maven__com_google_code_gson_gson_2_8_0.xml deleted file mode 100644 index 6e5d5b7..0000000 --- a/.idea/libraries/Maven__com_google_code_gson_gson_2_8_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_guava_guava_21_0.xml b/.idea/libraries/Maven__com_google_guava_guava_21_0.xml deleted file mode 100644 index a923456..0000000 --- a/.idea/libraries/Maven__com_google_guava_guava_21_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_lang_commons_lang_2_6.xml b/.idea/libraries/Maven__commons_lang_commons_lang_2_6.xml deleted file mode 100644 index 2ec8376..0000000 --- a/.idea/libraries/Maven__commons_lang_commons_lang_2_6.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 20fee81..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index d6a991a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index a12c526..b194829 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,26 @@ If you'd like a video tutorial on how this API works, I have a [YouTube video](h Otherwise, you can take a look at the [wiki](https://github.com/JordanOsterberg/JScoreboards/wiki). ## Maven Repository +Please note- as of version 2.0.3 the Maven repository has changed. Update your pom.xml accordingly: **Repository**: ``` - jitpack.io - https://jitpack.io + jordanosterberg-repo + https://nexus-repo.jordanosterberg.com/repository/maven-releases/ ``` **Dependency** ``` - com.github.JordanOsterberg + dev.jcsoftware JScoreboards - 2.0.0-RELEASE + 2.0.3-RELEASE ``` -See [JitPack](https://jitpack.io/#JordanOsterberg/JScoreboards) for more information / the most up-to-date versioning if you're having trouble. +If you're having trouble, please submit a GitHub issue. The self hosted Maven repo gig is new to me :] See [LICENSE.md](LICENSE.md) for license information. @@ -48,4 +49,4 @@ That being said, the only *tested* versions are as follows: - 1.16 - 1.17 -It is unlikely that you will encounter any issues with other versions given how the API operates under the hood (no NMS, packets, etc). However, as in all software, there will be issues and bugs. Open a GitHub issue if you find something that needs to be fixed. +It is unlikely you will encounter any issues with other versions given how the API operates under the hood (no NMS, packets, etc). However, as in all software, there will be issues and bugs. Open a GitHub issue if you find something that needs to be fixed. diff --git a/pom.xml b/pom.xml index 24d7a79..0fbe76e 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,13 @@ + + + jordanosterberg-repo + https://nexus-repo.jordanosterberg.com/repository/maven-releases/ + + + spigot-repo