summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2015-01-12 20:06:38 +1100
committermd_5 <git@md-5.net>2015-01-12 20:09:28 +1100
commit66f6bfdaac4d68cda4e4fbc00e67440033efe1b2 (patch)
treed36143ef963e247d547d2c3059565641cc37c900
parentd5e2e6e9947b78b33b0c48c3ceab3275fc0ac00e (diff)
downloadcraftbukkit-66f6bfdaac4d68cda4e4fbc00e67440033efe1b2.tar
craftbukkit-66f6bfdaac4d68cda4e4fbc00e67440033efe1b2.tar.gz
craftbukkit-66f6bfdaac4d68cda4e4fbc00e67440033efe1b2.tar.lz
craftbukkit-66f6bfdaac4d68cda4e4fbc00e67440033efe1b2.tar.xz
craftbukkit-66f6bfdaac4d68cda4e4fbc00e67440033efe1b2.zip
Use release SpecialSource versions.
-rw-r--r--pom.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index d7b36138..9298500a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,13 +20,6 @@
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
- <repositories>
- <repository>
- <id>sonatype-nexus-snapshots</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
@@ -96,10 +89,6 @@
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</pluginRepository>
- <pluginRepository>
- <id>sonatype-nexus-snapshots</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </pluginRepository>
</pluginRepositories>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
@@ -255,7 +244,7 @@
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
<executions>
<execution>
<phase>package</phase>
@@ -335,4 +324,3 @@
</pluginManagement>
</build>
</project>
-