Skip to content

Commit

Permalink
Bump package versions for release 2018-4-13
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft committed Apr 13, 2018
1 parent 1416af7 commit 4dd0caf
Show file tree
Hide file tree
Showing 41 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</scm>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions 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.9.0</version>
<version>1.10.0</version>
<description>The Microsoft Azure IoT Device SDK for Java</description>
<url>http://azure.github.io/azure-iot-sdk-java/</url>
<developers>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class TransportUtils
{
public static final String JAVA_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.iot-device-client";
public static final String CLIENT_VERSION = "1.9.0";
public static final String CLIENT_VERSION = "1.10.0";

private static String JAVA_RUNTIME = System.getProperty("java.version");
private static String OPERATING_SYSTEM = System.getProperty("os.name");
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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</version>
<name>IoT Hub Java Device SDK Samples</name>
<packaging>pom</packaging>
<developers>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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-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.9.0</version>
<version>1.10.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</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.9.0</version>
<version>1.10.0</version>
<name>IoT Hub Java Device Client Parent </name>
<packaging>pom</packaging>
<developers>
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.16.0</version>
<version>0.17.0</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.9.0</version>
<version>1.10.0</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down
10 changes: 5 additions & 5 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.16.0</version>
<version>0.17.0</version>
<description>Test suite for the Microsoft Azure IoT Device SDK for Java</description>
<developers>
<developer>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.provisioning</groupId>
<artifactId>provisioning-device-client</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -46,13 +46,13 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>
<scope>test</scope>
</dependency>
<!-- test dependencies -->
Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-e2e-common</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
</dependency>
</dependencies>
<build>
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.16.0</version>
<version>0.17.0</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.16.0</version>
<version>0.17.0</version>
<name>Azure IoT Sdk Java</name>
<packaging>pom</packaging>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion provisioning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.microsoft.azure.sdk.iot.provisioning</groupId>
<artifactId>provisioning</artifactId>
<name>Provisioning Client</name>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<description>The Microsoft Azure IoT Provisioning Client SDK for Java</description>
<url>http://azure.github.io/azure-iot-sdk-java/</url>
Expand Down
4 changes: 2 additions & 2 deletions provisioning/provisioning-device-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.microsoft.azure.sdk.iot.provisioning</groupId>
<artifactId>provisioning-device-client</artifactId>
<name>Provisioning Device Client</name>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<description>The Microsoft Azure IoT Provisioning Device Client for Java</description>
<url>http://azure.github.io/azure-iot-sdk-java/</url>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.sdk.iot.provisioning.security</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class SDKUtils
{
private static final String SERVICE_API_VERSION = "2017-11-15";
public static final String PROVISIONING_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.dps.dps-device-client/";
public static final String PROVISIONING_DEVICE_CLIENT_VERSION = "1.3.0";
public static final String PROVISIONING_DEVICE_CLIENT_VERSION = "1.3.1";

private static String JAVA_RUNTIME = System.getProperty("java.version");
private static String OPERATING_SYSTEM = System.getProperty("os.name");
Expand Down
2 changes: 1 addition & 1 deletion provisioning/provisioning-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.microsoft.azure.sdk.iot.provisioning.samples</groupId>
<artifactId>provisioning-samples</artifactId>
<name>Provisioning Samples</name>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<description>The Microsoft Azure IoT Provisioning Samples for Device and Service SDK for Java</description>
<url>http://azure.github.io/azure-iot-sdk-java/</url>
Expand Down
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.provisioning.samples</groupId>
<artifactId>provisioning-X509-sample</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Provisioning X509 Sample for Device Client</name>
<developers>
<developer>
Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.provisioning</groupId>
<artifactId>provisioning-device-client</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.provisioning.samples</groupId>
<artifactId>provisioning-tpm-sample</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Provisioning TPM Sample for Device Client</name>
<developers>
<developer>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.provisioning</groupId>
<artifactId>provisioning-device-client</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
</dependencies>
<build>
Expand Down
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.provisioning.sample</groupId>
<artifactId>service-bulkoperation-sample</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Provisioning bulk individual enrollments using service Sample</name>
<developers>
<developer>
Expand Down
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.provisioning.samples</groupId>
<artifactId>service-enrollment-group-sample</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Provisioning enrollmentGroup using service Sample</name>
<developers>
<developer>
Expand Down
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.provisioning.samples</groupId>
<artifactId>service-enrollment-sample</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Provisioning individual enrollment using service Sample</name>
<developers>
<developer>
Expand Down
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.provisioning.samples</groupId>
<artifactId>service-update-enrollment-sample</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Update individual enrollment using service Sample</name>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion provisioning/provisioning-service-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion provisioning/provisioning-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.microsoft.azure.sdk.iot.provisioning.tools</groupId>
<artifactId>provisioning-tools</artifactId>
<name>Provisioning Tools</name>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<description>The Microsoft Azure IoT Provisioning Tools for Java</description>
<url>http://azure.github.io/azure-iot-sdk-java/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.microsoft.azure.sdk.iot.provisioning.tools</groupId>
<artifactId>provisioning-x509-cert-generator</artifactId>
<name>Provisioning X509 cert generator</name>
<version>1.3.0</version>
<version>1.3.1</version>
<description>The Microsoft Azure IoT Provisioning Cert Generator for Java</description>
<developers>
<developer>
Expand Down
Loading

0 comments on commit 4dd0caf

Please sign in to comment.