Author: cmueller Date: Mon Dec 12 18:05:33 2011 New Revision: 1213340 URL: http://svn.apache.org/viewvc?rev=1213340&view=rev Log: CAMEL-4675: Allign the version number for qpid we use in our component and in our feature file
Modified: camel/branches/camel-2.8.x/parent/pom.xml camel/branches/camel-2.8.x/platforms/karaf/features/pom.xml Modified: camel/branches/camel-2.8.x/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/parent/pom.xml?rev=1213340&r1=1213339&r2=1213340&view=diff ============================================================================== --- camel/branches/camel-2.8.x/parent/pom.xml (original) +++ camel/branches/camel-2.8.x/parent/pom.xml Mon Dec 12 18:05:33 2011 @@ -128,7 +128,7 @@ <pax-tiny-bundle-version>1.3.1</pax-tiny-bundle-version> <pax-logging-version>1.5.3</pax-logging-version> <protobuf-version>2.3.0</protobuf-version> - <qpid-version>0.10</qpid-version> + <qpid-version>0.12</qpid-version> <quartz-version>1.8.4</quartz-version> <quickfix-version>1.5.1</quickfix-version> <restlet-version>2.0.10</restlet-version> @@ -171,7 +171,7 @@ org.springframework.*;version="[3,4)", org.apache.commons.logging.*;version="[1.1,2)", org.apache.cxf.*;version="[2.4,2.6)", - org.apache.qpid.*;version="[0.5,0.6)", + org.apache.qpid.*;version="[0.12,0.13)", org.apache.abdera.*;version="[0.4,2)", org.apache.commons.httpclient.*;version="[3.1,4.0)", org.apache.mina.*;version="[1.1.7,2.0)", Modified: camel/branches/camel-2.8.x/platforms/karaf/features/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/platforms/karaf/features/pom.xml?rev=1213340&r1=1213339&r2=1213340&view=diff ============================================================================== --- camel/branches/camel-2.8.x/platforms/karaf/features/pom.xml (original) +++ camel/branches/camel-2.8.x/platforms/karaf/features/pom.xml Mon Dec 12 18:05:33 2011 @@ -108,7 +108,7 @@ <opensaml-version>2.4.1_1</opensaml-version> <osgi.compendium.version>4.2.0</osgi.compendium.version> <oscache-bundle-version>2.4_5</oscache-bundle-version> - <qpid-bundle-version>0.5.0_2</qpid-bundle-version> + <qpid-bundle-version>0.12_1</qpid-bundle-version> <quickfix-bundle-version>1.5.1_1</quickfix-bundle-version> <pax.web.version>0.7.2</pax.web.version> <quartz-bundle-version>1.8.3_2</quartz-bundle-version>