Commit 5447608b by Madhan Neethiraj

ATLAS-2366: updated website for 1.0.0-alpha release; updated license text in the footer

parent b7b462e3
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......@@ -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]]
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment