Set version to 0.2.2.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c82a15f..63c3aae 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.2.2</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
@@ -18,7 +18,7 @@
                <dependency>
                        <groupId>org.freenetproject</groupId>
                        <artifactId>fred</artifactId>
-                       <version>0.7.5.1292-SNAPSHOT</version>
+                       <version>0.7.5.1297</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <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>