Commit 2ad344f0 by Shwetha GS

ATLAS-936 Update atlas website for 0.7 release (shwethags)

parent 1ee2c1bc
......@@ -100,6 +100,7 @@ atlas.graph.index.search.solr.zookeeper-url=
</goals>
<phase>package</phase>
<configuration>
<skipAssembly>false</skipAssembly>
<descriptors>
<descriptor>src/main/assemblies/standalone-package.xml</descriptor>
<descriptor>src/main/assemblies/src-package.xml</descriptor>
......
......@@ -93,13 +93,16 @@
</menu>
<menu name="Releases">
<item name="0.7-incubating"
href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/"/>
<item name="0.6-incubating"
href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/"/>
href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/"/>
<item name="0.5-incubating"
href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/"/>
</menu>
<menu name="Documentation">
<item name="0.7-incubating" href="./0.7.0-incubating/index.html"/>
<item name="0.6-incubating" href="./0.6.0-incubating/index.html"/>
<item name="0.5-incubating" href="./0.5.0-incubating/index.html"/>
</menu>
......
......@@ -1852,6 +1852,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<skipAssembly>true</skipAssembly>
</configuration>
</plugin>
</plugins>
</build>
</project>
......@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-936 Update atlas website for 0.7 release (shwethags)
ATLAS-995 Atlas to setup ldap authentication type as either LDAP / AD or None (nixonrodrigues via shwethags)
ATLAS-902 Atlas throws exception due to null definition in Hive create table statement (svimal2106 via shwethags)
ATLAS-987 Atlas hooks should avoid adding dependent libraries to component CLASSPATH (madhan.neethiraj via shwethags)
......
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