Commit 32913f31 by Shwetha GS

ATLAS-292 The artifactId 'dashboard' should be 'atlas-dashboard' in the…

ATLAS-292 The artifactId 'dashboard' should be 'atlas-dashboard' in the webapp/pom.xml (ltfxyz via shwethags)
parent 800df29a
......@@ -949,6 +949,13 @@
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>
......
......@@ -4,12 +4,13 @@ Apache Atlas Release Notes
--trunk - unreleased
INCOMPATIBLE CHANGES:
ATLAS-208 Remove "\n" characters in the REST API json response (patel_satya via shwethags)
ATLAS-58 Make hive hook reliable (shwethags)
ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ALL CHANGES:
ATLAS-292 The artifactId 'dashboard' should be 'atlas-dashboard' in the webapp/pom.xml (ltfxyz via shwethags)
ATLAS-208 Remove "\n" characters in the REST API json response (patel_satya via shwethags)
ATLAS-211 UI: UI Facelift(anilsg via sumasai)
ATLAS-257 import_hive.sh fails when run under cygwin(dkantor via sumasai)
ATLAS-255 Add log level setting for titan in atlas-log4j.xml(ayubkhan via sumasai)
......
......@@ -232,8 +232,7 @@
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>dashboard</artifactId>
<version>${project.version}</version>
<artifactId>atlas-dashboard</artifactId>
<type>war</type>
</dependency>
</dependencies>
......@@ -248,7 +247,7 @@
<overlays>
<overlay>
<groupId>org.apache.atlas</groupId>
<artifactId>dashboard</artifactId>
<artifactId>atlas-dashboard</artifactId>
</overlay>
<overlay>
<!-- empty groupId/artifactId represents the current build -->
......
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