Skip to content

Commit 25d0038

Browse files
Azure-Fluentxseeseesee
authored andcommitted
[maven-release-plugin] prepare release v1.37.0
1 parent dc4107f commit 25d0038

File tree

29 files changed

+177
-177
lines changed

29 files changed

+177
-177
lines changed

azure-mgmt-appservice/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>azure-parent</artifactId>
11-
<version>1.36.4-SNAPSHOT</version>
11+
<version>1.37.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -30,7 +30,7 @@
3030
<scm>
3131
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
3232
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.37.0</tag>
3434
</scm>
3535

3636
<properties>
@@ -53,27 +53,27 @@
5353
<dependency>
5454
<groupId>com.microsoft.azure</groupId>
5555
<artifactId>azure-mgmt-resources</artifactId>
56-
<version>1.36.4-SNAPSHOT</version>
56+
<version>1.37.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.microsoft.azure</groupId>
6060
<artifactId>azure-mgmt-storage</artifactId>
61-
<version>1.36.4-SNAPSHOT</version>
61+
<version>1.37.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.microsoft.azure</groupId>
6565
<artifactId>azure-mgmt-msi</artifactId>
66-
<version>1.36.4-SNAPSHOT</version>
66+
<version>1.37.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>azure-mgmt-keyvault</artifactId>
71-
<version>1.36.4-SNAPSHOT</version>
71+
<version>1.37.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.microsoft.azure</groupId>
7575
<artifactId>azure-mgmt-dns</artifactId>
76-
<version>1.36.4-SNAPSHOT</version>
76+
<version>1.37.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.microsoft.azure</groupId>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.microsoft.azure</groupId>
130130
<artifactId>azure-mgmt-resources</artifactId>
131-
<version>1.36.4-SNAPSHOT</version>
131+
<version>1.37.0</version>
132132
<type>test-jar</type>
133133
<scope>test</scope>
134134
</dependency>

azure-mgmt-batch/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>azure-parent</artifactId>
11-
<version>1.36.4-SNAPSHOT</version>
11+
<version>1.37.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -30,7 +30,7 @@
3030
<scm>
3131
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
3232
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.37.0</tag>
3434
</scm>
3535

3636
<properties>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.microsoft.azure</groupId>
5555
<artifactId>azure-mgmt-resources</artifactId>
56-
<version>1.36.4-SNAPSHOT</version>
56+
<version>1.37.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>junit</groupId>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>azure-mgmt-storage</artifactId>
71-
<version>1.36.4-SNAPSHOT</version>
71+
<version>1.37.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>commons-io</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.microsoft.azure</groupId>
9595
<artifactId>azure-mgmt-resources</artifactId>
96-
<version>1.36.4-SNAPSHOT</version>
96+
<version>1.37.0</version>
9797
<type>test-jar</type>
9898
<scope>test</scope>
9999
</dependency>

azure-mgmt-batchai/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<parent>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-parent</artifactId>
13-
<version>1.36.4-SNAPSHOT</version>
13+
<version>1.37.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<artifactId>azure-mgmt-batchai</artifactId>
1717
<packaging>jar</packaging>
18-
<version>1.36.4-SNAPSHOT</version>
18+
<version>1.37.0</version>
1919
<name>Microsoft Azure SDK for BatchAI Management</name>
2020
<description>This package contains Microsoft BatchAI Management SDK.</description>
2121
<url>https://github.com/Azure/azure-sdk-for-java</url>
@@ -29,7 +29,7 @@
2929
<scm>
3030
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
3131
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
32-
<tag>HEAD</tag>
32+
<tag>v1.37.0</tag>
3333
</scm>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.azure</groupId>
5151
<artifactId>azure-mgmt-resources</artifactId>
52-
<version>1.36.4-SNAPSHOT</version>
52+
<version>1.37.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.jcraft</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.microsoft.azure</groupId>
9898
<artifactId>azure-mgmt-resources</artifactId>
99-
<version>1.36.4-SNAPSHOT</version>
99+
<version>1.37.0</version>
100100
<type>test-jar</type>
101101
<scope>test</scope>
102102
</dependency>

azure-mgmt-cdn/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-parent</artifactId>
7-
<version>1.36.4-SNAPSHOT</version>
7+
<version>1.37.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -26,7 +26,7 @@
2626
<scm>
2727
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
2828
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.37.0</tag>
3030
</scm>
3131

