You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2015/11/09 06:00:49 UTC

incubator-atlas git commit: ATLAS-292 The artifactId 'dashboard' should be 'atlas-dashboard' in the webapp/pom.xml (ltfxyz via shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 800df29a9 -> 32913f31b


ATLAS-292 The artifactId 'dashboard' should be 'atlas-dashboard' in the webapp/pom.xml (ltfxyz via shwethags)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/32913f31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/32913f31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/32913f31

Branch: refs/heads/master
Commit: 32913f31b609fb305fa77baae011df539e12a40d
Parents: 800df29
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon Nov 9 10:30:40 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon Nov 9 10:30:40 2015 +0530

----------------------------------------------------------------------
 pom.xml         | 7 +++++++
 release-log.txt | 3 ++-
 webapp/pom.xml  | 5 ++---
 3 files changed, 11 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/32913f31/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7e6f80f..38d2e5b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/32913f31/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 6e94f95..75494f0 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -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)

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/32913f31/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index b95a134..1d77b9f 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -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 -->