Author: dkulp
Date: Thu Oct  7 21:02:07 2010
New Revision: 1005638

URL: http://svn.apache.org/viewvc?rev=1005638&view=rev
Log:
Go back to 2.3.0-SNAPSHOT for the utils until release is promoted

Modified:
    
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
    cxf/trunk/pom.xml
    
cxf/trunk/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java

Modified: 
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml?rev=1005638&r1=1005637&r2=1005638&view=diff
==============================================================================
--- 
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
 (original)
+++ 
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
 Thu Oct  7 21:02:07 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: cxf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1005638&r1=1005637&r2=1005638&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Thu Oct  7 21:02:07 2010
@@ -42,8 +42,8 @@
 
     <properties>
         <compiler.fork>false</compiler.fork>
-        <cxf.build-utils.version>2.3.0</cxf.build-utils.version>
-        <cxf.xjc-utils.version>2.3.0</cxf.xjc-utils.version>
+        <cxf.build-utils.version>2.3.0-SNAPSHOT</cxf.build-utils.version>
+        <cxf.xjc-utils.version>2.3.0-SNAPSHOT</cxf.xjc-utils.version>
         <jdk.version>1.6</jdk.version>
     </properties>
 

Modified: 
cxf/trunk/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java?rev=1005638&r1=1005637&r2=1005638&view=diff
==============================================================================
--- 
cxf/trunk/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
 (original)
+++ 
cxf/trunk/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
 Thu Oct  7 21:02:07 2010
@@ -133,7 +133,7 @@ public class XMLBeanTypeInfo extends Bea
                     if (schemaType == null) {
                         schemaType = 
getTypeMapping().getTypeQName(pd.getPropertyType());
                     }
-                    customTypeObject.setTypeClass(typeClass);
+                    customTypeObject.setTypeClass(typeClass);
                     customTypeObject.setSchemaType(schemaType);
                 } catch (ClassNotFoundException e1) {
                     //


Reply via email to