Skip to content

Commit

Permalink
bump versions for java samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineymlo committed Sep 13, 2016
1 parent 7993c91 commit c14d107
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
27 changes: 21 additions & 6 deletions build/release/bump_version/inputs.js
Expand Up @@ -1075,9 +1075,14 @@ module.exports = [
},
{
"taskType": "xmlReplaceTask",
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iothub.service.sdk']/version",
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
"replaceString": "java.service"
}
},
{
"taskType": "xmlReplaceTask",
"search": "//project/parent[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
"replaceString": "java.service"
}
]
},
{
Expand All @@ -1091,9 +1096,14 @@ module.exports = [
},
{
"taskType": "xmlReplaceTask",
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iothub.service.sdk']/version",
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
"replaceString": "java.service"
}
},
{
"taskType": "xmlReplaceTask",
"search": "//project/parent[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
"replaceString": "java.service"
}
]
},
{
Expand All @@ -1107,9 +1117,14 @@ module.exports = [
},
{
"taskType": "xmlReplaceTask",
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iothub.service.sdk']/version",
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
"replaceString": "java.service"
}
},
{
"taskType": "xmlReplaceTask",
"search": "//project/parent[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
"replaceString": "java.service"
}
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions java/service/samples/device-manager-sample/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
<artifactId>samples</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
<artifactId>iothub-service-sdk</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java/service/samples/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
<artifactId>iothub-service-sdk-with-samples</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<modules>
<module>device-manager-sample</module>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
<artifactId>iothub-service-sdk</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions java/service/samples/service-client-sample/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
<artifactId>samples</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
<artifactId>iothub-service-sdk</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit c14d107

Please sign in to comment.