Author: buildbot
Date: Sat Apr 20 22:18:25 2013
New Revision: 859271

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2110-release.html
    websites/production/camel/content/download.html

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

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 Sat Apr 20 
22:18:25 2013
@@ -64,7 +64,7 @@
         <div class="top_red_bar">
           <div id="site-breadcrumbs">
                 <!-- Breadcrumbs -->
-<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a 
href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="in-progress.html">In Progress</a>&nbsp;&gt;&nbsp;<a 
href="camel-2110-release.html">Camel 2.11.0 Release</a>
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a 
href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="download.html">Download</a>&nbsp;&gt;&nbsp;<a 
href="camel-2110-release.html">Camel 2.11.0 Release</a>
           </div>
           <!-- Quicklinks -->
 <div id="site-quicklinks"><p><a shape="rect" href="download.html" 
title="Download">Download</a> | <a shape="rect" href="javadoc.html" 
title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" 
title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" 
title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" 
title="Support">Support</a></p></div>
@@ -75,14 +75,14 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1><a shape="rect" 
name="Camel2.11.0Release-Camel2.11.0release%28currentlyinprogress%29"></a>Camel 
2.11.0 release (currently in progress)</h1>
+<div class="wiki-content maincontent"><h1><a shape="rect" 
name="Camel2.11.0Release-Camel2.11.0release"></a>Camel 2.11.0 release</h1>
 
 <div style="padding-right:20px;float:left;margin-left:-20px;"><p><span 
class="image-wrap" style=""><img 
src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png"; 
style="border: 0px solid black"></span></p></div>
 <div style="min-height:200px"></div>
 
 <h2><a shape="rect" name="Camel2.11.0Release-NewandNoteworthy"></a>New and 
Noteworthy</h2>
 
-<p>Welcome to the 2.11.0 release with approximately XXX issues resolved - 
including new features, improvements, and bug fixes, such as: </p>
+<p>Welcome to the 2.11.0 release with approximately 679 issues resolved - 
including new features, improvements, and bug fixes, such as: </p>
 
 <ul><li><a shape="rect" href="rx.html" title="RX">Camel RX</a> provides a 
typesafe and composable API for working with asynchronous events from camel 
endpoints using <a shape="rect" class="external-link" 
href="https://rx.codeplex.com/"; rel="nofollow">Reactive Extensions</a> using 
the <a shape="rect" class="external-link" 
href="https://github.com/Netflix/RxJava/wiki"; rel="nofollow">RxJava 
library</a></li><li>Added <a shape="rect" href="binding.html" 
title="Binding">Binding</a> support, so it is easy to combine things like a <a 
shape="rect" href="data-format.html" title="Data Format">Data Format</a> to an 
<a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> for easier 
composition of routes.</li><li>Added support for SOAP 1.2 in <a shape="rect" 
href="soap.html" title="SOAP">SOAP</a> data format.</li><li><a shape="rect" 
href="cache.html" title="Cache">Cache</a> operation for add/update now supports 
expiry headers to control time to live/idle/eternal.</li><li>Added 
 <tt>allowNullBody</tt> option to <a shape="rect" href="jms.html" 
title="JMS">JMS</a> to configure whether sending messages with no body is 
allowed.</li><li>Added <tt>connectOnStartup</tt> option to <a shape="rect" 
href="hdfs.html" title="HDFS">HDFS</a> to allow to connect on demand, to avoid 
having Hadoop block for long time connecting to the HDFS cluster, as it has a 
hardcoded 15 minute retry mechanism.</li><li>Added support for daily and weekly 
trends to <a shape="rect" href="twitter.html" title="Twitter">Twitter</a> 
component.</li><li>The <a shape="rect" href="camel-maven-archetypes.html" 
title="Camel Maven Archetypes">Camel Maven Archetypes</a> now generates 
projects without any license headers.</li><li>Added <tt>rejectOld</tt> option 
to the <a shape="rect" href="resequencer.html" 
title="Resequencer">Resequencer</a> to prevent out of order messages from being 
delivered after capacity/timeout events occur</li><li>Further optimized <a 
shape="rect" href="xpath.html" title="
 XPath">XPath</a> under concurrent load, and as well ensured resources are 
