Skip to content

Commit 4d76185

Browse files
Azure-Fluentweidongxu-microsoft
authored andcommitted
[maven-release-plugin] prepare release v1.41.4
1 parent b1603ff commit 4d76185

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.41.4-SNAPSHOT</version>
11+
<version>1.41.4</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
56+
<version>1.41.4</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.microsoft.azure</groupId>
6060
<artifactId>azure-mgmt-storage</artifactId>
61-
<version>1.41.4-SNAPSHOT</version>
61+
<version>1.41.4</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.microsoft.azure</groupId>
6565
<artifactId>azure-mgmt-msi</artifactId>
66-
<version>1.41.4-SNAPSHOT</version>
66+
<version>1.41.4</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>azure-mgmt-keyvault</artifactId>
71-
<version>1.41.4-SNAPSHOT</version>
71+
<version>1.41.4</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.microsoft.azure</groupId>
7575
<artifactId>azure-mgmt-dns</artifactId>
76-
<version>1.41.4-SNAPSHOT</version>
76+
<version>1.41.4</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.microsoft.azure</groupId>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.microsoft.azure</groupId>
126126
<artifactId>azure-mgmt-resources</artifactId>
127-
<version>1.41.4-SNAPSHOT</version>
127+
<version>1.41.4</version>
128128
<type>test-jar</type>
129129
<scope>test</scope>
130130
</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.41.4-SNAPSHOT</version>
11+
<version>1.41.4</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
56+
<version>1.41.4</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.41.4-SNAPSHOT</version>
71+
<version>1.41.4</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.41.4-SNAPSHOT</version>
96+
<version>1.41.4</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.41.4-SNAPSHOT</version>
13+
<version>1.41.4</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<artifactId>azure-mgmt-batchai</artifactId>
1717
<packaging>jar</packaging>
18-
<version>1.41.4-SNAPSHOT</version>
18+
<version>1.41.4</version>
1919
<name>Microsoft Azure SDK for BatchAI Management</name>
2020
<description>This package contains Microsoft BatchAI Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-batchai is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
32-
<tag>HEAD</tag>
32+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
52+
<version>1.41.4</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.jcraft</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.microsoft.azure</groupId>
9292
<artifactId>azure-mgmt-resources</artifactId>
93-
<version>1.41.4-SNAPSHOT</version>
93+
<version>1.41.4</version>
9494
<type>test-jar</type>
9595
<scope>test</scope>
9696
</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.41.4-SNAPSHOT</version>
7+
<version>1.41.4</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
52+
<version>1.41.4</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.41.4-SNAPSHOT</version>
67+
<version>1.41.4</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.41.4-SNAPSHOT</version>
11+
<version>1.41.4</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
56+
<version>1.41.4</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.microsoft.azure</groupId>
6060
<artifactId>azure-mgmt-storage</artifactId>
61-
<version>1.41.4-SNAPSHOT</version>
61+
<version>1.41.4</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.microsoft.azure</groupId>
6565
<artifactId>azure-mgmt-network</artifactId>
66-
<version>1.41.4-SNAPSHOT</version>
66+
<version>1.41.4</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>azure-mgmt-msi</artifactId>
71-
<version>1.41.4-SNAPSHOT</version>
71+
<version>1.41.4</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>junit</groupId>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>com.microsoft.azure</groupId>
9696
<artifactId>azure-mgmt-keyvault</artifactId>
97-
<version>1.41.4-SNAPSHOT</version>
97+
<version>1.41.4</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.microsoft.azure</groupId>
107107
<artifactId>azure-mgmt-graph-rbac</artifactId>
108-
<version>1.41.4-SNAPSHOT</version>
108+
<version>1.41.4</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.google.code.gson</groupId>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.microsoft.azure</groupId>
133133
<artifactId>azure-mgmt-resources</artifactId>
134-
<version>1.41.4-SNAPSHOT</version>
134+
<version>1.41.4</version>
135135
<type>test-jar</type>
136136
<scope>test</scope>
137137
</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.41.4-SNAPSHOT</version>
7+
<version>1.41.4</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
52+
<version>1.41.4</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.41.4-SNAPSHOT</version>
67+
<version>1.41.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.microsoft.azure</groupId>
7171
<artifactId>azure-mgmt-storage</artifactId>
72-
<version>1.41.4-SNAPSHOT</version>
72+
<version>1.41.4</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.41.4-SNAPSHOT</version>
95+
<version>1.41.4</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.microsoft.azure</groupId>
100100
<artifactId>azure-mgmt-msi</artifactId>
101-
<version>1.41.4-SNAPSHOT</version>
101+
<version>1.41.4</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.41.4-SNAPSHOT</version>
7+
<version>1.41.4</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:[email protected]:Azure/azure-sdk-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.41.4</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.41.4-SNAPSHOT</version>
52+
<version>1.41.4</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.41.4-SNAPSHOT</version>
67+
<version>1.41.4</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.41.4-SNAPSHOT</version>
92+
<version>1.41.4</version>
9393
<type>test-jar</type>
9494
<scope>test</scope>
9595
</dependency>

0 commit comments

Comments
 (0)