Author: jarcec
Date: Wed Aug 20 23:11:05 2014
New Revision: 1619260
URL: http://svn.apache.org/r1619260
Log:
SQOOP-1460: Sqoop2: Change front page blurb
Modified:
sqoop/site/trunk/content/xdoc/index.xml
sqoop/site/trunk/pom.xml
Modified: sqoop/site/trunk/content/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/sqoop/site/trunk/content/xdoc/index.xml?rev=1619260&r1=1619259&r2=1619260&view=diff
==============================================================================
--- sqoop/site/trunk/content/xdoc/index.xml (original)
+++ sqoop/site/trunk/content/xdoc/index.xml Wed Aug 20 23:11:05 2014
@@ -29,7 +29,11 @@ xsi:schemaLocation="http://maven.apache.
Top-Level Apache project:
<a
href="https://blogs.apache.org/sqoop/entry/apache_sqoop_graduates_from_incubator">
More information</a></p>
- <p>Latest stable release is 1.4.5 (<a
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.4.5">download</a>, <a
href="docs/1.4.5/index.html">documentation</a>). Latest cut of Sqoop2 is 1.99.3
(<a href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3">download</a>, <a
href="docs/1.99.3/index.html">documentation</a>).</p>
+ <p>Latest stable release is 1.4.5 (<a
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.4.5">download</a>,
+ <a href="docs/1.4.5/index.html">documentation</a>). Latest cut of Sqoop2
is 1.99.3
+ (<a href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3">download</a>,
+ <a href="docs/1.99.3/index.html">documentation</a>). Note that 1.99.3 is
not compatible with 1.4.5 and not feature
+ complete, it is not intended for production deployment.</p>
Modified: sqoop/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/sqoop/site/trunk/pom.xml?rev=1619260&r1=1619259&r2=1619260&view=diff
==============================================================================
--- sqoop/site/trunk/pom.xml (original)
+++ sqoop/site/trunk/pom.xml Wed Aug 20 23:11:05 2014
@@ -46,7 +46,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
+ <version>3.3</version>
<configuration>
<siteDirectory>${basedir}/content</siteDirectory>
</configuration>