Skip to content

Commit

Permalink
Bumped version 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Jan 22, 2021
1 parent a1d7719 commit 75b34bf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>moquette-parent</artifactId>
<groupId>io.moquette</groupId>
<version>0.14-SNAPSHOT</version>
<version>0.14</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.14-SNAPSHOT");
System.out.println("Server started, version 0.14");
//Bind a shutdown hook
Runtime.getRuntime().addShutdownHook(new Thread(server::stopServer));
}
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -6,7 +6,7 @@
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>moquette-parent</artifactId>
<groupId>io.moquette</groupId>
<version>0.14-SNAPSHOT</version>
<version>0.14</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.14-SNAPSHOT "
echo " version: 0.14 "


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

<artifactId>embedded_test</artifactId>
Expand All @@ -20,4 +20,4 @@
</dependency>
</dependencies>

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

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

0 comments on commit 75b34bf

Please sign in to comment.