Skip to content

Commit 07fbd75

Browse files
author
Ian Craggs
committed
Update release versions to 1.2.2
1 parent da0c59a commit 07fbd75

13 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Please fill out the form below before submitting, thank you!
22

3-
- [ ] Bug exists Release Version 1.2.0 ( Master Branch)
4-
- [ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.1-SNAPSHOT (Develop Branch)
5-
- [ ] Bug exists in MQTTv5 Client on Snapshot Version 1.2.1-SNAPSHOT (Develop Branch)
3+
- [ ] Bug exists Release Version 1.2.2 ( Master Branch)
4+
- [ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.3-SNAPSHOT (Develop Branch)
5+
- [ ] Bug exists in MQTTv5 Client on Snapshot Version 1.2.3-SNAPSHOT (Develop Branch)
66

77
If this is a bug regarding the Android Service, please raise the bug here instead: https://github.com/eclipse/paho.mqtt.android/issues/new

MQTTv3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Eclipse hosts a Nexus repository for those who want to use Maven to manage their
1111
Add the repository definition and the dependency definition shown below to your pom.xml.
1212

1313
Replace %REPOURL% with either ``` https://repo.eclipse.org/content/repositories/paho-releases/ ``` for the official releases, or ``` https://repo.eclipse.org/content/repositories/paho-snapshots/ ``` for the nightly snapshots. Replace %VERSION% with the level required .
14-
The latest release version is ```1.2.1``` and the current snapshot version is ```1.2.2-SNAPSHOT```.
14+
The latest release version is ```1.2.2``` and the current snapshot version is ```1.2.3-SNAPSHOT```.
1515

1616
```
1717
<project ...>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the repository definition and the dependency definition shown below to your
3232

3333
Replace %REPOURL% with either ``` https://repo.eclipse.org/content/repositories/paho-releases/ ``` for the official releases, or ``` https://repo.eclipse.org/content/repositories/paho-snapshots/ ``` for the nightly snapshots. Replace %VERSION% with the level required .
3434

35-
The latest release version is ```1.2.1``` and the current snapshot version is ```1.2.2-SNAPSHOT```.
35+
The latest release version is ```1.2.2``` and the current snapshot version is ```1.2.3-SNAPSHOT```.
3636

3737

3838
```

org.eclipse.paho.client.mqttv3.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.paho</groupId>
55
<artifactId>java-parent</artifactId>
6-
<version>1.2.2-SNAPSHOT</version>
6+
<version>1.2.2</version>
77
</parent>
88

99
<artifactId>org.eclipse.paho.client.mqttv3.repository</artifactId>

org.eclipse.paho.client.mqttv3.test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.paho</groupId>
66
<artifactId>java-parent</artifactId>
7-
<version>1.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
</parent>
99

1010
<artifactId>org.eclipse.paho.client.mqttv3.test</artifactId>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.eclipse.paho</groupId>
8888
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
89-
<version>1.2.2-SNAPSHOT</version>
89+
<version>1.2.2</version>
9090
</dependency>
9191

9292
<dependency>

org.eclipse.paho.client.mqttv3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.paho</groupId>
66
<artifactId>java-parent</artifactId>
7-
<version>1.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
</parent>
99

1010
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
@@ -133,5 +133,5 @@
133133
</plugins>
134134
</pluginManagement>
135135
</build>
136-
<version>1.2.2-SNAPSHOT</version>
136+
<version>1.2.2</version>
137137
</project>

org.eclipse.paho.mqttv5.client.test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.eclipse.paho</groupId>
77
<artifactId>java-parent</artifactId>
8-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
99
</parent>
1010
<groupId>org.eclipse.paho.mqttv5.client.test</groupId>
1111
<artifactId>org.eclipse.paho.mqttv5.client.test</artifactId>
12-
<version>1.2.2-SNAPSHOT</version>
12+
<version>1.2.2</version>
1313
<name>org.eclipse.paho.mqttv5.client.test</name>
1414
<url>http://maven.apache.org</url>
1515
<properties>
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>org.eclipse.paho</groupId>
5252
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>
53-
<version>1.2.2-SNAPSHOT</version>
53+
<version>1.2.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.eclipse.paho</groupId>
5757
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
58-
<version>1.2.2-SNAPSHOT</version>
58+
<version>1.2.2</version>
5959
</dependency>
6060
</dependencies>
6161

org.eclipse.paho.mqttv5.client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.paho</groupId>
88
<artifactId>java-parent</artifactId>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.2.2</version>
1010
</parent>
1111
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
1212
<name>org.eclipse.paho.mqttv5.client</name>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.eclipse.paho</groupId>
4343
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>
44-
<version>1.2.2-SNAPSHOT</version>
44+
<version>1.2.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>junit</groupId>

org.eclipse.paho.mqttv5.common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.eclipse.paho</groupId>
99
<artifactId>java-parent</artifactId>
10-
<version>1.2.2-SNAPSHOT</version>
10+
<version>1.2.2</version>
1111
</parent>
1212

1313
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>

org.eclipse.paho.sample.mqttclient/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>org.eclipse.paho</groupId>
99
<artifactId>java-parent</artifactId>
10-
<version>1.2.2-SNAPSHOT</version>
10+
<version>1.2.2</version>
1111
</parent>
1212
<groupId>org.eclipse.paho</groupId>
1313
<artifactId>org.eclipse.paho.sample.mqttclient</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.2.2</version>
1515
<name>org.eclipse.paho.sample.mqttclient</name>
1616
<url>http://maven.apache.org</url>
1717
<properties>
@@ -34,12 +34,12 @@
3434
<dependency>
3535
<groupId>org.eclipse.paho</groupId>
3636
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
37-
<version>1.2.2-SNAPSHOT</version>
37+
<version>1.2.2</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.eclipse.paho</groupId>
4141
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
42-
<version>1.2.2-SNAPSHOT</version>
42+
<version>1.2.2</version>
4343
</dependency>
4444
</dependencies>
4545
<build>

0 commit comments

Comments
 (0)