Author: ningjiang
Date: Thu Jan 28 09:44:36 2010
New Revision: 904018

URL: http://svn.apache.org/viewvc?rev=904018&view=rev
Log:
CAMEL-2418 let the camel 1.x ant-run plugin use jaxb impl 2.1.6

Modified:
    camel/branches/camel-1.x/parent/pom.xml
    camel/branches/camel-1.x/pom.xml

Modified: camel/branches/camel-1.x/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-1.x/parent/pom.xml?rev=904018&r1=904017&r2=904018&view=diff
==============================================================================
--- camel/branches/camel-1.x/parent/pom.xml (original)
+++ camel/branches/camel-1.x/parent/pom.xml Thu Jan 28 09:44:36 2010
@@ -991,12 +991,12 @@
                   <dependency>
                       <groupId>com.sun.xml.bind</groupId>
                       <artifactId>jaxb-impl</artifactId>
-                      <version>2.1.5-dev</version>
+                      <version>${jaxb-version}</version>
                   </dependency>
                   <dependency>
                       <groupId>com.sun.xml.bind</groupId>
                       <artifactId>jaxb-xjc</artifactId>
-                      <version>2.1.5-dev</version>
+                      <version>${jaxb-version}</version>
                   </dependency>
               </dependencies>
            </plugin>

Modified: camel/branches/camel-1.x/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml?rev=904018&r1=904017&r2=904018&view=diff
==============================================================================
--- camel/branches/camel-1.x/pom.xml (original)
+++ camel/branches/camel-1.x/pom.xml Thu Jan 28 09:44:36 2010
@@ -45,6 +45,7 @@
     
<site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
 
     <felix-version>2.0.1</felix-version>
+    <jaxb-version>2.1.6</jaxb-version>
   </properties>
 
   <url>http://apache.apache.org/camel/</url>
@@ -451,12 +452,12 @@
               <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.1.5-dev</version>
+                <version>${jaxb-version}</version>
               </dependency>
               <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-xjc</artifactId>
-                <version>2.1.5-dev</version>
+                <version>${jaxb-version}</version>
               </dependency>
               <dependency>
                 <groupId>ant-contrib</groupId>


Reply via email to