You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2011/11/03 18:30:40 UTC

svn commit: r1197232 - /camel/trunk/pom.xml

Author: janstey
Date: Thu Nov  3 17:30:40 2011
New Revision: 1197232

URL: http://svn.apache.org/viewvc?rev=1197232&view=rev
Log:
CAMEL-4611 - fix issue with generating source jars

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1197232&r1=1197231&r2=1197232&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Thu Nov  3 17:30:40 2011
@@ -47,7 +47,7 @@
     <!-- eclipse plugin need the jaxb in this pom.xml file -->
     <jaxb-version>2.1.13</jaxb-version>
     <jaxb-api-version>2.1</jaxb-api-version>
-    <maven-bundle-version>2.3.5</maven-bundle-version>
+    <maven-bundle-version>2.3.4</maven-bundle-version>
 
     <openjpa-version>2.1.1</openjpa-version>
   </properties>