Skip to content

Commit

Permalink
Bump package versions for release 2017-3-24
Browse files Browse the repository at this point in the history
  • Loading branch information
mamokarz committed Mar 24, 2017
1 parent f9091c9 commit 7c122dc
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps-parent</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<name>IoT SDK Dependencies</name>

<parent>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-sdk-java</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion deps/serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>iot-deps-serializer</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion deps/websocket-transport-layer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>websocket-transport-layer</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<packaging>jar</packaging>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions device/iot-device-client/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</groupId>
<artifactId>iot-device-client-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>websocket-transport-layer</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>iot-deps-serializer</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.21";
public static String clientVersion = "1.0.22";

private static byte[] sleepIntervals = {1, 2, 4, 8, 16, 32, 60};
/** Generates a reconnection time with an exponential backoff
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.0.21</version>
<version>1.0.22</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.0.21</version>
<version>1.0.22</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.0.21</version>
<version>1.0.22</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 @@ -14,7 +14,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client-parent</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</parent>
<modules>
<module>send-event</module>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
</dependencies>
<build>
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.0.21</version>
<version>1.0.22</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.0.21</version>
<version>1.0.22</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.0.21</version>
<version>1.0.22</version>
</parent>
<dependencies>
<dependency>
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.0.21</version>
<version>1.0.22</version>
<name>IoT Hub Java Device Client Parent </name>
<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.1.1</version>
<version>0.1.2</version>
<name>Azure IoT Sdk Java</name>
<packaging>pom</packaging>
<developers>
Expand Down
6 changes: 3 additions & 3 deletions service/iot-service-client/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</groupId>
<artifactId>iot-service-client-parent</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>iot-deps-serializer</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>websocket-transport-layer</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
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/";
public static String serviceVersion = "1.1.15";
public static String serviceVersion = "1.1.16";

public static String getJavaServiceClientIdentifier()
{
Expand Down
6 changes: 3 additions & 3 deletions service/iot-service-samples/device-manager-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.samples.service</groupId>
<artifactId>device-manager-sample</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<name>Device Manager Sample</name>
<developers>
<developer>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-service-samples</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions service/iot-service-samples/device-method-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.samples.service</groupId>
<artifactId>device-method-sample</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<name>Device Method Sample</name>
<developers>
<developer>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-service-samples</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions service/iot-service-samples/device-twin-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.samples.service</groupId>
<artifactId>device-twin-sample</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<name>Device Twin Sample</name>
<developers>
<developer>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-service-samples</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions service/iot-service-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-service-samples</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<name>IoT Hub Service SDK Samples</name>
<packaging>pom</packaging>
<developers>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client-parent</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</parent>
<modules>
<module>device-manager-sample</module>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions service/iot-service-samples/service-client-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.samples.service</groupId>
<artifactId>service-client-sample</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<name>Service Client Sample</name>
<developers>
<developer>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot.samples</groupId>
<artifactId>iot-service-samples</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client-parent</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
<name>IoT Hub Java Service SDK Parent</name>
<packaging>pom</packaging>
<developers>
Expand Down

0 comments on commit 7c122dc

Please sign in to comment.