You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/07/11 10:18:21 UTC

incubator-atlas git commit: ATLAS-936 Update atlas website for 0.7 release (shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 1ee2c1bc4 -> 2ad344f02


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/2ad344f0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/2ad344f0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/2ad344f0

Branch: refs/heads/master
Commit: 2ad344f02db95a7ff4af83fd1de9bfb17ded650e
Parents: 1ee2c1b
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon Jul 11 15:48:11 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon Jul 11 15:48:11 2016 +0530

----------------------------------------------------------------------
 distro/pom.xml         |  1 +
 docs/src/site/site.xml |  5 ++++-
 pom.xml                | 16 ++++++++++++++++
 release-log.txt        |  1 +
 4 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2ad344f0/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index f5ae735..792cced 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2ad344f0/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 3b727d3..b9c40a9 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2ad344f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2224450..1e70d10 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2ad344f0/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index b113f41..04e3798 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -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)