Skip to content

Commit 0edc19c

Browse files
committed
fixing SNAPSHOT versions in v5 clients and changing tests in .travis.yml
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent bc74813 commit 0edc19c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ before_install:
1616
jobs:
1717
include:
1818
- stage: mqttv3 tests
19-
script: mvn --projects org.eclipse.paho.client.mqttv3,org.eclipse.paho.client.mqttv3.test test -Dtest.server_ssl_port=18885 -Dtest.server_uri=tcp://localhost:1883 -Dtest.server_websocket_uri=ws://localhost:8080 -B
19+
script: mvn --projects org.eclipse.paho.client.mqttv3,org.eclipse.paho.client.mqttv3.test test
2020
- stage: mqttv5 tests
21-
script: mvn --projects org.eclipse.paho.mqttv5.client clean package
21+
script: mvn --projects org.eclipse.paho.mqttv5.common,org.eclipse.paho.mqttv5.client test
2222

2323

2424
addons:

org.eclipse.paho.mqttv5.client/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>0.0.1-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212

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

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>0.0.1-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.eclipse.paho</groupId>
7-
<artifactId>java-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
9-
</parent>
6+
<groupId>org.eclipse.paho</groupId>
7+
<artifactId>java-parent</artifactId>
8+
<version>1.2.1-SNAPSHOT</version>
9+
</parent>
1010
<artifactId>org.eclipse.paho.mqttv5.testclient</artifactId>
1111
<name>org.eclipse.paho.mqttv5.testclient</name>
1212
<url>http://maven.apache.org</url>

0 commit comments

Comments
 (0)