Skip to content

Commit c14d107

Browse files
committed
bump versions for java samples
1 parent 7993c91 commit c14d107

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

build/release/bump_version/inputs.js

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,9 +1075,14 @@ module.exports = [
10751075
},
10761076
{
10771077
"taskType": "xmlReplaceTask",
1078-
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iothub.service.sdk']/version",
1078+
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
10791079
"replaceString": "java.service"
1080-
}
1080+
},
1081+
{
1082+
"taskType": "xmlReplaceTask",
1083+
"search": "//project/parent[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
1084+
"replaceString": "java.service"
1085+
}
10811086
]
10821087
},
10831088
{
@@ -1091,9 +1096,14 @@ module.exports = [
10911096
},
10921097
{
10931098
"taskType": "xmlReplaceTask",
1094-
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iothub.service.sdk']/version",
1099+
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
10951100
"replaceString": "java.service"
1096-
}
1101+
},
1102+
{
1103+
"taskType": "xmlReplaceTask",
1104+
"search": "//project/parent[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
1105+
"replaceString": "java.service"
1106+
}
10971107
]
10981108
},
10991109
{
@@ -1107,9 +1117,14 @@ module.exports = [
11071117
},
11081118
{
11091119
"taskType": "xmlReplaceTask",
1110-
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iothub.service.sdk']/version",
1120+
"search": "//project/dependencies/dependency[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
11111121
"replaceString": "java.service"
1112-
}
1122+
},
1123+
{
1124+
"taskType": "xmlReplaceTask",
1125+
"search": "//project/parent[groupId = 'com.microsoft.azure.iot.service.sdk']/version",
1126+
"replaceString": "java.service"
1127+
}
11131128
]
11141129
},
11151130
{

java/service/samples/device-manager-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
1515
<artifactId>samples</artifactId>
16-
<version>1.0.8</version>
16+
<version>1.0.9</version>
1717
</parent>
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
6060
<artifactId>iothub-service-sdk</artifactId>
61-
<version>1.0.8</version>
61+
<version>1.0.9</version>
6262
<type>jar</type>
6363
</dependency>
6464
</dependencies>

java/service/samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
1616
<artifactId>iothub-service-sdk-with-samples</artifactId>
17-
<version>1.0.8</version>
17+
<version>1.0.9</version>
1818
</parent>
1919
<modules>
2020
<module>device-manager-sample</module>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
2626
<artifactId>iothub-service-sdk</artifactId>
27-
<version>1.0.8</version>
27+
<version>1.0.9</version>
2828
</dependency>
2929
</dependencies>
3030
<build>

java/service/samples/service-client-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
1515
<artifactId>samples</artifactId>
16-
<version>1.0.8</version>
16+
<version>1.0.9</version>
1717
</parent>
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.microsoft.azure.iot.service.sdk</groupId>
5050
<artifactId>iothub-service-sdk</artifactId>
51-
<version>1.0.8</version>
51+
<version>1.0.9</version>
5252
<type>jar</type>
5353
</dependency>
5454
</dependencies>

0 commit comments

Comments
 (0)