Skip to content

Commit e454c29

Browse files
authored
Merge pull request #166 from aws/Version1_3_9
Empty version bump to allow for reimport
2 parents 8fe0480 + a5506f4 commit e454c29

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ of your Maven project.
8282
<dependency>
8383
<groupId>com.amazonaws</groupId>
8484
<artifactId>aws-iot-device-sdk-java</artifactId>
85-
<version>1.3.8</version>
85+
<version>1.3.9</version>
8686
</dependency>
8787
</dependencies>
8888
```
@@ -94,7 +94,7 @@ The sample applications included with the SDK can also be installed using the fo
9494
<dependency>
9595
<groupId>com.amazonaws</groupId>
9696
<artifactId>aws-iot-device-sdk-java-samples</artifactId>
97-
<version>1.3.8</version>
97+
<version>1.3.9</version>
9898
</dependency>
9999
</dependencies>
100100
```

aws-iot-device-sdk-java-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.amazonaws</groupId>
55
<artifactId>aws-iot-device-sdk-java-pom</artifactId>
6-
<version>1.3.8</version>
6+
<version>1.3.9</version>
77
</parent>
88
<artifactId>aws-iot-device-sdk-java-samples</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>com.amazonaws</groupId>
1212
<artifactId>aws-iot-device-sdk-java</artifactId>
13-
<version>1.3.8</version>
13+
<version>1.3.9</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>commons-codec</groupId>

aws-iot-device-sdk-java-samples/samples-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.amazonaws</groupId>
44
<artifactId>aws-iot-device-sdk-java-samples</artifactId>
5-
<version>1.3.8</version>
5+
<version>1.3.9</version>
66
<dependencies>
77
<dependency>
88
<groupId>org.apache.maven.plugins</groupId>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>aws-iot-device-sdk-java</artifactId>
15-
<version>1.3.8</version>
15+
<version>1.3.9</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>

aws-iot-device-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.amazonaws</groupId>
55
<artifactId>aws-iot-device-sdk-java-pom</artifactId>
6-
<version>1.3.8</version>
6+
<version>1.3.9</version>
77
</parent>
88
<artifactId>aws-iot-device-sdk-java</artifactId>
99
<dependencies>

aws-iot-device-sdk-java/src/main/java/com/amazonaws/services/iot/client/mqtt/AwsIotMqttConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@Setter
4545
public class AwsIotMqttConnection extends AwsIotConnection {
4646

47-
private static final String USERNAME_METRIC_STRING = "?SDK=Java&Version=1.3.8";
47+
private static final String USERNAME_METRIC_STRING = "?SDK=Java&Version=1.3.9";
4848
private final SocketFactory socketFactory;
4949

5050
private MqttAsyncClient mqttClient;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.amazonaws</groupId>
44
<artifactId>aws-iot-device-sdk-java-pom</artifactId>
5-
<version>1.3.8</version>
5+
<version>1.3.9</version>
66
<packaging>pom</packaging>
77
<name>AWS IoT Device SDK for Java</name>
88
<description>The AWS IoT Device SDK for Java provides Java APIs for devices to connect to AWS IoT service using the MQTT protocol. The SDK also provides support for AWS IoT specific features, such as Thing Shadow and Thing Shadow abstraction.</description>

0 commit comments

Comments
 (0)