cleaned up eagerly</li><li>Added options <tt>allowNullBody</tt> and 
<tt>readLockMinLength</tt> to the <a shape="rect" href="file2.html" 
title="File2">File</a> and <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> components.</li><li>Made <tt>changed</tt> read lock 
strategy on <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> go faster (eg 
when the FTP server has a lot of files in the directory) if you enable the 
<tt>fastExistsCheck=true</tt> option as well. Notice that some FTP server may 
not support this.</li><li><a shape="rect" href="hl7.html" title="HL7">HL7</a> 
moves to HAPI 2.0 and supports using a dedicated Parser instance in the <a 
shape="rect" href="hl7.html" title="HL7">HL7</a> MLLP codec and DataFormat. 
Added "Terser" language and expression to be able to extract fields from a 
parsed message. <a shape="rect" href="hl7.html" title="HL7">HL7</a> now uses 
Apache Mina 2.x.</li><li>Add an 
 option <tt>HttpMethodRestrict</tt> to restrict HTTP method in <a shape="rect" 
href="jetty.html" title="Jetty">Jetty</a> and <a shape="rect" 
href="servlet.html" title="SERVLET">SERVLET</a></li><li>Add support for 
selection of <a shape="rect" href="direct-vm.html" 
title="Direct-VM">Direct-VM</a> consumers by using ant-like path 
expression.</li><li>The <a shape="rect" href="pojo-producing.html" title="POJO 
Producing">POJO Producing</a>, and <a shape="rect" href="pojo-consuming.html" 
title="POJO Consuming">POJO Consuming</a> with @Consume, @Produce, 
@EndpointInject now supports a new {{property} attribute to get the endpoint 
configuration from a bean property (eg using a getter method); this allows you 
to configure this on the bean using conventional bean 
configuration.</li><li>Testing with <tt>camel-test-blueprint</tt> on Windows no 
longer tries to cleanup after testing taking up 5 seconds and logging 
WARNs.</li><li>The <a shape="rect" href="file2.html" title="File2">File</a>, 
 and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> components now 
support <tt>fileExist=Move</tt> option to move any existing files before 
writing a file.</li><li>Added option <tt>loadStatisticsEnabled</tt> on <a 
shape="rect" href="camel-jmx.html" title="Camel JMX">Camel JMX</a> to allow to 
disable load statistics if not needed (avoids a background thread being in use, 
to calculate the load stats).</li><li>Enabled "lazy connections" for <a 
shape="rect" href="xmpp.html" title="XMPP">XMPP</a> providers via the 
<tt>testConnectionOnStartup</tt> option</li><li>Added a connection monitor to 
detect and fix dropped <a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> 
consumer connections at configurable <tt>connectionPollDelay</tt> 
intervals</li><li>Added an <tt>org.apache.camel.builder.ExchangeBuilder</tt> to 
build the <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> 
using a builder pattern.</li><li>The <a shape="rect" 
href="camel-run-maven-goal.html" tit
 le="Camel Run Maven Goal">Camel Run Maven Goal</a> can now run <a shape="rect" 
href="cdi.html" title="CDI">CDI</a> applications.</li><li>The Camel <a 
shape="rect" href="cdi.html" title="CDI">CDI</a> component has improved a 
lot.</li><li>Added option <tt>allowRedeliveryWhileStopping</tt> to <a 
shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">error 
handlers</a> to control if redelivery is allowed during stopping/shutting down 
Camel or the route(s). Turning this option <tt>false</tt> allows to stop 
quicker by rejecting redelivery attempts.</li><li>Added support for specifying 
user info in Camel <a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a> urls, which contains the @ sign; now the @ sign 
can be given as is; without being encoded to %40.</li><li>Added robust 
connection support for <a shape="rect" href="jmx.html" title="JMX">JMX</a>. 
Optional <tt>testConnectionOnStartup</tt> allows a JMX consumer to attach to a 
JMX server that becomes a
 vailable <em>after</em> the JMX endpoint starts; 
<tt>reconnectOnConnectionFailure</tt> enables re-connection of failed JMX 
connections.</li><li><a shape="rect" href="jaxb.html" title="JAXB">JAXB</a> and 
<a shape="rect" href="soap.html" title="SOAP">SOAP</a> data format now supports 
controlling namespace prefix mappings when marshalling (eg to avoid prefixes 
such as ns2, ns3, ns4 etc.)</li><li>Added support for using raw uris when <a 
shape="rect" href="component.html" title="Component">Component</a>s create <a 
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>s. This gives 
component writers full power in case their component has special 
syntax/notation for endpoint uri configurations.</li><li><a shape="rect" 
href="eip.html" title="EIP">EIP</a>s configured with custom 
<tt>AggregationStrategy</tt> will now strict check the custom strategy exists 
in the <a shape="rect" href="registry.html" title="Registry">Registry</a> and 
no longer fallback and use a default strate
 gy if not.</li><li>Camel now logs on shutdown if any thread pools hasn't been 
properly shutdown, and will shutdown them as fail safe (can only be done for 
the thread pools Camel manages).</li><li>The buffer size of <a shape="rect" 
href="stream-caching.html" title="Stream caching">Stream caching</a> is now 
configurable.</li><li>Improved startup performance.</li><li>Added <a 
shape="rect" href="jms.html" title="JMS">JMS</a> URI option 
<tt>messageListenerContainerFactoryRef</tt> which allows you to specify a 
<tt>MessageListenerContainerFactory</tt> to determine what 
<tt>org.springframework.jms.listener.AbstractMessageListenerContainer</tt> to 
use to consume messages.</li><li><a shape="rect" href="mqtt.html" 
title="MQTT">MQTT</a> producer now leverages the <a shape="rect" 
href="asynchronous-routing-engine.html" title="Asynchronous Routing 
Engine">Asynchronous Routing Engine</a></li><li>The <a shape="rect" 
href="netty.html" title="Netty">Netty</a> producer scales up and down much 
 better by leveraging a channel pool.</li><li>Added new <a shape="rect" 
href="camel-maven-archetypes.html" title="Camel Maven Archetypes">Camel Maven 
Archetypes</a> for creating Camel and Groovy applications.</li><li>Added a <a 
shape="rect" href="groovy-dsl.html" title="Groovy DSL">Groovy DSL</a> that 
allows to use Groovy closures and Groovy XML parsing in routes.</li><li>Camel 
now injects <tt>CamelContext</tt> on <tt>Language</tt> and <tt>DataFormat</tt> 
that implements <tt>CamelContextAware</tt></li><li>Thread pools in Camel with 
<tt>maximumQueueSize</tt> of 0 or negative will now not use a worker queue but 
do direct hand-over to thread instead.</li><li><a shape="rect" 
href="simple.html" title="Simple">Simple</a> unary operators for inc and dec 
must now have function on left hand side, to be parsed as unary function. 
Otherwise its now regarded as literal.</li><li>Custom assigned id's on Camel <a 
shape="rect" href="routes.html" title="Routes">Routes</a> is now validated on s
 tarting the routes, that they must be unique within the same 
CamelContext.</li><li>Added <tt>AbstractListAggregationStrategy</tt> abstract 
class to make it easier to <a shape="rect" href="aggregator2.html" 
title="Aggregator2">aggregate</a> into a List&lt;V&gt; using a custom 
<tt>AggregationStrategy</tt>.</li><li><a shape="rect" href="eip.html" 
title="EIP">EIP</a>s which support using <tt>AggregationStrategy</tt> now 
control the lifecycle of the strategy; allowing end users to do custom logic in 
the start/stop methods of their strategy implementation.</li><li>Added option 
<tt>includeSentJMSMessageID</tt> to <a shape="rect" href="jms.html" 
title="JMS">JMS</a> to allow to enrich Camel Message with the actual 
JMSMessageID for the sent message. Can be used by end users for logging purpose 
etc.</li><li>Added option <tt>allowShortLines</tt> and 
<tt>ignoreExtraColumns</tt> to <a shape="rect" href="flatpack-dataformat.html" 
title="Flatpack DataFormat">Flatpack data format</a>.</li><l
 i><a shape="rect" href="mail.html" title="Mail">Mail</a> consumer now supports 
using search terms to filter mails by terms such as subject, from, body, sent 
date etc.</li><li>The cached script file in the <a shape="rect" 
href="language.html" title="Language">Language</a> component can now be cleared 
via JMX.</li><li>improved the karaf context-info command by adding a verbose 
mode to view endpoints list (now hidden by default) and adding stats on the 
number of active/inactive routes</li><li>Added support for <tt>UpdateList</tt>, 
<tt>DeleteList</tt> and <tt>ExecutorType</tt> to <a shape="rect" 
href="mybatis.html" title="MyBatis">MyBatis</a> component.</li><li>Added 
support for easier configuration of using concurrent message listener consumer 
when doing request/reply over <a shape="rect" href="jms.html" 
title="JMS">JMS</a>, by leveraging the existing <tt>concurrentConsumers</tt> 
and <tt>maxConcurrentConsumers</tt> options.</li><li>Improved the <a 
shape="rect" href="smpp.html" 
 title="SMPP">SMPP</a> consumer to expose more data by receiving a 
<tt>DeliverSM</tt> message, including the optional parameters.</li><li>Camels 
<a shape="rect" href="using-propertyplaceholder.html" title="Using 
PropertyPlaceholder">property placeholders</a> can now be used in route id / 
node id's in the routes in XML and Java DSLs, eg &lt;route 
id="<tt>coolName</tt>"&gt;</li><li>The thread name pattern can easily be 
configured on &lt;camelContext&gt; with the new threadNamePattern 
attribute</li><li>Camel now validates <a shape="rect" href="seda.html" 
title="SEDA">SEDA</a> and <a shape="rect" href="vm.html" title="VM">VM</a> 
endpoints using same queue name, that if any queue size is in use, that size 
must match. As well Camel logs at INFO level when starting up the queues and 
the sizes. This allows end users to easily spot any issues if mistakenly using 
different queue sizes for the same queue names.</li><li>Added <a shape="rect" 
href="camel-jmx.html" title="Camel JMX">JMX</a
 > operations to <a shape="rect" href="log.html" title="Log">throughput 
 > logger</a> so you can get stats and also reset the stats at 
 > runtime.</li><li>Added ACL support on the <a shape="rect" href="aws-s3.html" 
 > title="AWS-S3">AWS-S3</a> component.</li><li>Allow to configure <a 
 > shape="rect" href="jetty.html" title="Jetty">Jetty</a> http client thread 
 > pool settings in uri to make it easier to have different settings per 
 > endpoint.</li><li>Added support for implied decimal formats to <a 
 > shape="rect" href="bindy.html" title="Bindy">Bindy</a></li><li>Added option 
 > <tt>backlog</tt> to <a shape="rect" href="netty.html" 
 > title="Netty">Netty</a> which can be used to allow more concurrent clients 
 > to connect to a <a shape="rect" href="netty.html" title="Netty">Netty</a> 
 > consumer.</li><li>Added support for parsing CSV if a field has a ' (single 
 > quote) at it's beging</li><li>Added support for using custom url rewrite 
 > plugins in <a shape="rect" href="http.html" title="HTTP">HTTP</a>, <a shape="
 rect" href="http4.html" title="HTTP4">HTTP4</a>, and <a shape="rect" 
