Author: arvind
Date: Wed Mar 28 19:03:15 2012
New Revision: 1306543

URL: http://svn.apache.org/viewvc?rev=1306543&view=rev
Log:
Updating the site to reflect TLP status.

Modified:
    sqoop/site/pom.xml
    sqoop/site/src/site/site.xml
    sqoop/site/src/site/xdoc/index.xml

Modified: sqoop/site/pom.xml
URL: 
http://svn.apache.org/viewvc/sqoop/site/pom.xml?rev=1306543&r1=1306542&r2=1306543&view=diff
==============================================================================
--- sqoop/site/pom.xml (original)
+++ sqoop/site/pom.xml Wed Mar 28 19:03:15 2012
@@ -31,11 +31,12 @@
   <packaging>pom</packaging>
   
   <name>Sqoop</name>
-  <url>http://incubator.apache.org/sqoop</url>
+  <url>http://sqoop.apache.org/</url>
   <inceptionYear>2011</inceptionYear>
 
   <properties>
-    
<siteUrlDeployment>scpexe://people.apache.org/www/incubator.apache.org/sqoop</siteUrlDeployment>
+    
<siteUrlDeployment>scpexe://people.apache.org/www/sqoop.apache.org/</siteUrlDeployment>
+    <site.output>${project.build.directory}/site</site.output>
   </properties>
 
 
@@ -63,6 +64,8 @@
     </pluginManagement>
   </build>
   <reporting>
+    <excludeDefaults>true</excludeDefaults>
+    <outputDirectory>${site.output}</outputDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -84,6 +87,16 @@
             </reports>
           </reportSet>
         </reportSets>
+        <configuration>
+          <checkoutDirectoryName>sqoop</checkoutDirectoryName>
+          <webAccessUrl>http://svn.apache.org/viewvc/sqoop/</webAccessUrl>
+          <anonyumousConnection>
+            scm:svn:https://svn.apache.org/repos/asf/sqoop/trunk/
+          </anonyumousConnection>
+          <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/sqoop/trunk/
+          </developerConnection>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>
@@ -213,39 +226,39 @@
   <mailingLists>
     <mailingList>
       <name>Users</name>
-      <post>[email protected]</post>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-sqoop-user/</archive>
+      <post>[email protected]</post>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/sqoop-user/</archive>
       <!-- <otherArchives>
-        
<otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-sqoop-user/</otherArchive>
+        
<otherArchive>http://mail-archives.apache.org/mod_mbox/sqoop-user/</otherArchive>
       </otherArchives> -->
     </mailingList>
     <mailingList>
       <name>Development</name>
-      <post>[email protected]</post>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-sqoop-dev/</archive>
+      <post>[email protected]</post>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/sqoop-dev/</archive>
       <!-- <otherArchives>
-        
<otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-sqoop-dev/</otherArchive>
+        
<otherArchive>http://mail-archives.apache.org/mod_mbox/sqoop-dev/</otherArchive>
       </otherArchives> -->
     </mailingList>
     <mailingList>
       <name>Commits</name>
-      <post>[email protected]</post>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-sqoop-commits/</archive>
+      <post>[email protected]</post>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>http://mail-archives.apache.org/mod_mbox/sqoop-commits/</archive>
       <!-- <otherArchives>
-        
<otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-sqoop-commits/</otherArchive>
+        
<otherArchive>http://mail-archives.apache.org/mod_mbox/sqoop-commits/</otherArchive>
       </otherArchives> -->
     </mailingList>
   </mailingLists>
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/sqoop/trunk/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sqoop/trunk/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/sqoop/trunk/</url>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/sqoop/site/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sqoop/site/</developerConnection>
+    <url>http://svn.apache.org/viewvc/sqoop/site/</url>
   </scm>
   <distributionManagement>
     <site>

Modified: sqoop/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/sqoop/site/src/site/site.xml?rev=1306543&r1=1306542&r2=1306543&view=diff
==============================================================================
--- sqoop/site/src/site/site.xml (original)
+++ sqoop/site/src/site/site.xml Wed Mar 28 19:03:15 2012
@@ -18,14 +18,14 @@
 <project name="Sqoop">
   <bannerLeft>
     <name>Sqoop</name>
-    <src>http://incubator.apache.org/sqoop/images/sqoop-logo.png</src>
-    <href>http://incubator.apache.org/sqoop</href>
+    <src>http://sqoop.apache.org/images/sqoop-logo.png</src>
+    <href>http://sqoop.apache.org/</href>
     <width>151px</width>
     <height>46px</height>
   </bannerLeft>
   <bannerRight>
