[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Azure-Fluent 2022-07-22 06:31:32 +00:00 коммит произвёл Weidong Xu
Родитель 4d7618582b
Коммит 6e7acb4f0e
29 изменённых файлов: 177 добавлений и 177 удалений

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,27 +53,27 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-dns</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
@ -124,7 +124,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -68,7 +68,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@ -93,7 +93,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -10,12 +10,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-batchai</artifactId>
<packaging>jar</packaging>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</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>
@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
@ -90,7 +90,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,22 +53,22 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -94,7 +94,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -105,7 +105,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@ -131,7 +131,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -64,12 +64,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
@ -92,13 +92,13 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@ -89,7 +89,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@ -89,7 +89,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -64,13 +64,13 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -96,7 +96,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,12 +8,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-datalake-analytics</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Data Lake Analytics Management</name>
@ -31,7 +31,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -54,18 +54,18 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-datalake-store</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -102,7 +102,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,12 +8,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-datalake-store</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Data Lake Store Management</name>
@ -31,7 +31,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -54,7 +54,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -90,7 +90,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -88,7 +88,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -10,11 +10,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-eventhub</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for EventHub Management</name>
<description>This package contains Microsoft EventHub Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-eventhubs 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>
@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -45,12 +45,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
@ -99,7 +99,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -88,7 +88,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,12 +53,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
@ -97,7 +97,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -10,11 +10,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-locks</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Locks Management</name>
<description>This package contains Microsoft Locks Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-resources 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>
@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>

Просмотреть файл

@ -4,12 +4,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-monitor</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Monitor Management</name>
@ -27,7 +27,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -50,7 +50,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -65,13 +65,13 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -82,7 +82,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-eventhub</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -103,7 +103,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,12 +49,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -69,7 +69,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -95,7 +95,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -68,13 +68,13 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -100,7 +100,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@ -90,7 +90,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
@ -93,7 +93,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,12 +53,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
@ -101,7 +101,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -88,7 +88,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -73,7 +73,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -93,7 +93,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -9,12 +9,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-samples</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<name>Microsoft Azure SDK samples</name>
<description>This package contains Microsoft Azure SDK samples. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/java/mgmt</description>
@ -31,7 +31,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -65,37 +65,37 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-cosmosdb</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -193,7 +193,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>
@ -57,62 +57,62 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-batch</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-trafficmanager</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-dns</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-redis</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-locks</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
@ -122,7 +122,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-eventhub</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -144,47 +144,47 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-cdn</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-sql</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-containerregistry</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-containerservice</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-cosmosdb</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-search</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-monitor</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<!--<dependency>
<groupId>com.microsoft.azure</groupId>
@ -194,7 +194,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-servicebus</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@ -204,7 +204,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-batchai</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -224,7 +224,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -6,7 +6,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<version>1.41.4</version>
<version>1.41.5-SNAPSHOT</version>
<artifactId>azure-parent</artifactId>
<packaging>pom</packaging>
@ -25,7 +25,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.41.4</tag>
<tag>HEAD</tag>
</scm>
<properties>