href="jetty.html" title="Jetty">Jetty</a> producers, which gives more control 
of url mappings, such as when bridging/proxying http based routes. Provided 
<tt><a shape="rect" href="urlrewrite.html" 
title="UrlRewrite">camel-urlrewrite</a></tt> as out of the box 
implementation.</li><li>Improved the <a shape="rect" 
href="springintegration.html" title="SpringIntegration">Spring-Integration</a> 
consumer to also send back the message headers.</li><li>The Camel <a 
shape="rect" href="guice.html" title="Guice">Guice</a> component has been 
upgraded to latest Guice 3.0, and no longer dependent on Guice extension 
project <tt>guiceyfruit</tt>.</li><li>ReplyTo Temporary Queue now refreshed 
when the underlying <a shape="rect" href="jms.html" title="JMS">JMS</a> 
Connection fails.</li><li>When processing an <a shape="rect" 
href="exchange.html" title="Exchange">Exchange</a> fails, the failed route id 
is available for end user
 s. See details at <a shape="rect" href="dead-letter-channel.html" title="Dead 
Letter Channel">Dead Letter Channel</a>.</li><li>When using <a shape="rect" 
href="xslt.html" title="XSLT">XSLT</a> includes will use same file or classpath 
loading as endpoint configuration, if not explicit configured.</li><li>Now <a 
shape="rect" href="camel-transport-for-cxf.html" title="Camel Transport for 
CXF">Camel Transport for CXF</a> supports to configure with 
blueprint.</li><li><a shape="rect" href="sql-component.html" title="SQL 
Component">SQL Component</a> now supports named parameters in the 
queries.</li><li><a shape="rect" href="sql-component.html" title="SQL 
Component">SQL Component</a> now supports <a shape="rect" 
href="batch-consumer.html" title="Batch Consumer">Batch Consumer</a> to consume 
data; for example to pickup new rows being inserted into a table. As well 
having queries being execute after each row has been processed, such as 
deleting/marking the row as processed.</li><li>JD
 BC based <a shape="rect" href="sql-component.html" title="SQL 
