You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2014/12/31 07:04:06 UTC

svn commit: r1648659 [5/5] - in /falcon: site/ site/0.3-incubating/ site/0.4-incubating/ site/0.5-incubating/ site/0.6-incubating/ site/restapi/ site/slides/ trunk/ trunk/general/src/site/ trunk/general/src/site/resources/slides/ trunk/general/src/site...

Modified: falcon/trunk/general/src/site/site.xml
URL: http://svn.apache.org/viewvc/falcon/trunk/general/src/site/site.xml?rev=1648659&r1=1648658&r2=1648659&view=diff
==============================================================================
--- falcon/trunk/general/src/site/site.xml (original)
+++ falcon/trunk/general/src/site/site.xml Wed Dec 31 06:04:05 2014
@@ -35,7 +35,7 @@
             <leftColumnClass>span2</leftColumnClass>
             <bodyColumnClass>span10</bodyColumnClass>
             <googleSearch>
-                <sitesearch>http://falcon.incubator.apache.org</sitesearch>
+                <sitesearch>http://falcon.apache.org</sitesearch>
             </googleSearch>
             <facebookLike/>
             <googlePlusOne/>
@@ -45,17 +45,11 @@
     <bannerLeft>
         <name>Falcon</name>
         <src>./images/falcon-logo.png</src>
-        <href>http://falcon.incubator.apache.org/index.html</href>
+        <href>http://falcon.apache.org/index.html</href>
         <width>200px</width>
         <height>45px</height>
     </bannerLeft>
 
-    <bannerRight>
-        <name>Apache Incubator</name>
-        <src>./images/apache-incubator-logo.png</src>
-        <href>http://incubator.apache.org</href>
-    </bannerRight>
-
     <publishDate position="right"/>
     <version position="none"/>
 
@@ -75,8 +69,8 @@
             <item name="About" href="index.html"/>
             <item name="Wiki" href="https://cwiki.apache.org/confluence/display/FALCON/Index"/>
             <item name="News" href="https://cwiki.apache.org/confluence/display/FALCON/News"/>
-            <item name="Git" href="https://git-wip-us.apache.org/repos/asf/incubator-falcon.git" />
-            <item name="Svn" href="https://svn.apache.org/repos/asf/incubator/falcon" />
+            <item name="Git" href="https://git-wip-us.apache.org/repos/asf/falcon.git" />
+            <item name="Svn" href="https://svn.apache.org/repos/asf/falcon" />
             <item name="Jira" href="https://issues.apache.org/jira/browse/FALCON" />
             <item name="Powered by" href="https://cwiki.apache.org/confluence/display/FALCON/PoweredBy" />
             <item name="Acknowledgements" href="https://cwiki.apache.org/confluence/display/FALCON/Acknowledgements" />

Modified: falcon/trunk/general/src/site/twiki/InstallationSteps.twiki
URL: http://svn.apache.org/viewvc/falcon/trunk/general/src/site/twiki/InstallationSteps.twiki?rev=1648659&r1=1648658&r2=1648659&view=diff
==============================================================================
--- falcon/trunk/general/src/site/twiki/InstallationSteps.twiki (original)
+++ falcon/trunk/general/src/site/twiki/InstallationSteps.twiki Wed Dec 31 06:04:05 2014
@@ -4,7 +4,7 @@
 ---+++ Building Falcon
 
 <verbatim>
-git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon
+git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon
 
 cd falcon
 

Modified: falcon/trunk/general/src/site/twiki/index.twiki
URL: http://svn.apache.org/viewvc/falcon/trunk/general/src/site/twiki/index.twiki?rev=1648659&r1=1648658&r2=1648659&view=diff
==============================================================================
--- falcon/trunk/general/src/site/twiki/index.twiki (original)
+++ falcon/trunk/general/src/site/twiki/index.twiki Wed Dec 31 06:04:05 2014
@@ -15,7 +15,7 @@ configurations are expressed in such a w
 explicitly described. This information about inter-dependencies between various entities allows Falcon
 to orchestrate and manage various data management functions.
 
-Falcon was accepted as an incubation project in April 2013 and is now in apache incubation.
+Falcon has gradauted to a top level project in Dec 2014.
 
 
 <div id="components" class="carousel slide">

Modified: falcon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/falcon/trunk/pom.xml?rev=1648659&r1=1648658&r2=1648659&view=diff
==============================================================================
--- falcon/trunk/pom.xml (original)
+++ falcon/trunk/pom.xml Wed Dec 31 06:04:05 2014
@@ -26,7 +26,7 @@
 
     <name>Apache Falcon</name>
     <description>Apache Falcon is a data management platform for Hadoop.</description>
-    <url>http://falcon.incubator.apache.org</url>
+    <url>http://falcon.apache.org</url>
 
     <properties>
         <skipTests>true</skipTests>
@@ -59,25 +59,25 @@
     <mailingLists>
         <mailingList>
             <name>falcon-dev</name>
-            <subscribe>dev-subscribe@falcon.incubator.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@falcon.incubator.apache.org</unsubscribe>
-            <post>dev@falcon.incubator.apache.org</post>
+            <subscribe>dev-subscribe@falcon.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@falcon.apache.org</unsubscribe>
+            <post>dev@falcon.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/falcon-dev/</archive>
         </mailingList>
         <mailingList>
             <name>falcon-commits</name>
             <subscribe>commits-subscribe@falcon.incubator.apache.org</subscribe>
-            <unsubscribe>commits-unsubscribe@falcon.incubator.apache.org</unsubscribe>
-            <post>commits@falcon.incubator.apache.org</post>
+            <unsubscribe>commits-unsubscribe@falcon.apache.org</unsubscribe>
+            <post>commits@falcon.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/falcon-commits/</archive>
         </mailingList>
     </mailingLists>
 
     <scm>
-        <connection>scm:https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</connection>
-        <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</developerConnection>
+        <connection>scm:https://git-wip-us.apache.org/repos/asf/falcon.git</connection>
+        <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/falcon.git</developerConnection>
         <tag>HEAD</tag>
-        <url>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</url>
+        <url>https://git-wip-us.apache.org/repos/asf/falcon.git</url>
     </scm>
 
     <developers>
@@ -247,7 +247,7 @@
         <site>
             <id>apache-falcon-website</id>
             <name>Apache Falcon Website</name>
-            <url>scpexe://people.apache.org/www/incubator.apache.org/falcon</url>
+            <url>scpexe://people.apache.org/www/falcon.apache.org</url>
         </site>
     </distributionManagement>
 </project>