You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2014/03/16 22:21:33 UTC

svn commit: r901892 [3/11] - in /websites/production/camel/content: ./ 2007/08/17/ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/06/15/ 2...

Modified: websites/production/camel/content/book-introduction.html
==============================================================================
--- websites/production/camel/content/book-introduction.html (original)
+++ websites/production/camel/content/book-introduction.html Sun Mar 16 21:21:20 2014
@@ -156,7 +156,7 @@ There's a great discussion about Camel a
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/book-languages-appendix.html
==============================================================================
--- websites/production/camel/content/book-languages-appendix.html (original)
+++ websites/production/camel/content/book-languages-appendix.html Sun Mar 16 21:21:20 2014
@@ -2686,7 +2686,7 @@ This is done using the following syntax:
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Sun Mar 16 21:21:20 2014
@@ -6115,7 +6115,7 @@ from(&quot;file://target/files&quot;).lo
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/book-quickstart.html
==============================================================================
--- websites/production/camel/content/book-quickstart.html (original)
+++ websites/production/camel/content/book-quickstart.html Sun Mar 16 21:21:20 2014
@@ -307,7 +307,7 @@ for (int i = 0; i &lt; 10; i++) {
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/book-table-of-contents.html
==============================================================================
--- websites/production/camel/content/book-table-of-contents.html (original)
+++ websites/production/camel/content/book-table-of-contents.html Sun Mar 16 21:21:20 2014
@@ -135,7 +135,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/book-tutorials.html
==============================================================================
--- websites/production/camel/content/book-tutorials.html (original)
+++ websites/production/camel/content/book-tutorials.html Sun Mar 16 21:21:20 2014
@@ -157,11 +157,11 @@ While not actual tutorials you might fin
                     </div>
     </div>
 <h2 id="BookTutorials-Preface">Preface</h2><p>This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a <a shape="rect" class="external-link" href="http://www.springramework.org" rel="nofollow">Spring</a> service. The route works in a synchronous fashion returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1394792338762 {padding: 0px;}
-div.rbtoc1394792338762 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1394792338762 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1395004769977 {padding: 0px;}
+div.rbtoc1395004769977 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1395004769977 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1394792338762">
+/*]]>*/</style></p><div class="toc-macro rbtoc1395004769977">
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring Remoting with JMS</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing the Server</a>
@@ -2347,11 +2347,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1394792339010 {padding: 0px;}
-div.rbtoc1394792339010 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1394792339010 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1395004770363 {padding: 0px;}
+div.rbtoc1395004770363 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1395004770363 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1394792339010">
+/*]]>*/</style><div class="toc-macro rbtoc1395004770363">
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the Example</a></li></ul>
@@ -3959,7 +3959,7 @@ public class CSVInputTest extends Abstra
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/book.html
==============================================================================
--- websites/production/camel/content/book.html (original)
+++ websites/production/camel/content/book.html Sun Mar 16 21:21:20 2014
@@ -123,7 +123,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/books.html
==============================================================================
--- websites/production/camel/content/books.html (original)
+++ websites/production/camel/content/books.html Sun Mar 16 21:21:20 2014
@@ -119,7 +119,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/browsableendpoint.html
==============================================================================
--- websites/production/camel/content/browsableendpoint.html (original)
+++ websites/production/camel/content/browsableendpoint.html Sun Mar 16 21:21:20 2014
@@ -125,7 +125,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/browse.html
==============================================================================
--- websites/production/camel/content/browse.html (original)
+++ websites/production/camel/content/browse.html Sun Mar 16 21:21:20 2014
@@ -172,7 +172,7 @@ browse:someName[?options]
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/building.html
==============================================================================
--- websites/production/camel/content/building.html (original)
+++ websites/production/camel/content/building.html Sun Mar 16 21:21:20 2014
@@ -194,7 +194,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/cache.html
==============================================================================
--- websites/production/camel/content/cache.html (original)
+++ websites/production/camel/content/cache.html Sun Mar 16 21:21:20 2014
@@ -312,7 +312,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Added: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary file - no diff available.

Propchange: websites/production/camel/content/cache/main.pageCache
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/production/camel/content/cachereplicationjmsexample.html
==============================================================================
--- websites/production/camel/content/cachereplicationjmsexample.html (original)
+++ websites/production/camel/content/cachereplicationjmsexample.html Sun Mar 16 21:21:20 2014
@@ -347,7 +347,7 @@ public class WrappedJMSCacheLoader imple
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/cafe-example.html
==============================================================================
--- websites/production/camel/content/cafe-example.html (original)
+++ websites/production/camel/content/cafe-example.html Sun Mar 16 21:21:20 2014
@@ -199,7 +199,7 @@ Hot LATTE, 4 shots.
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-100-release.html
==============================================================================
--- websites/production/camel/content/camel-100-release.html (original)
+++ websites/production/camel/content/camel-100-release.html Sun Mar 16 21:21:20 2014
@@ -167,7 +167,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-110-release.html
==============================================================================
--- websites/production/camel/content/camel-110-release.html (original)
+++ websites/production/camel/content/camel-110-release.html Sun Mar 16 21:21:20 2014
@@ -166,7 +166,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-120-release.html
==============================================================================
--- websites/production/camel/content/camel-120-release.html (original)
+++ websites/production/camel/content/camel-120-release.html Sun Mar 16 21:21:20 2014
@@ -160,7 +160,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-130-release.html
==============================================================================
--- websites/production/camel/content/camel-130-release.html (original)
+++ websites/production/camel/content/camel-130-release.html Sun Mar 16 21:21:20 2014
@@ -181,7 +181,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-140-release.html
==============================================================================
--- websites/production/camel/content/camel-140-release.html (original)
+++ websites/production/camel/content/camel-140-release.html Sun Mar 16 21:21:20 2014
@@ -263,7 +263,7 @@ from(&quot;direct:order&quot;).to(&quot;
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-150-release.html
==============================================================================
--- websites/production/camel/content/camel-150-release.html (original)
+++ websites/production/camel/content/camel-150-release.html Sun Mar 16 21:21:20 2014
@@ -405,7 +405,7 @@ See known issues.</li></ul>
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-160-release.html
==============================================================================
--- websites/production/camel/content/camel-160-release.html (original)
+++ websites/production/camel/content/camel-160-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-161-release.html
==============================================================================
--- websites/production/camel/content/camel-161-release.html (original)
+++ websites/production/camel/content/camel-161-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-162-release.html
==============================================================================
--- websites/production/camel/content/camel-162-release.html (original)
+++ websites/production/camel/content/camel-162-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ svn co http://svn.apache.org/repos/asf/c
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-163-release.html
==============================================================================
--- websites/production/camel/content/camel-163-release.html (original)
+++ websites/production/camel/content/camel-163-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-164-release.html
==============================================================================
--- websites/production/camel/content/camel-164-release.html (original)
+++ websites/production/camel/content/camel-164-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-20-design.html
==============================================================================
--- websites/production/camel/content/camel-20-design.html (original)
+++ websites/production/camel/content/camel-20-design.html Sun Mar 16 21:21:20 2014
@@ -187,7 +187,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-20-m1-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m1-release.html (original)
+++ websites/production/camel/content/camel-20-m1-release.html Sun Mar 16 21:21:20 2014
@@ -381,7 +381,7 @@ svn co http://svn.apache.org/repos/asf/c
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-20-m2-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m2-release.html (original)
+++ websites/production/camel/content/camel-20-m2-release.html Sun Mar 16 21:21:20 2014
@@ -258,7 +258,7 @@ svn co http://svn.apache.org/repos/asf/c
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-20-m3-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m3-release.html (original)
+++ websites/production/camel/content/camel-20-m3-release.html Sun Mar 16 21:21:20 2014
@@ -251,7 +251,7 @@ svn co http://svn.apache.org/repos/asf/c
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-200-release.html
==============================================================================
--- websites/production/camel/content/camel-200-release.html (original)
+++ websites/production/camel/content/camel-200-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-210-release.html
==============================================================================
--- websites/production/camel/content/camel-210-release.html (original)
+++ websites/production/camel/content/camel-210-release.html Sun Mar 16 21:21:20 2014
@@ -153,7 +153,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2100-release.html
==============================================================================
--- websites/production/camel/content/camel-2100-release.html (original)
+++ websites/production/camel/content/camel-2100-release.html Sun Mar 16 21:21:20 2014
@@ -138,7 +138,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2101-release.html
==============================================================================
--- websites/production/camel/content/camel-2101-release.html (original)
+++ websites/production/camel/content/camel-2101-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2102-release.html
==============================================================================
--- websites/production/camel/content/camel-2102-release.html (original)
+++ websites/production/camel/content/camel-2102-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2103-release.html
==============================================================================
--- websites/production/camel/content/camel-2103-release.html (original)
+++ websites/production/camel/content/camel-2103-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2104-release.html
==============================================================================
--- websites/production/camel/content/camel-2104-release.html (original)
+++ websites/production/camel/content/camel-2104-release.html Sun Mar 16 21:21:20 2014
@@ -148,7 +148,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2105-release.html
==============================================================================
--- websites/production/camel/content/camel-2105-release.html (original)
+++ websites/production/camel/content/camel-2105-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.10.5
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2106-release.html
==============================================================================
--- websites/production/camel/content/camel-2106-release.html (original)
+++ websites/production/camel/content/camel-2106-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.10.6
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2107-release.html
==============================================================================
--- websites/production/camel/content/camel-2107-release.html (original)
+++ websites/production/camel/content/camel-2107-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.10.7
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2110-release.html
==============================================================================
--- websites/production/camel/content/camel-2110-release.html (original)
+++ websites/production/camel/content/camel-2110-release.html Sun Mar 16 21:21:20 2014
@@ -131,7 +131,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2111-release.html
==============================================================================
--- websites/production/camel/content/camel-2111-release.html (original)
+++ websites/production/camel/content/camel-2111-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.11.1
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2112-release.html
==============================================================================
--- websites/production/camel/content/camel-2112-release.html (original)
+++ websites/production/camel/content/camel-2112-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.11.2
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2113-release.html
==============================================================================
--- websites/production/camel/content/camel-2113-release.html (original)
+++ websites/production/camel/content/camel-2113-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.11.3
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2114-release.html
==============================================================================
--- websites/production/camel/content/camel-2114-release.html (original)
+++ websites/production/camel/content/camel-2114-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.11.4
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2120-release.html
==============================================================================
--- websites/production/camel/content/camel-2120-release.html (original)
+++ websites/production/camel/content/camel-2120-release.html Sun Mar 16 21:21:20 2014
@@ -149,7 +149,7 @@ git checkout origin/camel-2.12.0 -b came
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2121-release.html
==============================================================================
--- websites/production/camel/content/camel-2121-release.html (original)
+++ websites/production/camel/content/camel-2121-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.12.1
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2122-release.html
==============================================================================
--- websites/production/camel/content/camel-2122-release.html (original)
+++ websites/production/camel/content/camel-2122-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.12.2
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/camel-2123-release.html
==============================================================================
--- websites/production/camel/content/camel-2123-release.html (original)
+++ websites/production/camel/content/camel-2123-release.html Sun Mar 16 21:21:20 2014
@@ -150,7 +150,7 @@ git checkout camel-2.12.3
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2011 The Apache Software Foundation.
+&copy; 2004-2014 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 <br>