Component">aggregation repository </a> now allows to store message body and 
headers as text in individual columns. This makes the data human readable, as 
by default the data is stored as binary.</li><li><a shape="rect" 
href="file2.html" title="File2">File</a> consumer will on first poll run the 
check to delete old orphaned lock files. As opposed to before where this 
happened during startup of Camel itself; which could delay starting Camel if 
the delete process takes a long time.</li><li><a shape="rect" href="file2.html" 
title="File2">File</a> and <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> can now use a custom idempotent key with the built-in 
idempotent consumer. For example you can now use both the file name and size as 
key.</li><li><a shape="rect" href="file2.html" title="File2">File</a> and <a 
shape="rect" href="ftp2.html" title="FTP2">FTP</a> producers support the 
<tt>CamelOverruleFileName</tt> heade
 r as a use once and discard header to overrule and use as filename for 
writing; while preserving the original filename in the <tt>CamelFileName</tt> 
header.</li><li>The <a shape="rect" href="languages.html" 
title="Languages">Languages</a> and <a shape="rect" href="language.html" 
title="Language">Language</a> component can now load the script from external 
resource using <tt>"resource:scheme:location"</tt> syntax.</li><li><a 
shape="rect" href="hdfs.html" title="HDFS">HDFS</a> producer without a split 
strategy will now close file stream after writing. You can use the 
<tt>CamelHdfsClose</tt> header to explicit to control if to close file stream 
or not.</li><li><a shape="rect" href="simple.html" title="Simple">Simple</a> 
language now has <tt>type</tt> function to refer to a type, enum or constant 
field.</li><li>Using <tt>allowRedeliveryWhileStopping=false</tt> on <a 
shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">Dead 
Letter Channel</a> now moves the mes
 sage to the DLC (when stopping) instead of rejecting the message.</li><li>Unit 
