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
de251913
Commit
de251913
authored
Jul 21, 2017
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1982: doc, website updated - to remove references to 'incubator', and with current PMC info
parent
d23d61b2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
54 additions
and
86 deletions
+54
-86
DISCLAIMER.txt
DISCLAIMER.txt
+5
-15
README.txt
README.txt
+3
-11
pom.xml
addons/falcon-bridge-shim/pom.xml
+1
-1
pom.xml
addons/falcon-bridge/pom.xml
+1
-1
pom.xml
addons/hdfs-model/pom.xml
+1
-1
pom.xml
addons/hive-bridge-shim/pom.xml
+1
-1
pom.xml
addons/hive-bridge/pom.xml
+1
-1
pom.xml
addons/sqoop-bridge-shim/pom.xml
+1
-1
pom.xml
addons/sqoop-bridge/pom.xml
+1
-1
pom.xml
addons/storm-bridge-shim/pom.xml
+1
-1
pom.xml
addons/storm-bridge/pom.xml
+1
-1
pom.xml
authorization/pom.xml
+1
-1
pom.xml
build-tools/pom.xml
+1
-1
pom.xml
catalog/pom.xml
+1
-1
pom.xml
client/pom.xml
+1
-1
pom.xml
common/pom.xml
+1
-1
package.json
dashboardv2/package.json
+1
-1
pom.xml
dashboardv2/pom.xml
+2
-2
BusinessCatalogHeader.html
.../js/templates/business_catalog/BusinessCatalogHeader.html
+1
-1
AdvancedSearchInfo_tmpl.html
...2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
+1
-1
header.html
dashboardv2/public/js/templates/site/header.html
+1
-1
pom.xml
distro/pom.xml
+1
-1
pom.xml
docs/pom.xml
+4
-4
site.xml
docs/src/site/site.xml
+4
-10
InstallationSteps.twiki
docs/src/site/twiki/InstallationSteps.twiki
+1
-1
index.twiki
docs/src/site/twiki/index.twiki
+0
-8
pom.xml
graphdb/api/pom.xml
+1
-1
pom.xml
graphdb/common/pom.xml
+1
-1
pom.xml
graphdb/graphdb-impls/pom.xml
+1
-1
pom.xml
graphdb/pom.xml
+1
-1
pom.xml
graphdb/titan0/pom.xml
+1
-1
pom.xml
graphdb/titan1/pom.xml
+1
-1
pom.xml
intg/pom.xml
+1
-1
pom.xml
notification/pom.xml
+1
-1
pom.xml
plugin-classloader/pom.xml
+1
-1
pom.xml
pom.xml
+0
-0
pom.xml
repository/pom.xml
+1
-1
pom.xml
server-api/pom.xml
+1
-1
pom.xml
shaded/hbase-client-shaded/pom.xml
+1
-1
pom.xml
shaded/hbase-server-shaded/pom.xml
+1
-1
pom.xml
typesystem/pom.xml
+1
-1
pom.xml
webapp/pom.xml
+2
-2
No files found.
DISCLAIMER.txt
View file @
de251913
Apache Atlas is a
n effort undergoing incubation at the Apach
e
Software Foundation (ASF), sponsored by the Apache Incubator PMC
.
Apache Atlas is a
Top Level Project (TLP) at the Apache Softwar
e
Foundation (ASF)
.
Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure, communications, and decision
making process have stabilized in a manner consistent with other
successful ASF projects.
This product includes software developed at The Apache Software
Foundation (http://www.apache.org/).
While incubation status is not necessarily a reflection of the
completeness or stability of the code, it does indicate that the
project has yet to be fully endorsed by the ASF.
For more information about the incubation status of the Apache Atlas
project you can go to the following page:
http://incubator.apache.org/projects/atlas.html
\ No newline at end of file
http://atlas.apache.org
README.txt
View file @
de251913
...
...
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
Apache Atlas
(incubating)
Overview
Apache Atlas Overview
Apache Atlas framework is an extensible set of core
foundational governance services – enabling enterprises to effectively and
...
...
@@ -31,21 +31,13 @@ The metadata veracity is maintained by leveraging Apache Ranger to prevent
non-authorized access paths to data at runtime.
Security is both role based (RBAC) and attribute based (ABAC).
Apache Atlas is an effort undergoing incubation at the Apache
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
For more information about the incubation status of the Apache Atlas
project you can go to the following page:
http://incubator.apache.org/projects/atlas.html
Build Process
=============
1. Get Atlas sources to your local directory, for example with following commands
$ cd <your-local-directory>
$ git clone https://github.com/apache/
incubator-
atlas.git
$ cd
incubator-
atlas
$ git clone https://github.com/apache/atlas.git
$ cd atlas
# Checkout the branch or tag you would like to build
#
...
...
addons/falcon-bridge-shim/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
falcon-bridge-shim
</artifactId>
...
...
addons/falcon-bridge/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
falcon-bridge
</artifactId>
...
...
addons/hdfs-model/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hdfs-model
</artifactId>
...
...
addons/hive-bridge-shim/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hive-bridge-shim
</artifactId>
...
...
addons/hive-bridge/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
hive-bridge
</artifactId>
...
...
addons/sqoop-bridge-shim/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
sqoop-bridge-shim
</artifactId>
...
...
addons/sqoop-bridge/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
sqoop-bridge
</artifactId>
...
...
addons/storm-bridge-shim/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
storm-bridge-shim
</artifactId>
...
...
addons/storm-bridge/pom.xml
View file @
de251913
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
</parent>
<artifactId>
storm-bridge
</artifactId>
...
...
authorization/pom.xml
View file @
de251913
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-authorization
</artifactId>
<name>
Apache Atlas Authorization
</name>
...
...
build-tools/pom.xml
View file @
de251913
...
...
@@ -24,6 +24,6 @@
<artifactId>
atlas-buildtools
</artifactId>
<name>
Apache Atlas Server Build Tools
</name>
<description>
Apache Atlas Build Tools like Checkstyle
</description>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<packaging>
jar
</packaging>
</project>
catalog/pom.xml
View file @
de251913
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-catalog
</artifactId>
<description>
Apache Atlas Business Catalog Module
</description>
...
...
client/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-client
</artifactId>
<description>
Apache Atlas Client
</description>
...
...
common/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-common
</artifactId>
<description>
Apache Atlas Common
</description>
...
...
dashboardv2/package.json
View file @
de251913
...
...
@@ -4,7 +4,7 @@
"private"
:
true
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://git-wip-us.apache.org/repos/asf/
incubator-
atlas.git"
"url"
:
"https://git-wip-us.apache.org/repos/asf/atlas.git"
},
"engines"
:
{
"node"
:
"4.4.x"
,
...
...
dashboardv2/pom.xml
View file @
de251913
...
...
@@ -23,14 +23,14 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-dashboardv2
</artifactId>
<description>
Apache Atlas UI Application
</description>
<name>
Apache Atlas UI
</name>
<packaging>
war
</packaging>
<url>
http://atlas.
incubator.
apache.org
</url>
<url>
http://atlas.apache.org
</url>
<build>
...
...
dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
View file @
de251913
...
...
@@ -18,7 +18,7 @@
</ol>
<header
class=
"clearfix"
>
<div
class=
"btn-group pull-right header-menu"
>
<a
target=
"_blank"
href=
"http://atlas.
incubator.
apache.org/"
><i
class=
"fa fa-question-circle"
></i></a>
<a
target=
"_blank"
href=
"http://atlas.apache.org/"
><i
class=
"fa fa-question-circle"
></i></a>
<a
href=
"javascript:void(0);"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
><i
class=
"fa fa-user user-circle"
></i><span
class=
"userName"
></span></a>
<ul
class=
"dropdown-menu"
>
<li
class=
"aboutAtlas"
><a
href=
"javascript:void(0)"
>
About
</a></li>
...
...
dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
View file @
de251913
...
...
@@ -33,6 +33,6 @@
<li>
Query Example
</li>
</ul>
<ul>
<a
href=
"http://atlas.
incubator.
apache.org/Search.html"
target=
"_blank"
>
More sample queries and use-cases >>
</a>
<a
href=
"http://atlas.apache.org/Search.html"
target=
"_blank"
>
More sample queries and use-cases >>
</a>
</ul>
</div>
dashboardv2/public/js/templates/site/header.html
View file @
de251913
...
...
@@ -16,7 +16,7 @@
-->
<header
class=
"clearfix"
>
<div
class=
"btn-group pull-right header-menu "
>
<a
target=
"_blank"
href=
"http://atlas.
incubator.
apache.org/"
><i
class=
"fa fa-question-circle"
></i></a>
<a
target=
"_blank"
href=
"http://atlas.apache.org/"
><i
class=
"fa fa-question-circle"
></i></a>
<a
href=
"javascript:void(0);"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
class=
"user-dropdown"
><i
class=
"fa fa-user user-circle "
></i><span
class=
"userName"
></span></a>
<ul
class=
"dropdown-menu"
>
<li
class=
"aboutAtlas"
><a
href=
"javascript:void(0)"
>
About
</a></li>
...
...
distro/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
atlas-distro
</artifactId>
...
...
docs/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-docs
</artifactId>
<description>
Apache Atlas Documentation
</description>
...
...
@@ -45,9 +45,9 @@
<skip>
${skipDocs}
</skip>
<dependencyDetailsEnabled>
false
</dependencyDetailsEnabled>
<dependencyLocationsEnabled>
false
</dependencyLocationsEnabled>
<webAccessUrl>
https://github.com/apache/
incubator-
atlas.git
</webAccessUrl>
<anonymousConnection>
scm:git://git.apache.org/
incubator-
atlas.git
</anonymousConnection>
<developerConnection>
scm:https://git-wip-us.apache.org/repos/asf/
incubator-
atlas.git
</developerConnection>
<webAccessUrl>
https://github.com/apache/atlas.git
</webAccessUrl>
<anonymousConnection>
scm:git://git.apache.org/atlas.git
</anonymousConnection>
<developerConnection>
scm:https://git-wip-us.apache.org/repos/asf/atlas.git
</developerConnection>
</configuration>
<reportSets>
<reportSet>
...
...
docs/src/site/site.xml
View file @
de251913
...
...
@@ -36,7 +36,7 @@
<leftColumnClass>
span2
</leftColumnClass>
<bodyColumnClass>
span10
</bodyColumnClass>
<googleSearch>
<sitesearch>
http://atlas.
incubator.
apache.org
</sitesearch>
<sitesearch>
http://atlas.apache.org
</sitesearch>
</googleSearch>
<facebookLike/>
<googlePlusOne/>
...
...
@@ -46,17 +46,11 @@
<bannerLeft>
<name>
Apache Atlas
</name>
<src>
./images/atlas-logo.png
</src>
<href>
http://atlas.
incubator.
apache.org
</href>
<href>
http://atlas.apache.org
</href>
<width>
200px
</width>
<height>
45px
</height>
</bannerLeft>
<bannerRight>
<name>
Apache Incubator
</name>
<src>
./images/apache-incubator-logo.png
</src>
<href>
http://incubator.apache.org
</href>
</bannerRight>
<publishDate
position=
"right"
/>
<version
position=
"right"
/>
...
...
@@ -76,7 +70,7 @@
<item
name=
"About"
href=
"index.html"
/>
<item
name=
"Wiki"
href=
"https://cwiki.apache.org/confluence/display/ATLAS"
/>
<item
name=
"News"
href=
"https://cwiki.apache.org/confluence/display/ATLAS"
/>
<item
name=
"Git"
href=
"https://git-wip-us.apache.org/repos/asf/
incubator-
atlas.git"
/>
<item
name=
"Git"
href=
"https://git-wip-us.apache.org/repos/asf/atlas.git"
/>
<item
name=
"Jira"
href=
"https://issues.apache.org/jira/browse/ATLAS"
/>
<item
name=
"Powered by"
href=
"https://cwiki.apache.org/confluence/display/ATLAS/PoweredBy"
/>
<item
name=
"Blog"
href=
"http://blogs.apache.org/atlas/"
/>
...
...
@@ -94,7 +88,7 @@
<menu
name=
"Releases"
>
<item
name=
"0.8-incubating"
href=
"http://www.apache.org/dyn/closer.cgi/
incubator/
atlas/0.8.0-incubating/"
/>
href=
"http://www.apache.org/dyn/closer.cgi/atlas/0.8.0-incubating/"
/>
<item
name=
"0.7.1-incubating"
href=
"http://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/"
/>
<item
name=
"0.7-incubating"
...
...
docs/src/site/twiki/InstallationSteps.twiki
View file @
de251913
...
...
@@ -3,7 +3,7 @@
---+++ Building Atlas
<verbatim>
git clone https://git-wip-us.apache.org/repos/asf/
incubator-
atlas.git atlas
git clone https://git-wip-us.apache.org/repos/asf/atlas.git atlas
cd atlas
...
...
docs/src/site/twiki/index.twiki
View file @
de251913
...
...
@@ -66,11 +66,3 @@ allows integration with the whole enterprise data ecosystem.
---+ Licensing Information
Atlas is distributed under [[http://www.apache.org/licenses/LICENSE-2.0][Apache License 2.0]].
---+ Disclaimer
Apache Atlas is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache
Incubator. Incubation is required of all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in a manner consistent with other
successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability
of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
graphdb/api/pom.xml
View file @
de251913
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-api
</artifactId>
<description>
Apache Atlas Graph Datbase API
</description>
...
...
graphdb/common/pom.xml
View file @
de251913
...
...
@@ -18,7 +18,7 @@ under the License. -->
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-common
</artifactId>
...
...
graphdb/graphdb-impls/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
atlas-graphdb-impls
</artifactId>
...
...
graphdb/pom.xml
View file @
de251913
...
...
@@ -23,7 +23,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb
</artifactId>
...
...
graphdb/titan0/pom.xml
View file @
de251913
...
...
@@ -24,7 +24,7 @@
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-titan0
</artifactId>
<description>
Apache Atlas Titan 0.5.4 Graph DB Impl
</description>
...
...
graphdb/titan1/pom.xml
View file @
de251913
...
...
@@ -23,7 +23,7 @@
<parent>
<artifactId>
atlas-graphdb
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-graphdb-titan1
</artifactId>
<description>
Apache Atlas Titan 1.0.0 Graph DB Impl
</description>
...
...
intg/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-intg
</artifactId>
<description>
Apache Atlas Integration
</description>
...
...
notification/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-notification
</artifactId>
<description>
Apache Atlas Notification
</description>
...
...
plugin-classloader/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-plugin-classloader
</artifactId>
<description>
Apache Atlas Plugin Classloader
</description>
...
...
pom.xml
View file @
de251913
This diff is collapsed.
Click to expand it.
repository/pom.xml
View file @
de251913
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-repository
</artifactId>
<description>
Apache Atlas Repository Module
</description>
...
...
server-api/pom.xml
View file @
de251913
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
shaded/hbase-client-shaded/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
atlas-hbase-client-shaded
</artifactId>
...
...
shaded/hbase-server-shaded/pom.xml
View file @
de251913
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
apache-atlas
</artifactId>
<groupId>
org.apache.atlas
</groupId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
atlas-hbase-server-shaded
</artifactId>
...
...
typesystem/pom.xml
View file @
de251913
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-typesystem
</artifactId>
<description>
Apache Atlas Typesystem Module
</description>
...
...
webapp/pom.xml
View file @
de251913
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
apache-atlas
</artifactId>
<version>
0.9-
incubating-
SNAPSHOT
</version>
<version>
0.9-SNAPSHOT
</version>
</parent>
<artifactId>
atlas-webapp
</artifactId>
<description>
Apache Atlas Web Application
</description>
...
...
@@ -540,7 +540,7 @@
</execution>
</executions>
<configuration>
<dname>
cn=atlas.
incubator.
apache.org
</dname>
<dname>
cn=atlas.apache.org
</dname>
<keystore>
${project.build.directory}/atlas.keystore
</keystore>
<keypass>
keypass
</keypass>
<storepass>
keypass
</storepass>
...
...
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