Skip to content

Commit

Permalink
Bump package versions for release 2017-2-24
Browse files Browse the repository at this point in the history
  • Loading branch information
prmathur-microsoft committed Feb 25, 2017
1 parent 018f7a5 commit 6c7c96d
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 29 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>1.0.0</version>
<version>0.0.1</version>
<name>IoT SDK Dependencies</name>

<parent>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-sdk-java</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
</parent>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions deps/serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>iot-deps-serializer</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
<parent>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps-parent</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 3 additions & 3 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.19</version>
<version>1.0.20</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot.deps</groupId>
<artifactId>iot-deps-serializer</artifactId>
<version>1.0.0</version>
<version>0.0.1</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.0.13</version>
<version>1.0.14</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.19";
public static String clientVersion = "1.0.20";

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-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.19</version>
<version>1.0.20</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.19</version>
<version>1.0.20</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.19</version>
<version>1.0.20</version>
</parent>
<modules>
<module>send-event</module>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
<version>1.0.19</version>
<version>1.0.20</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.19</version>
<version>1.0.20</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.19</version>
<version>1.0.20</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.19</version>
<version>1.0.20</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.19</version>
<version>1.0.20</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>1.0.0</version>
<version>0.0.1</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.0.13</version>
<version>1.0.14</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,5 +8,5 @@ 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.0.13";
public static String serviceVersion = "1.0.14";
}
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.iot-service-samples</groupId>
<artifactId>DeviceManagerSample</artifactId>
<version>1.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</version>
</parent>
<modules>
<module>device-manager-sample</module>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.0.13</version>
<version>1.0.14</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.iot-service-samples</groupId>
<artifactId>ServiceClientSample</artifactId>
<version>1.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</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.0.13</version>
<version>1.0.14</version>
<name>IoT Hub Java Service SDK Parent</name>
<packaging>pom</packaging>
<developers>
Expand Down

0 comments on commit 6c7c96d

Please sign in to comment.