Fix the SportBukkit dependency version

This commit is contained in:
Ashcon Partovi 2019-08-30 21:12:20 -07:00
parent a7912f9cbf
commit 2f2f5e5c3b
No known key found for this signature in database
GPG Key ID: 1E9D87B8DC2E5EEB
2 changed files with 19 additions and 2 deletions

View File

@ -5,6 +5,23 @@ Custom Bukkit/Bungee plugins used by the former Overcast Network
**NOTE**: This repository is no longer maintained, but you can still contribute to [forks](https://github.com/OvercastNetwork/ProjectAres/network).
# Install
1. Clone and install `Universe` to download the required dependencies.
```bash
git clone git@github.com:Electroid/Universe.git
cd Universe
mvn clean install
```
2. Clone and install `ProjectAres` to build the suite of plugins.
```bash
cd ..
git clone git@github.com:OvercastNetwork/ProjectAres.git
cd ProjectAres
mvn clean install
```
# License
ProjectAres is free software: you can redistribute it and/or modify it

View File

@ -185,12 +185,12 @@
<dependency>
<groupId>tc.oc</groupId>
<artifactId>sportbukkit-api</artifactId>
<version>1.12.2.0</version>
<version>1.12.2.1</version>
</dependency>
<dependency>
<groupId>tc.oc</groupId>
<artifactId>sportbukkit</artifactId>
<version>1.12.2.0</version>
<version>1.12.2.1</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>