|
@@ -4,8 +4,17 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>xyz.spaceio</groupId>
|
|
<groupId>xyz.spaceio</groupId>
|
|
<artifactId>CustomOreGen</artifactId>
|
|
<artifactId>CustomOreGen</artifactId>
|
|
- <version>1.3.30-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>1.3.32-SNAPSHOT</version>
|
|
<repositories>
|
|
<repositories>
|
|
|
|
+ <!-- SpaceIO repository -->
|
|
|
|
+ <repository>
|
|
|
|
+ <id>spaceio-releases</id>
|
|
|
|
+ <url>http://37.221.195.48:8083/snapshots/</url>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ <updatePolicy>always</updatePolicy>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
<!-- Spigot repository -->
|
|
<!-- Spigot repository -->
|
|
<repository>
|
|
<repository>
|
|
<id>spigot-repo</id>
|
|
<id>spigot-repo</id>
|
|
@@ -17,15 +26,6 @@
|
|
<name>bintray</name>
|
|
<name>bintray</name>
|
|
<url>http://dl.bintray.com/tastybento/maven-repo</url>
|
|
<url>http://dl.bintray.com/tastybento/maven-repo</url>
|
|
</repository>
|
|
</repository>
|
|
- <!-- USkyBlock repository -->
|
|
|
|
- <repository>
|
|
|
|
- <id>uSkyBlock-mvn-repo</id>
|
|
|
|
- <url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
|
|
|
|
- <snapshots>
|
|
|
|
- <enabled>true</enabled>
|
|
|
|
- <updatePolicy>always</updatePolicy>
|
|
|
|
- </snapshots>
|
|
|
|
- </repository>
|
|
|
|
<!-- CodeMC repository -->
|
|
<!-- CodeMC repository -->
|
|
<repository>
|
|
<repository>
|
|
<id>codemc-repo</id>
|
|
<id>codemc-repo</id>
|
|
@@ -41,16 +41,16 @@
|
|
<id>placeholderapi</id>
|
|
<id>placeholderapi</id>
|
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
</repository>
|
|
</repository>
|
|
- <!-- SpaceIO repository -->
|
|
|
|
- <repository>
|
|
|
|
- <id>spaceio-snapshots</id>
|
|
|
|
- <url>https://hub.spaceio.xyz/repository/maven-snapshots/</url>
|
|
|
|
- </repository>
|
|
|
|
<!-- SpaceIO private repository -->
|
|
<!-- SpaceIO private repository -->
|
|
<repository>
|
|
<repository>
|
|
<id>private-snapshots</id>
|
|
<id>private-snapshots</id>
|
|
<url>https://hub.spaceio.xyz/repository/private-snapshots/</url>
|
|
<url>https://hub.spaceio.xyz/repository/private-snapshots/</url>
|
|
</repository>
|
|
</repository>
|
|
|
|
+ <!-- USkyBlock repository -->
|
|
|
|
+ <repository>
|
|
|
|
+ <id>uSkyBlock-mvn-repo</id>
|
|
|
|
+ <url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
|
|
|
|
+ </repository>
|
|
</repositories>
|
|
</repositories>
|
|
<dependencies>
|
|
<dependencies>
|
|
<!--Spigot API -->
|
|
<!--Spigot API -->
|
|
@@ -110,7 +110,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.bgsoftware</groupId>
|
|
<groupId>com.bgsoftware</groupId>
|
|
<artifactId>SuperiorSkyblock</artifactId>
|
|
<artifactId>SuperiorSkyblock</artifactId>
|
|
- <version>1.4.1-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>b94</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- SpaceSkyblock -->
|
|
<!-- SpaceSkyblock -->
|
|
@@ -177,6 +177,15 @@
|
|
</resources>
|
|
</resources>
|
|
<plugins>
|
|
<plugins>
|
|
<!-- Sets the Java version to 8 -->
|
|
<!-- Sets the Java version to 8 -->
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
+ <version>3.1</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <source>1.8</source>
|
|
|
|
+ <target>1.8</target>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|