diff --git a/device/iot-device-client/pom.xml b/device/iot-device-client/pom.xml index b67b9fb97e..f0640d2c81 100644 --- a/device/iot-device-client/pom.xml +++ b/device/iot-device-client/pom.xml @@ -13,7 +13,7 @@ com.microsoft.azure.sdk.iot iot-device-client-parent - 1.0.18 + 1.0.19 UTF-8 diff --git a/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/TransportUtils.java b/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/TransportUtils.java index 27290be3cb..bc312c75aa 100644 --- a/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/TransportUtils.java +++ b/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/TransportUtils.java @@ -6,7 +6,7 @@ public class TransportUtils { public static String javaDeviceClientIdentifier = "com.microsoft.azure.sdk.iot.iot-device-client/"; - public static String clientVersion = "1.0.18"; + public static String clientVersion = "1.0.19"; private static byte[] sleepIntervals = {1, 2, 4, 8, 16, 32, 60}; /** Generates a reconnection time with an exponential backoff diff --git a/device/iot-device-samples/handle-messages/pom.xml b/device/iot-device-samples/handle-messages/pom.xml index 3be0911835..6318e90718 100644 --- a/device/iot-device-samples/handle-messages/pom.xml +++ b/device/iot-device-samples/handle-messages/pom.xml @@ -12,7 +12,7 @@ com.microsoft.azure.sdk.iot.samples iot-device-samples - 1.0.18 + 1.0.19 UTF-8 diff --git a/device/iot-device-samples/pom.xml b/device/iot-device-samples/pom.xml index 08835b6d1b..03c1007b2b 100644 --- a/device/iot-device-samples/pom.xml +++ b/device/iot-device-samples/pom.xml @@ -14,7 +14,7 @@ com.microsoft.azure.sdk.iot iot-device-client-parent - 1.0.18 + 1.0.19 send-event @@ -26,7 +26,7 @@ com.microsoft.azure.sdk.iot iot-device-client - 1.0.18 + 1.0.19 diff --git a/device/iot-device-samples/send-event/pom.xml b/device/iot-device-samples/send-event/pom.xml index fd1762c3a9..713ecb4fe7 100644 --- a/device/iot-device-samples/send-event/pom.xml +++ b/device/iot-device-samples/send-event/pom.xml @@ -12,7 +12,7 @@ com.microsoft.azure.sdk.iot.samples iot-device-samples - 1.0.18 + 1.0.19 UTF-8 diff --git a/device/iot-device-samples/send-receive-sample/pom.xml b/device/iot-device-samples/send-receive-sample/pom.xml index 69913f3ad5..41a69da0dd 100644 --- a/device/iot-device-samples/send-receive-sample/pom.xml +++ b/device/iot-device-samples/send-receive-sample/pom.xml @@ -12,7 +12,7 @@ com.microsoft.azure.sdk.iot.samples iot-device-samples - 1.0.18 + 1.0.19 UTF-8 diff --git a/device/iot-device-samples/send-serialized-event/pom.xml b/device/iot-device-samples/send-serialized-event/pom.xml index e3f0246095..53c3dfd31d 100644 --- a/device/iot-device-samples/send-serialized-event/pom.xml +++ b/device/iot-device-samples/send-serialized-event/pom.xml @@ -12,7 +12,7 @@ com.microsoft.azure.sdk.iot.samples iot-device-samples - 1.0.18 + 1.0.19 diff --git a/device/pom.xml b/device/pom.xml index cc3bfb15be..5e348f146f 100644 --- a/device/pom.xml +++ b/device/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure.sdk.iot iot-device-client-parent - 1.0.18 + 1.0.19 IoT Hub Java Device Client Parent pom