Author: jliu
Date: Mon Jul 30 05:15:10 2007
New Revision: 560935
URL: http://svn.apache.org/viewvc?view=rev&rev=560935
Log:
Fixed jettison version in manifest.
Modified:
incubator/cxf/trunk/distribution/manifest/pom.xml
Modified: incubator/cxf/trunk/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/manifest/pom.xml?view=diff&rev=560935&r1=560934&r2=560935
==============================================================================
--- incubator/cxf/trunk/distribution/manifest/pom.xml (original)
+++ incubator/cxf/trunk/distribution/manifest/pom.xml Mon Jul 30 05:15:10 2007
@@ -215,7 +215,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.0-RC1</version>
+ <version>1.0-RC2</version>
</dependency>
</dependencies>