-    <src>http://incubator.apache.org/images/apache-incubator-logo.png</src>
-    <href>http://incubator.apache.org/</href>
+    <src>http://www.apache.org/images/asf_logo_wide.png</src>
+    <href>http://www.apache.org/</href>
   </bannerRight>
 
   <publishDate position="right"/>
@@ -41,17 +41,17 @@
     <links position="left">
       <item name="Wiki" 
href="https://cwiki.apache.org/confluence/display/SQOOP"; />
       <item name="JIRA" href="https://issues.apache.org/jira/browse/SQOOP"; />
-      <item name="SVN" 
href="https://svn.apache.org/repos/asf/incubator/sqoop/"; />
+      <item name="SVN" href="https://svn.apache.org/repos/asf/sqoop/"; />
     </links>
 
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/"; />
-      <item name="Sqoop" href="http://incubator.apache.org/sqoop"/>
+      <item name="Sqoop" href="http://sqoop.apache.org/"/>
     </breadcrumbs>
 
     <menu name="Sqoop">
       <item name="About" href="index.html"/>
-      <!-- <item name="Download" 
href="http://www.apache.org/dyn/closer.cgi/incubator/sqoop/"/> -->
+      <!-- <item name="Download" 
href="http://www.apache.org/dyn/closer.cgi/sqoop/"/> -->
       <!-- <item name="Road Map" 
href="https://cwiki.apache.org/confluence/display/SQOOP/RoadMap"; /> -->
       <item name="Wiki" 
href="https://cwiki.apache.org/confluence/display/SQOOP"; />
       <!-- <item name="FAQ" href="faq.html"/> -->
@@ -68,8 +68,8 @@
     </menu>
     
     <menu name="Releases">
-      <item name="1.4.1-incubating" 
href="http://www.apache.org/dyn/closer.cgi/incubator/sqoop/"/>
-      <item name="1.4.0-incubating" 
href="http://archive.apache.org/dist/incubator/sqoop/sqoop-1.4.0-incubating/"/>
+      <item name="1.4.1-incubating" 
href="http://www.apache.org/dyn/closer.cgi/sqoop/"/>
+      <item name="1.4.0-incubating" 
href="http://archive.apache.org/dist/sqoop/sqoop-1.4.0-incubating/"/>
     </menu>
 
     <menu name="Documentation">

Modified: sqoop/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/sqoop/site/src/site/xdoc/index.xml?rev=1306543&r1=1306542&r2=1306543&view=diff
==============================================================================
--- sqoop/site/src/site/xdoc/index.xml (original)
+++ sqoop/site/src/site/xdoc/index.xml Wed Mar 28 19:03:15 2012
@@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.
   <properties></properties>
   <body>
 
-    <section name="Apache Sqoop (incubating)"></section>
+    <section name="Apache Sqoop"></section>
     <p>Apache Sqoop is a tool designed for efficiently transferring bulk data 
between
        <a href="http://hadoop.apache.org/";>Apache Hadoop</a> and structured 
datastores such as
        relational databases.</p>
@@ -29,25 +29,12 @@ xsi:schemaLocation="http://maven.apache.
     <p>The Apache Sqoop team is pleased to announce the release of Sqoop 
1.4.1-incubating 
        from the Apache Incubator, which is the second incubator release.</p>
 
-    <subsection name="DISCLAIMER"></subsection>
-    <p>Apache Sqoop is an effort undergoing incubation at the Apache Software
-       Foundation (ASF), sponsored by the Apache Incubator Project Management
-       Committee. Incubation is required for all newly accepted projects until 
a further 
-       review indicates that the infrastructure, communications, and decisions 
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>
-    <p>For more information about the incubation status of the Sqoop project 
you can
-       go to the <a 
href="http://incubator.apache.org/projects/sqoop.html";>Project Status Page</a>.
-       </p>
-
     <subsection name="Download"></subsection>
     <p>Download a release of Sqoop from a 
-    <a class="externalLink" 
href="http://www.apache.org/dyn/closer.cgi/incubator/sqoop/";>nearby
+    <a class="externalLink" 
href="http://www.apache.org/dyn/closer.cgi/sqoop/";>nearby
     mirror</a>.</p>
     <p>Sqoop source code is held in the Apache Subversion repository. To 
checkout the source code, use the command:
-       <br /><br />'svn co 
https://svn.apache.org/repos/asf/incubator/sqoop/trunk/ sqoop'<br /><br />
+       <br /><br />'svn co https://svn.apache.org/repos/asf/sqoop/trunk/ 
sqoop'<br /><br />
        After which, refer to the file COMPILING.txt under the root directory 
for instructions on how to build it.</p>
 
    <subsection name="Getting Involved"></subsection>


Reply via email to