|
@@ -4,7 +4,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>xyz.spaceio</groupId>
|
|
|
<artifactId>CustomOreGen</artifactId>
|
|
|
- <version>1.3.13-SNAPSHOT</version>
|
|
|
+ <version>1.3.14-SNAPSHOT</version>
|
|
|
<repositories>
|
|
|
<!-- Spigot repository -->
|
|
|
<repository>
|
|
@@ -32,15 +32,20 @@
|
|
|
<url>https://repo.codemc.org/repository/maven-public/</url>
|
|
|
</repository>
|
|
|
<!-- Placeholder repository -->
|
|
|
- <repository>
|
|
|
- <id>placeholderapi</id>
|
|
|
- <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
- </repository>
|
|
|
+ <repository>
|
|
|
+ <id>placeholderapi</id>
|
|
|
+ <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
+ </repository>
|
|
|
<!-- SpaceIO repository -->
|
|
|
<repository>
|
|
|
<id>spaceio-snapshots</id>
|
|
|
<url>https://hub.spaceio.xyz/repository/maven-snapshots/</url>
|
|
|
</repository>
|
|
|
+ <!-- SpaceIO private repository -->
|
|
|
+ <repository>
|
|
|
+ <id>private-snapshots</id>
|
|
|
+ <url>https://hub.spaceio.xyz/repository/private-snapshots/</url>
|
|
|
+ </repository>
|
|
|
</repositories>
|
|
|
<dependencies>
|
|
|
<!--Spigot API -->
|
|
@@ -110,6 +115,13 @@
|
|
|
<version>0.0.15-SNAPSHOT</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
+ <!-- SpaceSkyblock -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>xyz.spaceio.skyblock</groupId>
|
|
|
+ <artifactId>SpaceSkyblock</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
<!-- PlotSquared -->
|
|
|
<dependency>
|
|
|
<groupId>com.plotsquared</groupId>
|
|
@@ -127,7 +139,7 @@
|
|
|
<groupId>me.clip</groupId>
|
|
|
<artifactId>placeholderapi</artifactId>
|
|
|
<version>2.0.6</version>
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<!--SpaceIO Metrics -->
|
|
|
<dependency>
|
|
|
<groupId>de.spaceio</groupId>
|
|
@@ -190,4 +202,16 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>spaceio-releases</id>
|
|
|
+ <name>releases</name>
|
|
|
+ <url>https://hub.spaceio.xyz/repository/maven-releases/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>spaceio-snapshots</id>
|
|
|
+ <name>snapshots</name>
|
|
|
+ <url>https://hub.spaceio.xyz/repository/maven-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
</project>
|