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
5447608b
Commit
5447608b
authored
7 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2366: updated website for 1.0.0-alpha release; updated license text in the footer
parent
b7b462e3
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
70 additions
and
19 deletions
+70
-19
pom.xml
addons/falcon-bridge/pom.xml
+6
-1
pom.xml
addons/hbase-bridge/pom.xml
+6
-1
pom.xml
addons/hdfs-model/pom.xml
+6
-1
pom.xml
addons/hive-bridge/pom.xml
+6
-1
pom.xml
addons/sqoop-bridge/pom.xml
+6
-1
pom.xml
addons/storm-bridge/pom.xml
+6
-1
pom.xml
docs/pom.xml
+6
-1
site.xml
docs/src/site/site.xml
+5
-10
index.twiki
docs/src/site/twiki/index.twiki
+1
-1
pom.xml
pom.xml
+15
-1
pom.xml
webapp/pom.xml
+7
-0
No files found.
addons/falcon-bridge/pom.xml
View file @
5447608b
...
...
@@ -310,7 +310,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.3
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
addons/hbase-bridge/pom.xml
View file @
5447608b
...
...
@@ -451,7 +451,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.3
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
addons/hdfs-model/pom.xml
View file @
5447608b
...
...
@@ -89,7 +89,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.3
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/pom.xml
View file @
5447608b
...
...
@@ -419,7 +419,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.3
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
addons/sqoop-bridge/pom.xml
View file @
5447608b
...
...
@@ -373,7 +373,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.3
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
addons/storm-bridge/pom.xml
View file @
5447608b
...
...
@@ -400,7 +400,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.3
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<executions>
...
...
This diff is collapsed.
Click to expand it.
docs/pom.xml
View file @
5447608b
...
...
@@ -74,7 +74,12 @@
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
1.6
</version>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
<configuration>
...
...
This diff is collapsed.
Click to expand it.
docs/src/site/site.xml
View file @
5447608b
...
...
@@ -24,7 +24,7 @@
<skin>
<groupId>
org.apache.maven.skins
</groupId>
<artifactId>
maven-fluido-skin
</artifactId>
<version>
1.
3.0
</version>
<version>
1.
7
</version>
</skin>
<custom>
...
...
@@ -55,12 +55,6 @@
<version
position=
"right"
/>
<body>
<head>
<script
type=
"text/javascript"
>
$( document ).ready( function() { $( '.carousel' ).carousel( { interval: 3500 } ) } );
</script>
</head>
<breadcrumbs>
<item
name=
"Apache"
href=
"http://www.apache.org"
/>
<item
name=
"Atlas"
title=
"Apache Atlas"
href=
"index.html"
/>
...
...
@@ -87,6 +81,8 @@
</menu>
<menu
name=
"Releases"
>
<item
name=
"1.0.0-alpha"
href=
"http://www.apache.org/dyn/closer.cgi/atlas/1.0.0-alpha/"
/>
<item
name=
"0.8.1"
href=
"http://www.apache.org/dyn/closer.cgi/atlas/0.8.1/"
/>
<item
name=
"0.8-incubating"
...
...
@@ -102,6 +98,7 @@
</menu>
<menu
name=
"Documentation"
>
<item
name=
"1.0.0-alpha"
href=
"./1.0.0-alpha/index.html"
/>
<item
name=
"0.8.1"
href=
"./0.8.1/index.html"
/>
<item
name=
"0.8-incubating"
href=
"./0.8.0-incubating/index.html"
/>
<item
name=
"0.7.1-incubating"
href=
"./0.7.1-incubating/index.html"
/>
...
...
@@ -118,9 +115,7 @@
</menu>
<footer>
© 2011-2012 The Apache Software Foundation. Apache Atlas, Atlas, Apache,
the Apache feather logo, and the Apache Metadata and Governance project logo are
trademarks of The Apache Software Foundation.
Copyright © 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
</footer>
</body>
</project>
This diff is collapsed.
Click to expand it.
docs/src/site/twiki/index.twiki
View file @
5447608b
...
...
@@ -67,7 +67,7 @@ capabilities around these data assets for data scientists, analysts and the data
* <a href="api/v2/index.html">REST API Documentation</a>
* [[Import-Export-API][Export & Import REST API Documentation]]
* <a href="api/rest.html">Legacy API Documentation</a>
* <a href="
../
api/rest.html">Legacy API Documentation</a>
---++ Developer Setup Documentation
* [[EclipseSetup][Developer Setup: Eclipse]]
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
5447608b
...
...
@@ -568,6 +568,8 @@
<zkclient.version>
0.8
</zkclient.version>
<enunciate-maven-plugin.version>
2.10.1
</enunciate-maven-plugin.version>
<antlr4.plugin.version>
4.5
</antlr4.plugin.version>
<maven-site-plugin.version>
3.7
</maven-site-plugin.version>
<doxia.version>
1.8
</doxia.version>
<PermGen>
64m
</PermGen>
<MaxPermGen>
512m
</MaxPermGen>
...
...
@@ -1718,7 +1720,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.4
</version>
<version>
${maven-site-plugin.version}
</version>
</plugin>
<plugin>
...
...
@@ -2082,6 +2084,18 @@
<configuration>
<skip>
${skipSite}
</skip>
</configuration>
<dependencies>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-module-twiki
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
${doxia.version}
</version>
</dependency>
</dependencies>
</plugin>
<plugin>
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
5447608b
...
...
@@ -722,6 +722,13 @@
<target>
1.8
</target>
<skipEnunciate>
${skipEnunciate}
</skipEnunciate>
</configuration>
<dependencies>
<dependency>
<groupId>
javax.annotation
</groupId>
<artifactId>
javax.annotation-api
</artifactId>
<version>
1.3
</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</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