Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
32913f31
Commit
32913f31
authored
Nov 09, 2015
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
pom.xml
pom.xml
+7
-0
release-log.txt
release-log.txt
+2
-1
pom.xml
webapp/pom.xml
+2
-3
No files found.
pom.xml
View file @
32913f31
...
@@ -949,6 +949,13 @@
...
@@ -949,6 +949,13 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<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>
<artifactId>
atlas-webapp
</artifactId>
<version>
${project.version}
</version>
<version>
${project.version}
</version>
<type>
war
</type>
<type>
war
</type>
...
...
release-log.txt
View file @
32913f31
...
@@ -4,12 +4,13 @@ Apache Atlas Release Notes
...
@@ -4,12 +4,13 @@ Apache Atlas Release Notes
--trunk - unreleased
--trunk - unreleased
INCOMPATIBLE CHANGES:
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-58 Make hive hook reliable (shwethags)
ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ALL CHANGES:
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-211 UI: UI Facelift(anilsg via sumasai)
ATLAS-257 import_hive.sh fails when run under cygwin(dkantor 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)
ATLAS-255 Add log level setting for titan in atlas-log4j.xml(ayubkhan via sumasai)
...
...
webapp/pom.xml
View file @
32913f31
...
@@ -232,8 +232,7 @@
...
@@ -232,8 +232,7 @@
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
dashboard
</artifactId>
<artifactId>
atlas-dashboard
</artifactId>
<version>
${project.version}
</version>
<type>
war
</type>
<type>
war
</type>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -248,7 +247,7 @@
...
@@ -248,7 +247,7 @@
<overlays>
<overlays>
<overlay>
<overlay>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
dashboard
</artifactId>
<artifactId>
atlas-
dashboard
</artifactId>
</overlay>
</overlay>
<overlay>
<overlay>
<!-- empty groupId/artifactId represents the current build -->
<!-- empty groupId/artifactId represents the current build -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment