You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2011/11/06 19:53:58 UTC

svn commit: r1198529 - in /camel/branches/camel-2.7.x: parent/pom.xml platforms/karaf/features/pom.xml platforms/karaf/features/src/main/resources/features.xml

Author: cmueller
Date: Sun Nov  6 18:53:57 2011
New Revision: 1198529

URL: http://svn.apache.org/viewvc?rev=1198529&view=rev
Log:
CAMEL-4633: Upgrade net.sf.dozer:dozer 5.3.1 -> 5.3.2

Modified:
    camel/branches/camel-2.7.x/parent/pom.xml
    camel/branches/camel-2.7.x/platforms/karaf/features/pom.xml
    camel/branches/camel-2.7.x/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/branches/camel-2.7.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/parent/pom.xml?rev=1198529&r1=1198528&r2=1198529&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/parent/pom.xml (original)
+++ camel/branches/camel-2.7.x/parent/pom.xml Sun Nov  6 18:53:57 2011
@@ -55,7 +55,7 @@
     <cxf-xjc-utils-version>2.3.2</cxf-xjc-utils-version>
     <derby-version>10.4.2.0</derby-version>
     <dnsjava-version>2.1.0</dnsjava-version>
-    <dozer-version>5.3.1</dozer-version>
+    <dozer-version>5.3.2</dozer-version>
     <easymock-version>3.0</easymock-version>
     <ehcache-bundle-version>2.3.0_1</ehcache-bundle-version>
     <flatpack-version>3.2.0_1</flatpack-version>

Modified: camel/branches/camel-2.7.x/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/platforms/karaf/features/pom.xml?rev=1198529&r1=1198528&r2=1198529&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/platforms/karaf/features/pom.xml (original)
+++ camel/branches/camel-2.7.x/platforms/karaf/features/pom.xml Sun Nov  6 18:53:57 2011
@@ -54,7 +54,6 @@
       <commons-management-version>1.0</commons-management-version>
       <commons-pool-bundle-version>1.5.4_1</commons-pool-bundle-version>
       <dom4j-bundle-version>1.6.1_2</dom4j-bundle-version>
-      <dozer-bundle-version>5.3.1</dozer-bundle-version>
       <el-api-1.0-version>1.0.1</el-api-1.0-version>
       <fastinfoset-version>1.2.7_2</fastinfoset-version>
       <features.file>features.xml</features.file>

Modified: camel/branches/camel-2.7.x/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/platforms/karaf/features/src/main/resources/features.xml?rev=1198529&r1=1198528&r2=1198529&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/branches/camel-2.7.x/platforms/karaf/features/src/main/resources/features.xml Sun Nov  6 18:53:57 2011
@@ -233,7 +233,7 @@
     <feature version='${pom.version}'>camel-core</feature>
     <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${servlet-api-2.5-version}</bundle>
     <bundle dependency="true">mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version}</bundle>
-    <bundle dependency="true">mvn:net.sf.dozer/dozer-osgi/${dozer-bundle-version}</bundle>
+    <bundle dependency="true">mvn:net.sf.dozer/dozer-osgi/${dozer-version}</bundle>
     <bundle dependency="true">mvn:commons-lang/commons-lang/${commons-lang-version}</bundle>
     <bundle dependency="true">mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
     <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlbeans/${xmlbeans-bundle-version}</bundle>