Skip to content

Commit 7993c91

Browse files
committed
bump version for java client release 2016-09-09
1 parent 2e727d1 commit 7993c91

10 files changed

Lines changed: 11 additions & 13 deletions

File tree

build/release/bump_version/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"service": "1.0.15"
1212
},
1313
"java": {
14-
"device": "1.0.12",
14+
"device": "1.0.13",
1515
"service": "1.0.9"
1616
},
1717
"node": {

java/device/iothub-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1414
<artifactId>iothub-java-client-with-samples</artifactId>
15-
<version>1.0.12</version>
15+
<version>1.0.13</version>
1616
</parent>
1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/iothub-java-client/src/main/java/com/microsoft/azure/iothub/transport/TransportUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class TransportUtils
77
{
88
public static String javaDeviceClientIdentifier = "com.microsoft.azure.iothub-java-client/";
9-
public static String clientVersion = "1.0.12";
9+
public static String clientVersion = "1.0.13";
1010

1111
private static byte[] sleepIntervals = {1, 2, 4, 8, 16, 32, 60};
1212
/** Generates a reconnection time with an exponential backoff

java/device/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.microsoft.azure.iothub-java-client</groupId>
44
<artifactId>iothub-java-client-with-samples</artifactId>
5-
<version>1.0.12</version>
5+
<version>1.0.13</version>
66
<name>IoT Hub Java Client With Samples</name>
77
<packaging>pom</packaging>
88
<developers>

java/device/samples/handle-messages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.12</version>
14+
<version>1.0.13</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1414
<artifactId>iothub-java-client-with-samples</artifactId>
15-
<version>1.0.12</version>
15+
<version>1.0.13</version>
1616
</parent>
1717
<modules>
1818
<module>send-event</module>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.microsoft.azure.iothub-java-client</groupId>
2626
<artifactId>iothub-java-client</artifactId>
27-
<version>1.0.12</version>
27+
<version>1.0.13</version>
2828
</dependency>
2929
</dependencies>
3030
<build>

java/device/samples/send-event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.12</version>
14+
<version>1.0.13</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/samples/send-receive-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.12</version>
14+
<version>1.0.13</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/samples/send-serialized-event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.12</version>
14+
<version>1.0.13</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

java/service/iothub-service-sdk/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!-- Copyright (c) Microsoft. All rights reserved. --><!-- Licensed under the MIT license. See LICENSE file in the project root for full license information. --><project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
43
<artifactId>iothub-service-sdk</artifactId>
5-
<version>1.0.9</version>
64
<name>IotHub Java Service SDK</name>
75
<description>The Microsoft Azure IoT Service SDK for Java</description>
86
<developers>
@@ -14,7 +12,7 @@
1412
<parent>
1513
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
1614
<artifactId>iothub-service-sdk-with-samples</artifactId>
17-
<version>1.0.8</version>
15+
<version>1.0.9</version>
1816
</parent>
1917
<properties>
2018
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)