|
@@ -20,7 +20,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.apache.ambari</groupId>
|
|
|
<artifactId>ambari-project</artifactId>
|
|
|
- <version>2.0.0.0</version>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
<relativePath>../ambari-project</relativePath>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
@@ -28,13 +28,72 @@
|
|
|
<artifactId>ambari-views</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
<name>Ambari Views</name>
|
|
|
- <version>2.0.0.0</version>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
<description>Ambari View interfaces.</description>
|
|
|
<url>http://ambari.apache.org/</url>
|
|
|
<scm>
|
|
|
<url>https://github.com/apache/ambari</url>
|
|
|
<connection>https://git-wip-us.apache.org/repos/asf/ambari.git</connection>
|
|
|
</scm>
|
|
|
+
|
|
|
+ <licenses>
|
|
|
+ <license>
|
|
|
+ <name>The Apache Software License, Version 2.0</name>
|
|
|
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
+ </license>
|
|
|
+ </licenses>
|
|
|
+
|
|
|
+ <organization>
|
|
|
+ <name>Apache Software Foundation</name>
|
|
|
+ <url>http://www.apache.org</url>
|
|
|
+ </organization>
|
|
|
+
|
|
|
+ <properties>
|
|
|
+ <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
|
|
|
+ <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
|
|
|
+ <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
|
|
|
+ <distMgmtStagingId>apache.staging.https</distMgmtStagingId>
|
|
|
+ <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
|
|
|
+ <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
|
|
|
+ </properties>
|
|
|
+
|
|
|
+
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>${distMgmtStagingId}</id>
|
|
|
+ <name>${distMgmtStagingName}</name>
|
|
|
+ <url>${distMgmtStagingUrl}</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>${distMgmtSnapshotsId}</id>
|
|
|
+ <name>${distMgmtSnapshotsName}</name>
|
|
|
+ <url>${distMgmtSnapshotsUrl}</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
+
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>${distMgmtSnapshotsId}</id>
|
|
|
+ <name>${distMgmtSnapshotsName}</name>
|
|
|
+ <url>${distMgmtSnapshotsUrl}</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+
|
|
|
+ <pluginRepositories>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>maven2-repository.atlassian</id>
|
|
|
+ <name>Atlassian Maven Repository</name>
|
|
|
+ <url>https://maven.atlassian.com/repository/public</url>
|
|
|
+ <layout>default</layout>
|
|
|
+ </pluginRepository>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>${distMgmtSnapshotsId}</id>
|
|
|
+ <name>${distMgmtSnapshotsName}</name>
|
|
|
+ <url>${distMgmtSnapshotsUrl}</url>
|
|
|
+ <layout>default</layout>
|
|
|
+ </pluginRepository>
|
|
|
+ </pluginRepositories>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|