|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
2 | | - <modelVersion>4.0.0</modelVersion> |
3 | | - <parent> |
4 | | - <groupId>com.azure</groupId> |
5 | | - <artifactId>azure-client-sdk-parent</artifactId> |
6 | | - <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> |
7 | | - <relativePath>../../parents/azure-client-sdk-parent</relativePath> |
8 | | - </parent> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <parent> |
| 4 | + <groupId>com.azure</groupId> |
| 5 | + <artifactId>azure-client-sdk-parent</artifactId> |
| 6 | + <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> |
| 7 | + <relativePath>../../parents/azure-client-sdk-parent</relativePath> |
| 8 | + </parent> |
9 | 9 |
|
10 | | - <groupId>com.azure.resourcemanager</groupId> |
11 | | - <artifactId>azure-resourcemanager-mysql</artifactId> |
12 | | - <version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-mysql;current} --> |
13 | | - <packaging>jar</packaging> |
| 10 | + <groupId>com.azure.resourcemanager</groupId> |
| 11 | + <artifactId>azure-resourcemanager-mysql</artifactId> |
| 12 | + <version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-mysql;current} --> |
| 13 | + <packaging>jar</packaging> |
14 | 14 |
|
15 | | - <name>Microsoft Azure SDK for MySql Management</name> |
16 | | - <description>This package contains Microsoft Azure SDK for MySql Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model. Package tag package-2020-01-01.</description> |
17 | | - <url>https://github.com/Azure/azure-sdk-for-java</url> |
| 15 | + <name>Microsoft Azure SDK for MySql Management</name> |
| 16 | + <description>This package contains Microsoft Azure SDK for MySql Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model. Package tag package-2020-01-01.</description> |
| 17 | + <url>https://github.com/Azure/azure-sdk-for-java</url> |
18 | 18 |
|
19 | | - <licenses> |
20 | | - <license> |
21 | | - <name>The MIT License (MIT)</name> |
22 | | - <url>http://opensource.org/licenses/MIT</url> |
23 | | - <distribution>repo</distribution> |
24 | | - </license> |
25 | | - </licenses> |
| 19 | + <licenses> |
| 20 | + <license> |
| 21 | + <name>The MIT License (MIT)</name> |
| 22 | + <url>http://opensource.org/licenses/MIT</url> |
| 23 | + <distribution>repo</distribution> |
| 24 | + </license> |
| 25 | + </licenses> |
26 | 26 |
|
27 | | - <scm> |
28 | | - <url>https://github.com/Azure/azure-sdk-for-java</url> |
29 | | - < connection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ connection> |
30 | | - < developerConnection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ developerConnection> |
31 | | - <tag>HEAD</tag> |
32 | | - </scm> |
33 | | - <developers> |
34 | | - <developer> |
35 | | - <id>microsoft</id> |
36 | | - <name>Microsoft</name> |
37 | | - </developer> |
38 | | - </developers> |
39 | | - <properties> |
40 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
41 | | - <legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal> |
42 | | - </properties> |
43 | | - <dependencies> |
44 | | - <dependency> |
45 | | - <groupId>com.azure</groupId> |
46 | | - <artifactId>azure-core</artifactId> |
47 | | - <version>1.17.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
48 | | - </dependency> |
49 | | - <dependency> |
50 | | - <groupId>com.azure</groupId> |
51 | | - <artifactId>azure-core-management</artifactId> |
52 | | - <version>1.3.0</version> <!-- {x-version-update;com.azure:azure-core-management;dependency} --> |
53 | | - </dependency> |
54 | | - </dependencies> |
55 | | - <build> |
56 | | - <plugins> |
57 | | - <plugin> |
58 | | - <groupId>org.jacoco</groupId> |
59 | | - <artifactId>jacoco-maven-plugin</artifactId> |
60 | | - <version>0.8.5</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} --> |
61 | | - <configuration> |
62 | | - <skip>true</skip> |
63 | | - </configuration> |
64 | | - </plugin> |
65 | | - </plugins> |
66 | | - </build> |
| 27 | + <scm> |
| 28 | + <url>https://github.com/Azure/azure-sdk-for-java</url> |
| 29 | + < connection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ connection> |
| 30 | + < developerConnection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ developerConnection> |
| 31 | + <tag>HEAD</tag> |
| 32 | + </scm> |
| 33 | + <developers> |
| 34 | + <developer> |
| 35 | + <id>microsoft</id> |
| 36 | + <name>Microsoft</name> |
| 37 | + </developer> |
| 38 | + </developers> |
| 39 | + <properties> |
| 40 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 41 | + <legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal> |
| 42 | + </properties> |
| 43 | + <dependencies> |
| 44 | + <dependency> |
| 45 | + <groupId>com.azure</groupId> |
| 46 | + <artifactId>azure-core</artifactId> |
| 47 | + <version>1.17.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
| 48 | + </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>com.azure</groupId> |
| 51 | + <artifactId>azure-core-management</artifactId> |
| 52 | + <version>1.3.0</version> <!-- {x-version-update;com.azure:azure-core-management;dependency} --> |
| 53 | + </dependency> |
| 54 | + </dependencies> |
| 55 | + <build> |
| 56 | + <plugins> |
| 57 | + <plugin> |
| 58 | + <groupId>org.jacoco</groupId> |
| 59 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 60 | + <version>0.8.5</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} --> |
| 61 | + <configuration> |
| 62 | + <skip>true</skip> |
| 63 | + </configuration> |
| 64 | + </plugin> |
| 65 | + <plugin> |
| 66 | + <groupId>org.revapi</groupId> |
| 67 | + <artifactId>revapi-maven-plugin</artifactId> |
| 68 | + <version>0.11.2</version> <!-- {x-version-update;org.revapi:revapi-maven-plugin;external_dependency} --> |
| 69 | + <configuration> |
| 70 | + <analysisConfiguration> |
| 71 | + <revapi.ignore> |
| 72 | + <item> |
| 73 | + <code>java.method.addedToInterface</code> |
| 74 | + </item> |
| 75 | + <item> |
| 76 | + <regex>true</regex> |
| 77 | + <code>.*</code> |
| 78 | + <package>com\.azure\.resourcemanager(\.[^.]+)+\.fluent(\.[^.]+)*</package> |
| 79 | + </item> |
| 80 | + </revapi.ignore> |
| 81 | + </analysisConfiguration> |
| 82 | + </configuration> |
| 83 | + </plugin> |
| 84 | + </plugins> |
| 85 | + </build> |
67 | 86 | </project> |
0 commit comments