Author: buildbot Date: Tue Jul 30 23:19:22 2013 New Revision: 871995 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/building.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/release-guide.html Modified: websites/production/camel/content/building.html ============================================================================== --- websites/production/camel/content/building.html (original) +++ websites/production/camel/content/building.html Tue Jul 30 23:19:22 2013 @@ -93,10 +93,8 @@ <p><b>Required:</b></p> <ul><li>Download and <a shape="rect" class="external-link" href="http://maven.apache.org/download.html">install Maven</a>.<br clear="none"> - (Maven 2.2.1 or better is required to build Camel 2.5 onwards).<br clear="none"> - (Maven 3.0.2 or better is required to build Camel 2.10 onwards).<br clear="none"> - (Maven 3.0.4 or better is required to build Camel 2.11 onwards).</li><li>Get the latest <a shape="rect" href="source.html" title="Source">Source</a></li><li>Java 1.6<br clear="none"> - (Java 1.5 is @deprecated and no longer supported from Camel 2.7 onwards)<br clear="none"> + (Maven [3.0.2,3.1.0) is required to build Camel 2.10 onwards).<br clear="none"> + (Maven [3.0.4,3.1.0] is required to build Camel 2.11 onwards).</li><li>Get the latest <a shape="rect" href="source.html" title="Source">Source</a></li><li>Java 1.6<br clear="none"> (Java 1.7 is supported from Camel 2.10 onwards)</li></ul> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/release-guide.html ============================================================================== --- websites/production/camel/content/release-guide.html (original) +++ websites/production/camel/content/release-guide.html Tue Jul 30 23:19:22 2013 @@ -94,7 +94,7 @@ <h2><a shape="rect" name="ReleaseGuide-Prerequisites"></a>Prerequisites</h2> <p>To prepare or perform a release you MUST BE at least an Apache Camel committer.</p> -<ul><li>The artifacts for each and every release must be SIGNED; your public key should be added to the KEYS file</li><li>Your public key must also be cross-signed by other Apache committers (this can be done at key signing parties at ApacheCon for instance)</li><li>Make sure you have the correct maven configuration in <tt>~/.m2/settings.xml</tt></li><li>Use Maven 2.2.1+ (Maven 2.1.x is known to produce wrong gpg pom signatures - <a shape="rect" class="external-link" href="http://jira.codehaus.org/browse/MGPG-14" rel="nofollow">MGPG-14</a>)</li><li>From Camel 2.10 onwards we will require to use Maven 3.0.2+</li><li>From Camel 2.11 onwards we will require to use Maven 3.0.4+</li><li>You may want to get familiar with the release settings in the parent apache POM.</li><li>Make sure you have installed <a shape="rect" class="external-link" href="http://www.princexml.com/" rel="nofollow">Prince</a> to be able to generate the Camel manual</li><li>Add your Prince installation <tt>bin</tt> d irectory to your <tt>PATH</tt> variable: +<ul><li>The artifacts for each and every release must be SIGNED; your public key should be added to the KEYS file</li><li>Your public key must also be cross-signed by other Apache committers (this can be done at key signing parties at ApacheCon for instance)</li><li>Make sure you have the correct maven configuration in <tt>~/.m2/settings.xml</tt></li><li>From Camel 2.10 onwards we will require to use Maven [3.0.2,3.1.0)</li><li>From Camel 2.11 onwards we will require to use Maven [3.0.4,3.1.0]</li><li>You may want to get familiar with the release settings in the parent apache POM.</li><li>Make sure you have installed <a shape="rect" class="external-link" href="http://www.princexml.com/" rel="nofollow">Prince</a> to be able to generate the Camel manual</li><li>Add your Prince installation <tt>bin</tt> directory to your <tt>PATH</tt> variable: <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ PATH=$PATH:/usr/local/bin/prince