Require newer stable versions of all pterodactylus libraries.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 03f0608..33b8984 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.7</version>
+                       <version>0.7.1</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils.json</artifactId>
-                       <version>0.1-SNAPSHOT</version>
+                       <version>0.1</version>
                </dependency>
        </dependencies>
+       <repositories>
+               <repository>
+                       <id>pterodactylus</id>
+                       <url>http://maven.pterodactylus.net/</url>
+               </repository>
+       </repositories>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>