testing with <a shape="rect" href="blueprint-testing.html" title="Blueprint 
Testing">Blueprint Testing</a> is now easier to override Blueprint property 
placeholder values from both external .cfg files, as well from placeholders 
defined directly in the XML file. See further details at <a shape="rect" 
href="using-propertyplaceholder.html" title="Using PropertyPlaceholder">Using 
PropertyPlaceholder</a> page.</li><li><a shape="rect" href="bindy.html" 
title="Bindy">Bindy</a> FixedLengthRecord is improved with support for header 
and footer records, delimited fields, and field lengths defined within a 
record.</li><li>Added <tt>transacted</tt> option to <a shape="rect" 
href="hazelcast-component.html" title="Hazelcast Component">Hazelcast SEDA 
consumer</a> to use Hazelcast transaction.</li><li>Improved performance of <a 
shape="rect" href="simple.html" title="Simple">Simple</a> and <a shape="rect" 
href="bea
 n.html" title="Bean">Bean</a> language when using OGNL expression, by 
leveraging an internal cache to avoid introspecting the same types over and 
over again.</li><li>Camel now validates better when using <a shape="rect" 
href="try-catch-finally.html" title="Try Catch Finally">Try Catch Finally</a> 
in the routes has been configured properly.</li><li>Added <a shape="rect" 
href="karaf.html" title="Karaf">Karaf</a> commands for using the <a 
shape="rect" href="backlogtracer.html" title="BacklogTracer">BacklogTracer</a> 
when running Camel application in a Apache Karaf container.</li><li>The <a 
shape="rect" href="vm.html" title="VM">VM</a> component can now safely 
communicate Camel Contexts residing in different bundles in an OSGi 
environment, as the issue leading to an incoherent state when restarting one of 
the bundles has been fixed.</li><li>Made it easy to use Saxon as the 
transformer with the <a shape="rect" href="xslt.html" title="XSLT">XSLT</a> 
component.</li><li>Improved <a 
 shape="rect" href="aws.html" title="AWS">AWS</a> to not only support the 
