Skip to content

Commit

Permalink
Bump package versions for release on 2019-06-14
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Jun 14, 2019
1 parent 7653330 commit 4cef185
Show file tree
Hide file tree
Showing 29 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion device/iot-device-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<name>IoT Hub Java Device Client</name>
<version>1.17.3</version>
<version>1.17.4</version>
<description>The Microsoft Azure IoT Device SDK for Java</description>
<url>http://azure.github.io/azure-iot-sdk-java/</url>
<developers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class TransportUtils
public static String IOTHUB_API_VERSION = "2018-06-30";

private static final String JAVA_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.iot-device-client";
private static final String CLIENT_VERSION = "1.17.3";
private static final String CLIENT_VERSION = "1.17.4";

private static String JAVA_RUNTIME = System.getProperty("java.version");
private static String OPERATING_SYSTEM = System.getProperty("java.runtime.name").toLowerCase().contains("android") ? "Android" : System.getProperty("os.name");
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/android-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testImplementation 'junit:junit:4.12'

// Remote binary dependency
api 'com.microsoft.azure.sdk.iot:iot-device-client:1.17.3'
api 'com.microsoft.azure.sdk.iot:iot-device-client:1.17.4'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/device-method-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/device-twin-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/file-upload-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/handle-messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/module-method-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/module-twin-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions device/iot-device-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
<name>IoT Hub Java Device SDK Samples</name>
<packaging>pom</packaging>
<developers>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/send-event-x509/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/send-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/send-receive-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/send-receive-x509-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/send-serialized-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/transportclient-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-device-samples</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client-parent</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
<name>IoT Hub Java Device Client Parent </name>
<packaging>pom</packaging>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion iot-e2e-tests/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:multidex:1.0.3'

implementation ('com.microsoft.azure.sdk.iot:iot-e2e-common:0.25.1'){
implementation ('com.microsoft.azure.sdk.iot:iot-e2e-common:0.25.2'){
exclude module: 'junit'
exclude module: 'azure-storage'
}
Expand Down
2 changes: 1 addition & 1 deletion iot-e2e-tests/android/things/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:multidex:1.0.3'

implementation ('com.microsoft.azure.sdk.iot:iot-e2e-common:0.25.1'){
implementation ('com.microsoft.azure.sdk.iot:iot-e2e-common:0.25.2'){
exclude module: 'junit'
exclude module: 'azure-storage'
}
Expand Down
4 changes: 2 additions & 2 deletions iot-e2e-tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-e2e-common</artifactId>
<name>IoT Hub Java SDK common</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>Test suite fot the Microsoft Azure IoT Device SDK for Java</description>
<developers>
<developer>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion iot-e2e-tests/edge-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions iot-e2e-tests/jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-e2e-jvm-tests</artifactId>
<name>IoT Hub Java SDK jvm tests</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>Test suite for the Microsoft Azure IoT Device SDK for Java</description>
<developers>
<developer>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-e2e-common</artifactId>
<version>0.25.1</version>
<version>0.25.2</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion iot-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-e2e-tests</artifactId>
<name>IoT Hub Java SDK tests</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>Test suite fot the Microsoft Azure IoT Device SDK for Java</description>
<packaging>pom</packaging>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-sdk-java</artifactId>
<version>0.25.1</version>
<version>0.25.2</version>
<name>Azure IoT Sdk Java</name>
<packaging>pom</packaging>
<developers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.17.3</version>
<version>1.17.4</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 4cef185

Please sign in to comment.