Repository: incubator-atlas-website Updated Branches: refs/heads/asf-site ba4c65fd6 -> 320f4d412
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/api/resource_TaxonomyService.html ---------------------------------------------------------------------- diff --git a/api/resource_TaxonomyService.html b/api/resource_TaxonomyService.html new file mode 100644 index 0000000..78df42f --- /dev/null +++ b/api/resource_TaxonomyService.html @@ -0,0 +1,758 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>TaxonomyService</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">TaxonomyService</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + <li id="nav-downloads"><a href="downloads.html">Files and Libraries</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="rest.html">REST</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + <li><a href="downloads.html">Files and Libraries</a></li> + </ul> + </li> + <li class="current"> + <a href="resource_TaxonomyService.html">TaxonomyService</a> + <ul> + <li><a href="resource_AdminResource.html">AdminResource</a></li> + <li><a href="resource_DataSetLineageResource.html">DataSetLineageResource</a></li> + <li><a href="resource_EntityResource.html">EntityResource</a></li> + <li><a href="resource_EntityService.html">EntityService</a></li> + <li><a href="resource_LineageResource.html">LineageResource</a></li> + <li><a href="resource_MetadataDiscoveryResource.html">MetadataDiscoveryResource</a></li> + <li><a href="resource_TaxonomyService.html">TaxonomyService</a></li> + <li><a href="resource_TypesResource.html">TypesResource</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>TaxonomyService</h1> + + <p>Service which handles API requests for taxonomy and term resources.</p> + <p>The following resources are applicable:</p> + <ul> + <li> + <a href="#path__v1_taxonomies.html">/v1/taxonomies</a> + </li> + <li> + <a href="#path__v1_taxonomies_-taxonomyName-.html">/v1/taxonomies/{taxonomyName}</a> + </li> + <li> + <a href="#path__v1_taxonomies_-taxonomyName-_terms.html">/v1/taxonomies/{taxonomyName}/terms</a> + </li> + <li> + <a href="#path__v1_taxonomies_-taxonomyName-_terms_-rootTerm-_-remainder-.html">/v1/taxonomies/{taxonomyName}/terms/{rootTerm}/{remainder}</a> + </li> + <li> + <a href="#path__v1_taxonomies_-taxonomyName-_terms_-termName-.html">/v1/taxonomies/{taxonomyName}/terms/{termName}</a> + </li> + <li> + <a href="#path__v1_taxonomies_-taxonomyName-_terms_-termName-_-remainder-.html">/v1/taxonomies/{taxonomyName}/terms/{termName}/{remainder}</a> + </li> + </ul> + <a name="path__v1_taxonomies.html"></a> + <h1>/v1/taxonomies</h1> + <a name="GET"></a> + <h2>GET</h2> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="path__v1_taxonomies_-taxonomyName-.html"></a> + <h1>/v1/taxonomies/{taxonomyName}</h1> + <p> + The following operations are supported on this resource: + </p> + <ul> + <li><a href="#GET">GET</a></li> + <li><a href="#POST">POST</a></li> + <li><a href="#PUT">PUT</a></li> + <li><a href="#DELETE">DELETE</a></li> + </ul> + <a name="GET"></a> + <h2>GET</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="POST"></a> + <h2>POST</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Request Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>body</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>*/*<br/>application/xml<br/></td> + </tr> + </table> + <p>(no documentation provided)</p> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="PUT"></a> + <h2>PUT</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Request Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>body</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>*/*<br/>application/xml<br/></td> + </tr> + </table> + <p>(no documentation provided)</p> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="DELETE"></a> + <h2>DELETE</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="path__v1_taxonomies_-taxonomyName-_terms.html"></a> + <h1>/v1/taxonomies/{taxonomyName}/terms</h1> + <a name="GET"></a> + <h2>GET</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="path__v1_taxonomies_-taxonomyName-_terms_-rootTerm-_-remainder-.html"></a> + <h1>/v1/taxonomies/{taxonomyName}/terms/{rootTerm}/{remainder}</h1> + <a name="GET"></a> + <h2>GET</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>rootTerm</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>remainder</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="path__v1_taxonomies_-taxonomyName-_terms_-termName-.html"></a> + <h1>/v1/taxonomies/{taxonomyName}/terms/{termName}</h1> + <p> + The following operations are supported on this resource: + </p> + <ul> + <li><a href="#GET">GET</a></li> + <li><a href="#POST">POST</a></li> + <li><a href="#PUT">PUT</a></li> + <li><a href="#DELETE">DELETE</a></li> + </ul> + <a name="GET"></a> + <h2>GET</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="POST"></a> + <h2>POST</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Request Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>body</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>*/*<br/>application/xml<br/></td> + </tr> + </table> + <p>(no documentation provided)</p> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="PUT"></a> + <h2>PUT</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Request Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>body</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>*/*<br/>application/xml<br/></td> + </tr> + </table> + <p>(no documentation provided)</p> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="DELETE"></a> + <h2>DELETE</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="path__v1_taxonomies_-taxonomyName-_terms_-termName-_-remainder-.html"></a> + <h1>/v1/taxonomies/{taxonomyName}/terms/{termName}/{remainder}</h1> + <p> + The following operations are supported on this resource: + </p> + <ul> + <li><a href="#POST">POST</a></li> + <li><a href="#PUT">PUT</a></li> + <li><a href="#DELETE">DELETE</a></li> + </ul> + <a name="POST"></a> + <h2>POST</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>remainder</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Request Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>body</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>*/*<br/>application/xml<br/></td> + </tr> + </table> + <p>(no documentation provided)</p> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="PUT"></a> + <h2>PUT</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>remainder</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Request Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>body</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>*/*<br/>application/xml<br/></td> + </tr> + </table> + <p>(no documentation provided)</p> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + <a name="DELETE"></a> + <h2>DELETE</h2> + <h3>Parameters</h3> + <table> + <tr> + <th>name</th> + <th>description</th> + <th>type</th> + <th>default</th> + </tr> + <tr> + <td>taxonomyName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>termName</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + <tr> + <td>remainder</td> + <td> + (no documentation provided) + </td> + <td>path</td> + <td></td> + </tr> + </table> + <h3>Response Body</h3> + <table> + <tr> + <td align="right">element:</td> + <td>(custom)</td> + </tr> + <tr> + <td align="right">media types:</td> + <td>application/json</td> + </tr> + </table> + <p>(no documentation provided)</p> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/api/resource_TypesResource.html ---------------------------------------------------------------------- diff --git a/api/resource_TypesResource.html b/api/resource_TypesResource.html index 8ab3521..2551cc7 100644 --- a/api/resource_TypesResource.html +++ b/api/resource_TypesResource.html @@ -35,6 +35,7 @@ <ul class="navigation"> <li id="nav-rest"><a href="rest.html">REST</a></li> <li id="nav-data"><a href="model.html">Data Model</a></li> + <li id="nav-downloads"><a href="downloads.html">Files and Libraries</a></li> </ul> </div> <div> @@ -47,16 +48,19 @@ <ul> <li><a href="model.html">Data Model</a></li> <li><a href="rest.html">REST</a></li> + <li><a href="downloads.html">Files and Libraries</a></li> </ul> </li> <li class="current"> <a href="resource_TypesResource.html">TypesResource</a> <ul> <li><a href="resource_AdminResource.html">AdminResource</a></li> + <li><a href="resource_DataSetLineageResource.html">DataSetLineageResource</a></li> <li><a href="resource_EntityResource.html">EntityResource</a></li> - <li><a href="resource_HiveLineageResource.html">HiveLineageResource</a></li> + <li><a href="resource_EntityService.html">EntityService</a></li> + <li><a href="resource_LineageResource.html">LineageResource</a></li> <li><a href="resource_MetadataDiscoveryResource.html">MetadataDiscoveryResource</a></li> - <li><a href="resource_RexsterGraphResource.html">RexsterGraphResource</a></li> + <li><a href="resource_TaxonomyService.html">TaxonomyService</a></li> <li><a href="resource_TypesResource.html">TypesResource</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/api/rest.html ---------------------------------------------------------------------- diff --git a/api/rest.html b/api/rest.html index 447d099..2c5db45 100644 --- a/api/rest.html +++ b/api/rest.html @@ -61,10 +61,12 @@ </p> <ul> <li><a href="resource_AdminResource.html">AdminResource</a></li> + <li><a href="resource_DataSetLineageResource.html">DataSetLineageResource</a></li> <li><a href="resource_EntityResource.html">EntityResource</a></li> - <li><a href="resource_HiveLineageResource.html">HiveLineageResource</a></li> + <li><a href="resource_EntityService.html">EntityService</a></li> + <li><a href="resource_LineageResource.html">LineageResource</a></li> <li><a href="resource_MetadataDiscoveryResource.html">MetadataDiscoveryResource</a></li> - <li><a href="resource_RexsterGraphResource.html">RexsterGraphResource</a></li> + <li><a href="resource_TaxonomyService.html">TaxonomyService</a></li> <li><a href="resource_TypesResource.html">TypesResource</a></li> </ul> <p> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 28fe946..1ea872d 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-04-25 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160425" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Data Governance and Metadata framework for Hadoop</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-04-25</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div> @@ -248,6 +248,7 @@ <li><a href="./Repository.html">Metadata Repository</a></li> <li><a href="./Search.html">Search</a></li> <li><a href="./Security.html">Security</a></li> +<li><a href="./Authentication-Authorization.html">Authentication and Authorization</a></li> <li><a href="./Configuration.html">Configuration</a></li> <li>Notification <ul> @@ -268,6 +269,9 @@ <div class="section"> <h2><a name="Licensing_Information"></a>Licensing Information</h2> <p>Atlas is distributed under <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p></div> +<div class="section"> +<h2><a name="Disclaimer"></a>Disclaimer</h2> +<p>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.</p></div> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/issue-tracking.html ---------------------------------------------------------------------- diff --git a/issue-tracking.html b/issue-tracking.html index b63070e..3cea4fa 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-04-25 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160425" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Issue Tracking</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-04-25</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/license.html ---------------------------------------------------------------------- diff --git a/license.html b/license.html index 2ba8721..75de8b8 100644 --- a/license.html +++ b/license.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-04-25 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160425" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Project License</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-04-25</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/mail-lists.html ---------------------------------------------------------------------- diff --git a/mail-lists.html b/mail-lists.html index 42ff641..9513a5b 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-04-25 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160425" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Project Mailing Lists</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-04-25</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/project-info.html ---------------------------------------------------------------------- diff --git a/project-info.html b/project-info.html index 0497e1c..c6bc8cf 100644 --- a/project-info.html +++ b/project-info.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-04-25 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160425" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Project Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-04-25</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/source-repository.html ---------------------------------------------------------------------- diff --git a/source-repository.html b/source-repository.html index 7c9b121..2524975 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-04-25 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160425" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Source Repository</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-04-25</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/320f4d41/team-list.html ---------------------------------------------------------------------- diff --git a/team-list.html b/team-list.html index 1bab8ad..365dd81 100644 --- a/team-list.html +++ b/team-list.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-05-04 + | Generated by Apache Maven Doxia at 2016-06-30 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160504" /> + <meta name="Date-Revision-yyyymmdd" content="20160630" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Team list</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -189,8 +189,8 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-05-04</li> <li class="divider pull-right">|</li> - <li id="projectVersion" class="pull-right">Version: 0.7-incubating-SNAPSHOT</li> + <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> </div>
