Author: jstrachan Date: Thu Dec 17 17:32:15 2009 New Revision: 891808 URL: http://svn.apache.org/viewvc?rev=891808&view=rev Log: updated to latest camel & activemq versions
Modified: camel/sandbox/components/camel-activemq-web/pom.xml Modified: camel/sandbox/components/camel-activemq-web/pom.xml URL: http://svn.apache.org/viewvc/camel/sandbox/components/camel-activemq-web/pom.xml?rev=891808&r1=891807&r2=891808&view=diff ============================================================================== --- camel/sandbox/components/camel-activemq-web/pom.xml (original) +++ camel/sandbox/components/camel-activemq-web/pom.xml Thu Dec 17 17:32:15 2009 @@ -22,7 +22,7 @@ <parent> <artifactId>components</artifactId> <groupId>org.apache.camel</groupId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>camel-activemq-web</artifactId> @@ -45,10 +45,11 @@ <scope>runtime</scope> </dependency> + <!-- lets add some camel components --> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-camel</artifactId> - <version>5.2.0</version> + <version>5.3.0</version> </dependency> <dependency> <groupId>org.apache.xbean</groupId> @@ -65,15 +66,6 @@ <version>${jetty-version}</version> <configuration> - <!-- - <connectors> - <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> - <port>${jetty.port}</port> - <maxIdleTime>60000</maxIdleTime> - </connector> - </connectors> - --> - <webAppConfig> <contextPath>/</contextPath> </webAppConfig>