Skip to content

Commit

Permalink
JScoreboards is now hosted on my own Maven repoisitory. Please update…
Browse files Browse the repository at this point in the history
… accordingly- see README.md
  • Loading branch information
JordanOsterberg committed Jul 4, 2021
1 parent fbf0ade commit f81bdc0
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 281 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/compiler.xml

This file was deleted.

35 changes: 0 additions & 35 deletions .idea/jarRepositories.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_code_gson_gson_2_8_0.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_guava_guava_21_0.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__commons_lang_commons_lang_2_6.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/misc.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/modules.xml

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
```
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>jordanosterberg-repo</id>
<url>https://nexus-repo.jordanosterberg.com/repository/maven-releases/</url>
</repository>
```

**Dependency**
```
<dependency>
<groupId>com.github.JordanOsterberg</groupId>
<groupId>dev.jcsoftware</groupId>
<artifactId>JScoreboards</artifactId>
<version>2.0.0-RELEASE</version>
<version>2.0.3-RELEASE</version>
</dependency>
```

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.

Expand All @@ -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.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
</pluginManagement>
</build>

<distributionManagement>
<repository>
<id>jordanosterberg-repo</id>
<url>https://nexus-repo.jordanosterberg.com/repository/maven-releases/</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>spigot-repo</id>
Expand Down

0 comments on commit f81bdc0

Please sign in to comment.