Skip to content

Commit

Permalink
release(2020-07-08): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 authored and timtay-microsoft committed Jul 8, 2020
1 parent 77e032c commit bb6c2c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 = "2020-05-31-preview";

private static final String JAVA_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.iot-device-client-preview";
private static final String CLIENT_VERSION = "1.0.1";
private static final String CLIENT_VERSION = "1.1.0";

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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<digital-twin-device-client-artifact-id>digital-twin-device-client-preview</digital-twin-device-client-artifact-id>
<digital-twin-service-client-artifact-id>digital-twin-service-client-preview</digital-twin-service-client-artifact-id>

<iot-device-client-version>1.0.1</iot-device-client-version>
<iot-service-client-version>1.0.1</iot-service-client-version>
<iot-deps-version>1.0.1</iot-deps-version>
<iot-device-client-version>1.1.0</iot-device-client-version>
<iot-service-client-version>1.1.0</iot-service-client-version>
<iot-deps-version>1.1.0</iot-deps-version>
<provisioning-device-client-version>1.0.1</provisioning-device-client-version>
<provisioning-service-client-version>1.0.1</provisioning-service-client-version>
<security-provider-version>1.0.1</security-provider-version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class TransportUtils
/** Version identifier key */
public static final String versionIdentifierKey = "com.microsoft:client-version";
public static String javaServiceClientIdentifier = "com.microsoft.azure.sdk.iot.iot-service-client-preview/";
public static String serviceVersion = "1.0.1";
public static String serviceVersion = "1.1.0";

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

0 comments on commit bb6c2c9

Please sign in to comment.