Set version number to 0.1-RC2.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bec9d83..18b5594 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>0.1-RC2</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <version>26</version>
                        <scope>provided</scope>
                </dependency>
+               <dependency>
+                       <groupId>net.pterodactylus</groupId>
+                       <artifactId>utils.json</artifactId>
+                       <version>0.1-SNAPSHOT</version>
+               </dependency>
        </dependencies>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>