-
Notifications
You must be signed in to change notification settings - Fork 9
/
pom.xml
49 lines (38 loc) · 1.48 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for
license information.
-->
<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.iaas</groupId>
<artifactId>root</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<name>${project.artifactId}</name>
<description>
</description>
<url>https://github.com/Azure/azure-javaee-iaas</url>
<scm>
<connection>scm:git:[email protected]:Azure/azure-javaee-iaas.git</connection>
<developerConnection>scm:git:[email protected]:Azure/azure-javaee-iaas.git</developerConnection>
<url>https://github.com/Azure/azure-javaee-iaas</url>
<tag>HEAD</tag>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<artifactsLocationBase>https://raw.githubusercontent.com/wls-eng</artifactsLocationBase>
<github.owner>azure-javaee</github.owner>
</properties>
<modules>
<module>arm-parent</module>
<module>arm-assembly</module>
</modules>
</project>