Skip to content

Commit ce24e99

Browse files
committed
[maven-release-plugin] prepare release mqtt-client-project-1.15
1 parent 2898f10 commit ce24e99

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

mqtt-client-java1.4-uber/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>org.fusesource.mqtt-client</groupId>
2727
<artifactId>mqtt-client-project</artifactId>
28-
<version>1.15-SNAPSHOT</version>
28+
<version>1.15</version>
2929
</parent>
3030

3131

3232
<groupId>org.fusesource.mqtt-client</groupId>
3333
<artifactId>mqtt-client-java1.4-uber</artifactId>
34-
<version>1.15-SNAPSHOT</version>
34+
<version>1.15</version>
3535

3636
<name>${project.artifactId}</name>
3737
<description>

mqtt-client-website/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<parent>
2727
<groupId>org.fusesource.mqtt-client</groupId>
2828
<artifactId>mqtt-client-project</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.15</version>
3030
</parent>
3131

3232
<groupId>org.fusesource.mqtt-client</groupId>
3333
<artifactId>mqtt-client-website</artifactId>
34-
<version>1.15-SNAPSHOT</version>
34+
<version>1.15</version>
3535
<packaging>war</packaging>
3636

3737
<name>${project.artifactId}</name>

mqtt-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<parent>
2626
<groupId>org.fusesource.mqtt-client</groupId>
2727
<artifactId>mqtt-client-project</artifactId>
28-
<version>1.15-SNAPSHOT</version>
28+
<version>1.15</version>
2929
</parent>
3030

3131
<groupId>org.fusesource.mqtt-client</groupId>
3232
<artifactId>mqtt-client</artifactId>
33-
<version>1.15-SNAPSHOT</version>
33+
<version>1.15</version>
3434
<packaging>bundle</packaging>
3535

3636
<name>${project.artifactId}</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.fusesource.mqtt-client</groupId>
3232
<artifactId>mqtt-client-project</artifactId>
33-
<version>1.15-SNAPSHOT</version>
33+
<version>1.15</version>
3434
<packaging>pom</packaging>
3535

3636
<name>${project.artifactId}</name>
@@ -94,7 +94,7 @@
9494
<connection>scm:git:git://forge.fusesource.com/${forge-project-id}.git</connection>
9595
<developerConnection>scm:git:ssh://git@forge.fusesource.com/${forge-project-id}.git</developerConnection>
9696
<url>http://github.com/fusesource/mqtt-client/tree/master</url>
97-
<tag>HEAD</tag>
97+
<tag>mqtt-client-project-1.15</tag>
9898
</scm>
9999

100100
<distributionManagement>

0 commit comments

Comments
 (0)