diff --git a/broker/pom.xml b/broker/pom.xml index 60804bbab..3d98d0e2d 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ ../pom.xml moquette-parent io.moquette - 0.15-SNAPSHOT + 0.16-SNAPSHOT moquette-broker diff --git a/broker/src/main/java/io/moquette/broker/Server.java b/broker/src/main/java/io/moquette/broker/Server.java index 7af171d6a..81d45e07d 100644 --- a/broker/src/main/java/io/moquette/broker/Server.java +++ b/broker/src/main/java/io/moquette/broker/Server.java @@ -55,7 +55,7 @@ public class Server { public static void main(String[] args) throws IOException { final Server server = new Server(); server.startServer(); - System.out.println("Server started, version 0.15-SNAPSHOT"); + System.out.println("Server started, version 0.16-SNAPSHOT"); //Bind a shutdown hook Runtime.getRuntime().addShutdownHook(new Thread(server::stopServer)); } diff --git a/distribution/pom.xml b/distribution/pom.xml index 7716e6e42..1fb3ecf0b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -5,7 +5,7 @@ ../pom.xml moquette-parent io.moquette - 0.15-SNAPSHOT + 0.16-SNAPSHOT distribution diff --git a/distribution/src/main/scripts/moquette.sh b/distribution/src/main/scripts/moquette.sh index d1b36e41c..ef7bc74e6 100644 --- a/distribution/src/main/scripts/moquette.sh +++ b/distribution/src/main/scripts/moquette.sh @@ -13,7 +13,7 @@ echo " \_| |_/\___/ \__, |\__,_|\___|\__|\__\___| \_| |_/\_/\_\ \_/ \_/ " echo " | | " echo " |_| " echo " " -echo " version: 0.15-SNAPSHOT " +echo " version: 0.16-SNAPSHOT " cd "$(dirname "$0")" diff --git a/embedding_moquette/pom.xml b/embedding_moquette/pom.xml index f982e3a66..75c03b915 100644 --- a/embedding_moquette/pom.xml +++ b/embedding_moquette/pom.xml @@ -5,7 +5,7 @@ ../pom.xml moquette-parent io.moquette - 0.15-SNAPSHOT + 0.16-SNAPSHOT embedded_test diff --git a/pom.xml b/pom.xml index 96fe5ac98..fe5435baa 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ moquette-parent pom - 0.15-SNAPSHOT + 0.16-SNAPSHOT Moquette MQTT Moquette lightweight MQTT Broker 2011