Merge branch 'master' into next
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 8 Mar 2011 06:22:19 +0000 (07:22 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 8 Mar 2011 06:22:19 +0000 (07:22 +0100)
pom.xml
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

diff --git a/pom.xml b/pom.xml
index c69a01b..a085e53 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,12 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.4.3</version>
+       <version>0.5</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.9-SNAPSHOT</version>
+                       <version>0.9</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
index e51f9a1..9c1b7da 100644 (file)
@@ -78,7 +78,7 @@ public class SonePlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL10
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 4, 3);
+       public static final Version VERSION = new Version(0, 5);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);