Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.41.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-Fluent authored and weidongxu-microsoft committed Apr 12, 2022
1 parent fb7bbac commit 8bc698c
Show file tree
Hide file tree
Showing 29 changed files with 177 additions and 177 deletions.
16 changes: 8 additions & 8 deletions azure-mgmt-appservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>

<properties>
Expand All @@ -53,27 +53,27 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-dns</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions azure-mgmt-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>

<properties>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions azure-mgmt-batchai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-batchai</artifactId>
<packaging>jar</packaging>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<name>Microsoft Azure SDK for BatchAI Management</name>
<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>
<url>https://github.com/Azure/azure-sdk-for-java</url>
Expand All @@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions azure-mgmt-cdn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>

<properties>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions azure-mgmt-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>

<properties>
Expand All @@ -53,22 +53,22 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -131,7 +131,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions azure-mgmt-containerinstance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>

<properties>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -64,12 +64,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -92,13 +92,13 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions azure-mgmt-containerregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.41.3</tag>
</scm>

<properties>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.3-SNAPSHOT</version>
<version>1.41.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
Loading

0 comments on commit 8bc698c

Please sign in to comment.