Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Use Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 27, 2019
1 parent 6437301 commit b8bded9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BungeeCord
BungeeCord [![](https://jitpack.io/v/OvercastNetwork/BungeeCord.svg)](https://jitpack.io/#OvercastNetwork/BungeeCord)
==========

**NOTE**: This repository is no longer maintained, but a popular [fork](https://github.com/StratusNetwork/BungeeCord) is still active.
Expand All @@ -20,4 +20,22 @@ Binaries
--------
Precompiled binaries are available for end users on [Jenkins](https://www.spigotmc.org/go/bungeecord-dl).

Distribution
------------

```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

```xml
<dependency>
<groupId>com.github.OvercastNetwork.BungeeCord</groupId>
<artifactId>bungeecord-api</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
```

(c) 2012-2016 SpigotMC Pty. Ltd.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<dependencies>
<dependency>
<groupId>tc.oc</groupId>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>minecraft-api</artifactId>
<version>1.11-SNAPSHOT</version>
<version>master-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>tc.oc</groupId>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<dependencies>
<dependency>
<groupId>tc.oc</groupId>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>minecraft-api</artifactId>
<version>1.11-SNAPSHOT</version>
<version>master-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
19 changes: 2 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,11 @@

<repositories>
<repository>
<id>pa-snapshots</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</repository>
<repository>
<id>pa-releases</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<developers>
<developer>
<id>md_5</id>
Expand Down

0 comments on commit b8bded9

Please sign in to comment.