You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/04/01 06:25:18 UTC

svn commit: r643273 - /servicemix/smx3/branches/servicemix-3.2.2/pom.xml

Author: ffang
Date: Mon Mar 31 21:25:17 2008
New Revision: 643273

URL: http://svn.apache.org/viewvc?rev=643273&view=rev
Log:
Using jaxb 2.0 api

Modified:
    servicemix/smx3/branches/servicemix-3.2.2/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2.2/pom.xml?rev=643273&r1=643272&r2=643273&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2.2/pom.xml Mon Mar 31 21:25:17 2008
@@ -221,7 +221,7 @@
         <sitemesh-version>2.2.1</sitemesh-version>
         <woden-version>1.0.0M6</woden-version>
         <cxf-version>2.0.5-incubator-SNAPSHOT</cxf-version>
-        <jaxb.version>2.1</jaxb.version>
+        <jaxb.version>2.0</jaxb.version>
         <jaxb.impl.version>2.0.1</jaxb.impl.version>
         <derby-version>10.2.2.0</derby-version>
 	    <saxon-version>8.9</saxon-version>