Skip to content

Commit

Permalink
Bumped version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Jul 11, 2021
1 parent 6132d5c commit a9a3f1f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>moquette-parent</artifactId>
<groupId>io.moquette</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.15</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion broker/src/main/java/io/moquette/broker/Server.java
Expand Up @@ -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.15");
//Bind a shutdown hook
Runtime.getRuntime().addShutdownHook(new Thread(server::stopServer));
}
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -5,7 +5,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>moquette-parent</artifactId>
<groupId>io.moquette</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.15</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/src/main/scripts/moquette.sh
Expand Up @@ -13,7 +13,7 @@ echo " \_| |_/\___/ \__, |\__,_|\___|\__|\__\___| \_| |_/\_/\_\ \_/ \_/ "
echo " | | "
echo " |_| "
echo " "
echo " version: 0.15-SNAPSHOT "
echo " version: 0.15 "


cd "$(dirname "$0")"
Expand Down
2 changes: 1 addition & 1 deletion embedding_moquette/pom.xml
Expand Up @@ -5,7 +5,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>moquette-parent</artifactId>
<groupId>io.moquette</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.15</version>
</parent>

<artifactId>embedded_test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<artifactId>moquette-parent</artifactId>

<packaging>pom</packaging>
<version>0.15-SNAPSHOT</version>
<version>0.15</version>
<name>Moquette MQTT</name>
<description>Moquette lightweight MQTT Broker</description>
<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit a9a3f1f

Please sign in to comment.