3232
<properties>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.azure</groupId>
5151
<artifactId>azure-mgmt-resources</artifactId>
52-
<version>1.36.4-SNAPSHOT</version>
52+
<version>1.37.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.microsoft.azure</groupId>
6666
<artifactId>azure-mgmt-storage</artifactId>
67-
<version>1.36.4-SNAPSHOT</version>
67+
<version>1.37.0</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

azure-mgmt-compute/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>azure-parent</artifactId>
11-
<version>1.36.4-SNAPSHOT</version>
11+
<version>1.37.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -30,7 +30,7 @@
3030
<scm>
3131
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
3232
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.37.0</tag>
3434
</scm>
3535

3636
<properties>
@@ -53,22 +53,22 @@
5353
<dependency>
5454
<groupId>com.microsoft.azure</groupId>
5555
<artifactId>azure-mgmt-resources</artifactId>
56-
<version>1.36.4-SNAPSHOT</version>
56+
<version>1.37.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.microsoft.azure</groupId>
6060
<artifactId>azure-mgmt-storage</artifactId>
61-
<version>1.36.4-SNAPSHOT</version>
61+
<version>1.37.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.microsoft.azure</groupId>
6565
<artifactId>azure-mgmt-network</artifactId>
66-
<version>1.36.4-SNAPSHOT</version>
66+
<version>1.37.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>azure-mgmt-msi</artifactId>
71-
<version>1.36.4-SNAPSHOT</version>
71+
<version>1.37.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>junit</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.microsoft.azure</groupId>
102102
<artifactId>azure-mgmt-keyvault</artifactId>
103-
<version>1.36.4-SNAPSHOT</version>
103+
<version>1.37.0</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>com.microsoft.azure</groupId>
113113
<artifactId>azure-mgmt-graph-rbac</artifactId>
114-
<version>1.36.4-SNAPSHOT</version>
114+
<version>1.37.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.google.code.gson</groupId>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>com.microsoft.azure</groupId>
139139
<artifactId>azure-mgmt-resources</artifactId>
140-
<version>1.36.4-SNAPSHOT</version>
140+
<version>1.37.0</version>
141141
<type>test-jar</type>
142142
<scope>test</scope>
143143
</dependency>

azure-mgmt-containerinstance/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-parent</artifactId>
7-
<version>1.36.4-SNAPSHOT</version>
7+
<version>1.37.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -26,7 +26,7 @@
2626
<scm>
2727
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
2828
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.37.0</tag>
3030
</scm>
3131

3232
<properties>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.azure</groupId>
5151
<artifactId>azure-mgmt-resources</artifactId>
52-
<version>1.36.4-SNAPSHOT</version>
52+
<version>1.37.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>
@@ -64,12 +64,12 @@
6464
<dependency>
6565
<groupId>com.microsoft.azure</groupId>
6666
<artifactId>azure-mgmt-storage</artifactId>
67-
<version>1.36.4-SNAPSHOT</version>
67+
<version>1.37.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.microsoft.azure</groupId>
7171
<artifactId>azure-mgmt-storage</artifactId>
72-
<version>1.36.4-SNAPSHOT</version>
72+
<version>1.37.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.microsoft.azure</groupId>
@@ -92,13 +92,13 @@
9292
<dependency>
9393
<groupId>com.microsoft.azure</groupId>
9494
<artifactId>azure-mgmt-graph-rbac</artifactId>
95-
<version>1.36.4-SNAPSHOT</version>
95+
<version>1.37.0</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.microsoft.azure</groupId>
100100
<artifactId>azure-mgmt-msi</artifactId>
101-
<version>1.36.4-SNAPSHOT</version>
101+
<version>1.37.0</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
</dependencies>

azure-mgmt-containerregistry/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-parent</artifactId>
7-
<version>1.36.4-SNAPSHOT</version>
7+
<version>1.37.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -26,7 +26,7 @@
2626
<scm>
2727
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
2828
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.37.0</tag>
3030
</scm>
3131

3232
<properties>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.azure</groupId>
5151
<artifactId>azure-mgmt-resources</artifactId>
52-
<version>1.36.4-SNAPSHOT</version>
52+
<version>1.37.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.microsoft.azure</groupId>
6666
<artifactId>azure-mgmt-storage</artifactId>
67-
<version>1.36.4-SNAPSHOT</version>
67+
<version>1.37.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>commons-io</groupId>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.microsoft.azure</groupId>
9191
<artifactId>azure-mgmt-resources</artifactId>
92-
<version>1.36.4-SNAPSHOT</version>
92+
<version>1.37.0</version>
9393
<type>test-jar</type>
9494
<scope>test</scope>
9595
</dependency>

0 commit comments

Comments
 (0)