So it should be no big deal keeping a non snapshot version here, right ? I guess it would be better to use a single version across everything, but I'm really keen on avoiding snapshots if not necessary, because it makes the build way slower and we can't release in such a state.
On Wed, Sep 10, 2008 at 5:40 PM, Freeman Fang <[EMAIL PROTECTED]> wrote: > Hi Guillaume, > The cxf-wsdl-first sample in the trunk use cxf codegen plugin also, this > should be the only place use cxf in trunk now. > > Regards > Freeman > > Guillaume Nodet wrote: >> >> Btw, where in smx3 trunk is cxf used ? I would have thought its main >> uses are in cxf-bc and cxf-se with also wsn2005 which uses the >> wsdl2jaxb tool from cxf, but apart from these, I don't see why we'd >> use it in trunk ... >> Any ideas before I grep the trunk ? >> >> On Wed, Sep 10, 2008 at 4:08 AM, Freeman Fang <[EMAIL PROTECTED]> >> wrote: >> >>> >>> I prefer to use 2.1.3-SNAPSHOT so that we can pick up recent changes in >>> cxf, >>> also some fixes in cxf component depend on the latest changes in cxf. >>> >>> Regards >>> Freeman >>> >>> [EMAIL PROTECTED] wrote: >>> >>>> >>>> Author: tterm >>>> Date: Tue Sep 9 08:08:43 2008 >>>> New Revision: 693480 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=693480&view=rev >>>> Log: >>>> wrong cxf version in main pom >>>> >>>> Modified: >>>> servicemix/smx3/trunk/pom.xml >>>> >>>> Modified: servicemix/smx3/trunk/pom.xml >>>> URL: >>>> >>>> http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=693480&r1=693479&r2=693480&view=diff >>>> >>>> >>>> ============================================================================== >>>> --- servicemix/smx3/trunk/pom.xml (original) >>>> +++ servicemix/smx3/trunk/pom.xml Tue Sep 9 08:08:43 2008 >>>> @@ -97,7 +97,7 @@ >>>> <oro-version>2.0.8</oro-version> >>>> <sitemesh-version>2.2.1</sitemesh-version> >>>> <woden-version>1.0.0M6</woden-version> >>>> - <cxf-version>2.1.2-SNAPSHOT</cxf-version> >>>> + <cxf-version>2.1.2</cxf-version> >>>> <jaxb.version>2.1</jaxb.version> >>>> <jaxb.impl.version>2.1.6</jaxb.impl.version> >>>> <jaxb.xjc.version>2.1.6</jaxb.xjc.version> >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> >> >> > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
