Commit c69df40f by Hemanth Yamijala

ATLAS-672 UI: Make dashboard v2 the default UI implementation (bergenholtz via yhemanth)

parent 7d040c52
......@@ -461,8 +461,8 @@
<module>client</module>
<module>titan</module>
<module>repository</module>
<module>dashboard</module>
<!-- <module>dashboardv2</module> -->
<!-- <module>dashboard</module> -->
<module>dashboardv2</module>
<module>webapp</module>
<module>docs</module>
<module>addons/hdfs-model</module>
......@@ -1040,12 +1040,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
</dependency> -->
<dependency>
<groupId>org.apache.atlas</groupId>
......@@ -1651,7 +1651,7 @@
<exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/build.log</exclude>
<exclude>.bowerrc</exclude>
<exclude>**/.bowerrc</exclude>
<exclude>*.json</exclude>
<exclude>**/overlays/**</exclude>
<exclude>dev-support/**</exclude>
......
......@@ -3,6 +3,7 @@ Apache Atlas Release Notes
--trunk - unreleased
INCOMPATIBLE CHANGES:
ATLAS-672 UI: Make dashboard v2 the default UI implementation (bergenholtz via yhemanth)
ATLAS-532 Change Data types of all timestamps in Hive model(currently long)(sumasai via yhemanth)
ATLAS-622 Introduce soft delete (shwethags)
ATLAS-494 UI Authentication (nixonrodrigues via shwethags)
......
......@@ -282,17 +282,17 @@
<version>${spring-ldap-core.version}</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
<type>war</type>
</dependency>
</dependency> -->
<!-- <dependency>
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboardv2</artifactId>
<type>war</type>
</dependency> -->
</dependency>
</dependencies>
<build>
......@@ -303,14 +303,14 @@
<configuration>
<attachClasses>true</attachClasses>
<overlays>
<overlay>
<!-- <overlay>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
</overlay>
<!-- <overlay>
</overlay> -->
<overlay>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboardv2</artifactId>
</overlay> -->
</overlay>
<overlay>
<!-- empty groupId/artifactId represents the current build -->
</overlay>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment