Skip to content

Commit

Permalink
Bump package versions for release 2017-3-28
Browse files Browse the repository at this point in the history
  • Loading branch information
prmathur-microsoft committed Mar 29, 2017
1 parent 33ef4a0 commit 0307d26
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-sdk-java</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</parent>
<developers>
<developer>
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.1.22";
public static String clientVersion = "1.1.23";

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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</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.1.22</version>
<version>1.1.23</version>
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions device/iot-device-tests/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.1.22</version>
<version>1.1.23</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.1.22</version>
<version>1.1.23</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
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.2.2</version>
<version>0.2.3</version>
<name>Azure IoT Sdk Java</name>
<packaging>pom</packaging>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.16</version>
<version>1.2.17</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 @@ -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.2.16";
public static String serviceVersion = "1.2.17";

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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</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.2.16</version>
<version>1.2.17</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions service/iot-service-tests/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.2.16</version>
<version>1.2.17</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
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.2.16</version>
<version>1.2.17</version>
<name>IoT Hub Java Service SDK Parent</name>
<packaging>pom</packaging>
<developers>
Expand Down

0 comments on commit 0307d26

Please sign in to comment.