Set version number to 0.1.3
[jFCPlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bc4459e..4309367 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jFCPlib</artifactId>
-       <version>0.2-SNAPSHOT</version>
+       <version>0.1.3</version>
        <name>jFCPlib</name>
        <packaging>jar</packaging>
        <distributionManagement>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>3.8.2</version>
+                       <version>4.11</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest-integration</artifactId>
+                       <version>1.3</version>
+               </dependency>
+               <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <version>16.0.1</version>