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
9 years ago
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
master
No related merge requests found
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 @@
<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>
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
32913f31
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
32913f31
...
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
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