Skip to content

Commit 75b34bf

Browse files
committed
Bumped version 0.14
1 parent a1d7719 commit 75b34bf

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

broker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../</relativePath>
66
<artifactId>moquette-parent</artifactId>
77
<groupId>io.moquette</groupId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
</parent>
1010

1111
<artifactId>moquette-broker</artifactId>

broker/src/main/java/io/moquette/broker/Server.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Server {
5555
public static void main(String[] args) throws IOException {
5656
final Server server = new Server();
5757
server.startServer();
58-
System.out.println("Server started, version 0.14-SNAPSHOT");
58+
System.out.println("Server started, version 0.14");
5959
//Bind a shutdown hook
6060
Runtime.getRuntime().addShutdownHook(new Thread(server::stopServer));
6161
}

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--<relativePath>../pom.xml</relativePath>-->
77
<artifactId>moquette-parent</artifactId>
88
<groupId>io.moquette</groupId>
9-
<version>0.14-SNAPSHOT</version>
9+
<version>0.14</version>
1010
</parent>
1111

1212
<artifactId>distribution</artifactId>

distribution/src/main/scripts/moquette.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo " \_| |_/\___/ \__, |\__,_|\___|\__|\__\___| \_| |_/\_/\_\ \_/ \_/ "
1313
echo " | | "
1414
echo " |_| "
1515
echo " "
16-
echo " version: 0.14-SNAPSHOT "
16+
echo " version: 0.14 "
1717

1818

1919
cd "$(dirname "$0")"

embedding_moquette/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../</relativePath>
66
<artifactId>moquette-parent</artifactId>
77
<groupId>io.moquette</groupId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
</parent>
1010

1111
<artifactId>embedded_test</artifactId>
@@ -20,4 +20,4 @@
2020
</dependency>
2121
</dependencies>
2222

23-
</project>
23+
</project>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>moquette-parent</artifactId>
1616

1717
<packaging>pom</packaging>
18-
<version>0.14-SNAPSHOT</version>
18+
<version>0.14</version>
1919
<name>Moquette MQTT</name>
2020
<description>Moquette lightweight MQTT Broker</description>
2121
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)