Amazon provided clients for accessing the services.* Improved <a shape="rect" 
href="aws.html" title="AWS">AWS</a> to not only support the Amazon provided 
clients for accessing the services.</li><li>Added multiple consumers support to 
<a shape="rect" href="guava-eventbus.html" title="Guava EventBus">Guava 
EventBus</a> endpoints.</li><li>Added support for listener interfaces to <a 
shape="rect" href="guava-eventbus.html" title="Guava EventBus">Guava 
EventBus</a> in order to provide better <tt>DeadEvent</tt> 
handling.</li><li>Made it easier to configure options such as passwords on 
Camel endpoint <a shape="rect" href="uris.html" title="URIs">URIs</a> and use 
the value <em>as is</em>, using the new RAW token. See more details at <a 
shape="rect" href="how-do-i-configure-endpoints.html" title="How do I configure 
endpoints">How do I configure endpoints</a></li><li>Improved <a shape="rect" 
href="flatpack.html" t
 itle="Flatpack">Flatpack</a> and <a shape="rect" 
href="flatpack-dataformat.html" title="Flatpack DataFormat">Flatpack 
DataFormat</a> to allow short lines and ignore extra columns.</li><li>Fully 
customize the output of the <a shape="rect" href="log.html" title="Log">Log</a> 
component by providing a custom <tt>ExchangeFormatter</tt>.</li><li>You can now 
configure more options on <a shape="rect" href="json.html" title="JSON">GSON 
Data format</a>, for example field mapping strategies.</li><li>Simplified 
consuming REST requests with <a shape="rect" href="cxfrs.html" 
title="CXFRS">CXFRS</a> with the <em>Simple Binding Style</em>.</li><li>Improve 
<a shape="rect" href="jaxb.html" title="JAXB">JAXB</a> to support validation by 
marshaling/unmarshaling objects from/to XML.</li><li>Improved <a shape="rect" 
href="using-propertyplaceholder.html" title="Using 
PropertyPlaceholder"><tt>org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer</tt></a>
 to support both Camel and Spring p
 roperty placeholder syntax in the .properties files.</li><li>New <a 
shape="rect" href="karaf.html" title="Karaf">Karaf</a> commands for using the 
<a shape="rect" href="backlogtracer.html" 
title="BacklogTracer">BacklogTracer</a> as well for profile routes.</li></ul>
 

Modified: websites/production/camel/content/download.html
==============================================================================
--- websites/production/camel/content/download.html (original)
+++ websites/production/camel/content/download.html Sat Apr 20 22:18:25 2013
@@ -81,7 +81,7 @@
 <div style="min-height:200px">
 <p>Grab these releases while they are hot!</p>
 
-<ul><li>The latest release for Camel 2.10.x is <a shape="rect" 
href="camel-2104-release.html" title="Camel 2.10.4 Release">Camel 2.10.4 
Release</a>.</li><li>The latest release for Camel 2.9.x is <a shape="rect" 
href="camel-296-release.html" title="Camel 2.9.6 Release">Camel 2.9.6 
Release</a>.</li><li>Support for Camel 2.8.x and previous releases is 
discontinued.</li></ul>
+<ul><li>The latest release for Camel 2.11.x is <a shape="rect" 
href="camel-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 
Release</a>.</li><li>The latest release for Camel 2.10.x is <a shape="rect" 
href="camel-2104-release.html" title="Camel 2.10.4 Release">Camel 2.10.4 
Release</a>.</li><li>The latest release for Camel 2.9.x is <a shape="rect" 
href="camel-296-release.html" title="Camel 2.9.6 Release">Camel 2.9.6 
Release</a>.</li><li>Support for Camel 2.8.x and previous releases is 
discontinued.</li></ul>
 
 </div></td></tr></tbody></table>
 
@@ -96,14 +96,14 @@
 <h3><a shape="rect" name="Download-BinaryDistribution"></a>Binary 
Distribution</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Description</th><th colspan="1" rowspan="1" 
class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" 
class="confluenceTh">PGP Signature file of download</th><th colspan="1" 
rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th 
colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of 
download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows 
Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip";>apache-camel-2.10.4.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip.asc";>apache-camel-2.10.4.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a sh
 ape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip.md5";>apache-camel-2.10.4.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip.sha1";>apache-camel-2.10.4.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin 
Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz";>apache-camel-2.10.4.tar.gz</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz.asc";>apache-camel-2.10.4.tar.gz.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link"
  
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz.md5";>apache-camel-2.10.4.tar.gz.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz.sha1";>apache-camel-2.10.4.tar.gz.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Windows Distribution (2.9.x 
branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip";>apache-camel-2.9.6.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip.asc";>apache-camel-2.9.6.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" href="http://www.apache.org/dist
 
/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip.md5">apache-camel-2.9.6.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip.sha1";>apache-camel-2.9.6.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution 
(2.9.x branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz";>apache-camel-2.9.6.tar.gz</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz.asc";>apache-camel-2.9.6.tar.gz.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apa
 che-camel-2.9.6.tar.gz.md5">apache-camel-2.9.6.tar.gz.md5</a></td><td 
colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz.sha1";>apache-camel-2.9.6.tar.gz.sha1</a></td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Description</th><th colspan="1" rowspan="1" 
class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" 
class="confluenceTh">PGP Signature file of download</th><th colspan="1" 
rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th 
colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of 
download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows 
Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip";>apache-camel-2.11.0.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.asc";>apache-camel-2.11.0.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a sh
 ape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.md5";>apache-camel-2.11.0.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.sha1";>apache-camel-2.11.0.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin 
Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz";>apache-camel-2.11.0.tar.gz</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz.asc";>apache-camel-2.11.0.tar.gz.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link"
  
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz.md5";>apache-camel-2.10.4.tar.gz.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz.sha1";>apache-camel-2.11.0.tar.gz.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Windows Distribution</td><td 
colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip";>apache-camel-2.10.4.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip.asc";>apache-camel-2.10.4.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" href="http://www.apache.org/dist/camel/ap
 
ache-camel/2.10.4/apache-camel-2.10.4.zip.md5">apache-camel-2.10.4.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.zip.sha1";>apache-camel-2.10.4.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin 
Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz";>apache-camel-2.10.4.tar.gz</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz.asc";>apache-camel-2.10.4.tar.gz.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2
 .10.4.tar.gz.md5">apache-camel-2.10.4.tar.gz.md5</a></td><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4.tar.gz.sha1";>apache-camel-2.10.4.tar.gz.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Windows Distribution (2.9.x 
branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip";>apache-camel-2.9.6.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip.asc";>apache-camel-2.9.6.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip.md5";>apache-camel-2.9.6.z
 ip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.zip.sha1";>apache-camel-2.9.6.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution 
(2.9.x branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz";>apache-camel-2.9.6.tar.gz</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz.asc";>apache-camel-2.9.6.tar.gz.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz.md5";>apache-camel-2.9.6.tar.gz.md5</a></td><td
 cols
 pan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6.tar.gz.sha1";>apache-camel-2.9.6.tar.gz.sha1</a></td></tr></tbody></table>
 </div>
 
 
 <h3><a shape="rect" name="Download-SourceDistribution"></a>Source 
Distribution</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Description</th><th colspan="1" rowspan="1" 
class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" 
class="confluenceTh">PGP Signature file of download</th><th colspan="1" 
rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th 
colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of 
download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source 
(zip - 2.10.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip";>apache-camel-2.10.4-src.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip.asc";>apache-camel-2.10.4-src.zip.asc</a></td><td
 colspan="1" rowspan="1" cl
 ass="confluenceTd"> <a shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip.md5";>apache-camel-2.10.4-src.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip.sha1";>apache-camel-2.10.4-src.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.9.x branch) 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip";>apache-camel-2.9.6-src.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip.asc";>apache-camel-2.9.6-src.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> 
 <a shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip.md5";>apache-camel-2.9.6-src.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip.sha1";>apache-camel-2.9.6-src.zip.sha1</a></td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Description</th><th colspan="1" rowspan="1" 
class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" 
class="confluenceTh">PGP Signature file of download</th><th colspan="1" 
rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th 
colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of 
download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source 
(zip - 2.11.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip";>apache-camel-2.11.0-src.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.asc";>apache-camel-2.11.0-src.zip.asc</a></td><td
 colspan="1" rowspan="1" cl
 ass="confluenceTd"> <a shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.md5";>apache-camel-2.11.0-src.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.sha1";>apache-camel-2.11.0-src.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.10.x branch) 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip";>apache-camel-2.10.4-src.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip.asc";>apache-camel-2.10.4-src.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluen
 ceTd"> <a shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip.md5";>apache-camel-2.10.4-src.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.10.4/apache-camel-2.10.4-src.zip.sha1";>apache-camel-2.10.4-src.zip.sha1</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.9.x branch) 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip";>apache-camel-2.9.6-src.zip</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip.asc";>apache-camel-2.9.6-src.zip.asc</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rec
 t" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip.md5";>apache-camel-2.9.6-src.zip.md5</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.9.6/apache-camel-2.9.6-src.zip.sha1";>apache-camel-2.9.6-src.zip.sha1</a></td></tr></tbody></table>
 </div>
 
 
@@ -119,7 +119,7 @@
 <span class="code-tag">&lt;dependency&gt;</span>
   <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span 
class="code-tag">&lt;/groupId&gt;</span>
   <span class="code-tag">&lt;artifactId&gt;</span>camel-core<span 
class="code-tag">&lt;/artifactId&gt;</span>
-  <span class="code-tag">&lt;version&gt;</span>2.10.4<span 
class="code-tag">&lt;/version&gt;</span>
+  <span class="code-tag">&lt;version&gt;</span>2.11.0<span 
class="code-tag">&lt;/version&gt;</span>
 <span class="code-tag">&lt;/dependency&gt;</span>
 </pre>
 </div></div>
@@ -133,7 +133,7 @@
 
 <p>The following releases are currently in progress</p>
 
-<ul><li><a shape="rect" href="camel-2110-release.html" title="Camel 2.11.0 
Release">Camel 2.11.0 Release</a></li><li><a shape="rect" 
href="camel-xyz-release-template.html" title="Camel x.y.z Release 
(template)">Camel x.y.z Release (template)</a></li></ul>
+<ul><li><a shape="rect" href="camel-xyz-release-template.html" title="Camel 
x.y.z Release (template)">Camel x.y.z Release (template)</a></li></ul>
 
 
 <h2><a shape="rect" name="Download-Snapshots"></a>Snapshots</h2>
@@ -141,7 +141,7 @@
 <p>Help us test the latest <a shape="rect" class="external-link" 
href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel";>SNAPSHOTS</a></p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Version </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.11-SNAPSHOT/";>Download
 Apache Camel 2.11-SNAPSHOT</a> </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Version </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.12-SNAPSHOT/";>Download
 Apache Camel 2.12-SNAPSHOT</a> </td></tr></tbody></table>
 </div>
 
 
@@ -180,7 +180,7 @@
     <span class="code-tag">&lt;dependency&gt;</span>
         <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span 
class="code-tag">&lt;/groupId&gt;</span>
         <span class="code-tag">&lt;artifactId&gt;</span>camel-core<span 
class="code-tag">&lt;/artifactId&gt;</span>
-        <span class="code-tag">&lt;version&gt;</span>2.11-SNAPSHOT<span 
class="code-tag">&lt;/version&gt;</span>
+        <span class="code-tag">&lt;version&gt;</span>2.12-SNAPSHOT<span 
class="code-tag">&lt;/version&gt;</span>
     <span class="code-tag">&lt;/dependency&gt;</span>
 </pre>
 </div></div>
@@ -211,7 +211,7 @@
       <span class="code-tag">&lt;plugin&gt;</span>
           <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span 
class="code-tag">&lt;/groupId&gt;</span>
           <span 
class="code-tag">&lt;artifactId&gt;</span>camel-maven-plugin<span 
class="code-tag">&lt;/artifactId&gt;</span>
-          <span class="code-tag">&lt;version&gt;</span>2.11-SNAPSHOT<span 
class="code-tag">&lt;/version&gt;</span>
+          <span class="code-tag">&lt;version&gt;</span>2.12-SNAPSHOT<span 
class="code-tag">&lt;/version&gt;</span>
       <span class="code-tag">&lt;/plugin&gt;</span>
   <span class="code-tag">&lt;/plugins&gt;</span>
 </pre>


Reply via email to