JBossWS SVN: r13700 - stack/cxf/branches/jbossws-cxf-3.1.2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-09 03:52:03 -0500 (Wed, 09 Feb 2011)
New Revision: 13700
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
[JBPAPP-5889] Upgrade to Apache CXF 2.2.9
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-02-09 08:49:47 UTC (rev 13699)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-02-09 08:52:03 UTC (rev 13700)
@@ -52,7 +52,7 @@
<jbossws.jboss510.version>3.1.0-SNAPSHOT</jbossws.jboss510.version>
-->
<!-- END -->
- <cxf.version>2.2.8</cxf.version>
+ <cxf.version>2.2.9</cxf.version>
<cxf.spring.version>2.5.6.SEC02</cxf.spring.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>3.1</cxf.asm.version>
13 years, 11 months
JBossWS SVN: r13699 - in stack/cxf/branches/jbossws-cxf-3.1.2: modules/server and 11 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-09 03:49:47 -0500 (Wed, 09 Feb 2011)
New Revision: 13699
Added:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationTestCase.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMe.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMeResponse.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd
Removed:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServerUsernamePasswordCallback.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceIface.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceImpl.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernamePasswordCallback.java
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
[JBPAPP-5764] JBWS-CXF Username Token JAAS integration, porting commit rev. 12227, 12228, 12237, 12238
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -160,6 +160,10 @@
<groupId>sun-fi</groupId>
<artifactId>FastInfoset</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ </dependency>
<!-- transitve dependencies -->
<dependency>
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security)
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication)
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,51 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2010, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.wsf.stack.cxf.security.authentication;
-
-import javax.naming.Context;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-import org.jboss.security.AuthenticationManager;
-
-/**
- * AuthenticationManager loader
- *
- * @author Sergey Beryozkin
- *
- */
-public class AuthenticationManagerLoader
-{
- public AuthenticationManager getManager()
- {
- try
- {
- Context ctx = new InitialContext();
- Object obj = ctx.lookup("java:/comp/env/security/securityMgr");
- return (AuthenticationManager)obj;
- }
- catch (NamingException ne)
- {
- throw new SecurityException("Unable to lookup AuthenticationManager");
- }
- }
-}
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationManagerLoader.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,51 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.wsf.stack.cxf.security.authentication;
+
+import javax.naming.Context;
+import javax.naming.InitialContext;
+import javax.naming.NamingException;
+
+import org.jboss.security.AuthenticationManager;
+
+/**
+ * AuthenticationManager loader
+ *
+ * @author Sergey Beryozkin
+ *
+ */
+public class AuthenticationManagerLoader
+{
+ public AuthenticationManager getManager()
+ {
+ try
+ {
+ Context ctx = new InitialContext();
+ Object obj = ctx.lookup("java:/comp/env/security/securityMgr");
+ return (AuthenticationManager)obj;
+ }
+ catch (NamingException ne)
+ {
+ throw new SecurityException("Unable to lookup AuthenticationManager");
+ }
+ }
+}
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,140 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2010, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.wsf.stack.cxf.security.authentication;
-
-import java.security.Principal;
-import java.util.Collections;
-import java.util.Map;
-
-import javax.security.auth.Subject;
-
-import org.apache.cxf.common.security.SimplePrincipal;
-import org.apache.cxf.ws.security.wss4j.AbstractUsernameTokenAuthenticatingInterceptor;
-import org.jboss.logging.Logger;
-import org.jboss.security.AuthenticationManager;
-import org.jboss.wsf.spi.SPIProvider;
-import org.jboss.wsf.spi.SPIProviderResolver;
-import org.jboss.wsf.spi.invocation.SecurityAdaptor;
-import org.jboss.wsf.spi.invocation.SecurityAdaptorFactory;
-
-/**
- * Interceptor which authenticates a current principal and populates Subject
- *
- * @author Sergey Beryozkin
- *
- */
-public class SubjectCreatingInterceptor extends AbstractUsernameTokenAuthenticatingInterceptor
-{
- private static final Logger log = Logger.getLogger(SubjectCreatingInterceptor.class);
- private SecurityAdaptorFactory secAdaptorFactory;
-
- public SubjectCreatingInterceptor()
- {
- this(Collections.<String, Object> emptyMap());
- }
-
- public SubjectCreatingInterceptor(Map<String, Object> properties)
- {
- super(properties);
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- secAdaptorFactory = spiProvider.getSPI(SecurityAdaptorFactory.class);
- }
-
- @Override
- public Subject createSubject(String name, String password, boolean isDigest, String nonce, String created)
- {
- // Load AuthenticationManager
- // TODO : use PicketBox API
-
- AuthenticationManagerLoader aml = null;
- try
- {
- aml = AuthenticationManagerLoader.class.newInstance();
- }
- catch (Exception ex)
- {
- String msg = "AuthenticationManager can not be loaded";
- log.error(msg);
- throw new SecurityException(msg);
- }
-
- AuthenticationManager am = aml.getManager();
-
- // verify timestamp and nonce if digest
- if (isDigest)
- {
- //verifyUsernameToken(nonce, created);
- // CallbackHandler cb = new UsernameTokenCallbackHandler(nonce, created);
- // CallbackHandlerPolicyContextHandler.setCaallbackHandler(cb);
- }
-
- // authenticate and populate Subject
-
- Principal principal = new SimplePrincipal(name);
- Subject subject = new Subject();
-
- boolean TRACE = log.isTraceEnabled();
- if (TRACE)
- log.trace("About to authenticate, using security domain '" + am.getSecurityDomain() + "'");
-
- if (am.isValid(principal, password, subject) == false)
- {
- String msg = "Authentication failed, principal=" + principal.getName();
- log.error(msg);
- throw new SecurityException(msg);
- }
-
- // push subject on the thread local storage
- SecurityAdaptor adaptor = secAdaptorFactory.newSecurityAdapter();
- adaptor.setPrincipal(principal);
- adaptor.setCredential(password);
- adaptor.pushSubjectContext(subject, principal, password);
-
- if (TRACE)
- log.trace("Authenticated, principal=" + name);
-
- return subject;
- }
-
- /** TODO: JBWS-3028
- private static final int TIMESTAMP_FRESHNESS_THRESHOLD = 300;
- private NonceStore nonceStore;
-
- private void verifyUsernameToken(String nonce, String created)
- {
- if (created != null)
- {
- Calendar cal = SimpleTypeBindings.unmarshalDateTime(created);
- Calendar ref = Calendar.getInstance();
- ref.add(Calendar.SECOND, -TIMESTAMP_FRESHNESS_THRESHOLD);
- if (ref.after(cal))
- throw new SecurityException("Request rejected since a stale timestamp has been provided: " + created);
- }
-
- if (nonce != null)
- {
- if (nonceStore.hasNonce(nonce))
- throw new SecurityException("Request rejected since a message with the same nonce has been recently received; nonce = " + nonce);
- }
- }
- */
-}
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,140 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.wsf.stack.cxf.security.authentication;
+
+import java.security.Principal;
+import java.util.Collections;
+import java.util.Map;
+
+import javax.security.auth.Subject;
+
+import org.apache.cxf.common.security.SimplePrincipal;
+import org.apache.cxf.ws.security.wss4j.AbstractUsernameTokenAuthenticatingInterceptor;
+import org.jboss.logging.Logger;
+import org.jboss.security.AuthenticationManager;
+import org.jboss.wsf.spi.SPIProvider;
+import org.jboss.wsf.spi.SPIProviderResolver;
+import org.jboss.wsf.spi.invocation.SecurityAdaptor;
+import org.jboss.wsf.spi.invocation.SecurityAdaptorFactory;
+
+/**
+ * Interceptor which authenticates a current principal and populates Subject
+ *
+ * @author Sergey Beryozkin
+ *
+ */
+public class SubjectCreatingInterceptor extends AbstractUsernameTokenAuthenticatingInterceptor
+{
+ private static final Logger log = Logger.getLogger(SubjectCreatingInterceptor.class);
+ private SecurityAdaptorFactory secAdaptorFactory;
+
+ public SubjectCreatingInterceptor()
+ {
+ this(Collections.<String, Object> emptyMap());
+ }
+
+ public SubjectCreatingInterceptor(Map<String, Object> properties)
+ {
+ super(properties);
+ SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
+ secAdaptorFactory = spiProvider.getSPI(SecurityAdaptorFactory.class);
+ }
+
+ @Override
+ public Subject createSubject(String name, String password, boolean isDigest, String nonce, String created)
+ {
+ // Load AuthenticationManager
+ // TODO : use PicketBox API
+
+ AuthenticationManagerLoader aml = null;
+ try
+ {
+ aml = AuthenticationManagerLoader.class.newInstance();
+ }
+ catch (Exception ex)
+ {
+ String msg = "AuthenticationManager can not be loaded";
+ log.error(msg);
+ throw new SecurityException(msg);
+ }
+
+ AuthenticationManager am = aml.getManager();
+
+ // verify timestamp and nonce if digest
+ if (isDigest)
+ {
+ //verifyUsernameToken(nonce, created);
+ // CallbackHandler cb = new UsernameTokenCallbackHandler(nonce, created);
+ // CallbackHandlerPolicyContextHandler.setCaallbackHandler(cb);
+ }
+
+ // authenticate and populate Subject
+
+ Principal principal = new SimplePrincipal(name);
+ Subject subject = new Subject();
+
+ boolean TRACE = log.isTraceEnabled();
+ if (TRACE)
+ log.trace("About to authenticate, using security domain '" + am.getSecurityDomain() + "'");
+
+ if (am.isValid(principal, password, subject) == false)
+ {
+ String msg = "Authentication failed, principal=" + principal.getName();
+ log.error(msg);
+ throw new SecurityException(msg);
+ }
+
+ // push subject on the thread local storage
+ SecurityAdaptor adaptor = secAdaptorFactory.newSecurityAdapter();
+ adaptor.setPrincipal(principal);
+ adaptor.setCredential(password);
+ adaptor.pushSubjectContext(subject, principal, password);
+
+ if (TRACE)
+ log.trace("Authenticated, principal=" + name);
+
+ return subject;
+ }
+
+ /** TODO: JBWS-3028
+ private static final int TIMESTAMP_FRESHNESS_THRESHOLD = 300;
+ private NonceStore nonceStore;
+
+ private void verifyUsernameToken(String nonce, String created)
+ {
+ if (created != null)
+ {
+ Calendar cal = SimpleTypeBindings.unmarshalDateTime(created);
+ Calendar ref = Calendar.getInstance();
+ ref.add(Calendar.SECOND, -TIMESTAMP_FRESHNESS_THRESHOLD);
+ if (ref.after(cal))
+ throw new SecurityException("Request rejected since a stale timestamp has been provided: " + created);
+ }
+
+ if (nonce != null)
+ {
+ if (nonceStore.hasNonce(nonce))
+ throw new SecurityException("Request rejected since a message with the same nonce has been recently received; nonce = " + nonce);
+ }
+ }
+ */
+}
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -128,6 +128,23 @@
</webinf>
</war>
+ <!-- jaxws-samples-wsse-username-authorize -->
+ <war
+ warfile="${tests.output.dir}/test-libs/jaxws-samples-wsse-username-authorize.war"
+ webxml="${tests.output.dir}/test-resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/samples/wsse/Service*.class"/>
+ <include name="org/jboss/test/ws/jaxws/samples/wsse/jaxws/*.class"/>
+ <include name="org/jboss/test/ws/jaxws/samples/wsse/SubjectCreatingInterceptor.class"/>
+ <include name="org/jboss/test/ws/jaxws/samples/wsse/AuthenticationManagerLoader.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/username-authorize/WEB-INF">
+ <include name="jboss-web.xml"/>
+ <include name="jbossws-cxf.xml"/>
+ <include name="wsdl/*"/>
+ </webinf>
+ </war>
+
<!-- jaxws-samples-wssePolicy-sign -->
<war
warfile="${tests.output.dir}/test-libs/jaxws-samples-wssePolicy-sign.war"
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServerUsernamePasswordCallback.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServerUsernamePasswordCallback.java 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServerUsernamePasswordCallback.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -33,7 +33,7 @@
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
{
WSPasswordCallback pc = (WSPasswordCallback)callbacks[0];
- if (!("kermit".equals(pc.getIdentifer()) && "thefrog".equals(pc.getPassword())))
- throw new SecurityException("User '" + pc.getIdentifer() + "' with password '" + pc.getPassword() + "' not allowed.");
+ if (!("kermit".equals(pc.getIdentifier()) && "thefrog".equals(pc.getPassword())))
+ throw new SecurityException("User '" + pc.getIdentifier() + "' with password '" + pc.getPassword() + "' not allowed.");
}
}
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceIface.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceIface.java 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceIface.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -32,4 +32,7 @@
{
@WebMethod
String sayHello();
+
+ @WebMethod
+ String greetMe();
}
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceImpl.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceImpl.java 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/ServiceImpl.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -37,4 +37,8 @@
{
return "Secure Hello World!";
}
+ public String greetMe()
+ {
+ return "Greetings!";
+ }
}
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationTestCase.java (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationTestCase.java)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationTestCase.java (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationTestCase.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,116 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsse;
+
+import java.net.URL;
+import java.util.HashMap;
+import java.util.Map;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor;
+import org.apache.cxf.endpoint.Client;
+import org.apache.cxf.endpoint.Endpoint;
+import org.apache.cxf.frontend.ClientProxy;
+import org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * WS-Security username authorization test case
+ *
+ * @author Sergey Beryozkin
+ *
+ */
+public final class UsernameAuthorizationTestCase extends JBossWSTest
+{
+ private final String serviceURL = "http://" + getServerHost() + ":8080/jaxws-samples-wsse-username-authorize";
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(UsernameAuthorizationTestCase.class, "jaxws-samples-wsse-username-authorize.war");
+ }
+
+ public void testAuthorized() throws Exception
+ {
+ QName serviceName = new QName("http://www.jboss.org/jbossws/ws-extensions/wssecurity", "SecurityService");
+ URL wsdlURL = new URL(serviceURL + "?wsdl");
+ Service service = Service.create(wsdlURL, serviceName);
+ ServiceIface proxy = (ServiceIface)service.getPort(ServiceIface.class);
+ setupWsse(proxy, "kermit");
+ assertEquals("Secure Hello World!", proxy.sayHello());
+ }
+
+ public void testUnauthenticated() throws Exception
+ {
+ QName serviceName = new QName("http://www.jboss.org/jbossws/ws-extensions/wssecurity", "SecurityService");
+ URL wsdlURL = new URL(serviceURL + "?wsdl");
+ Service service = Service.create(wsdlURL, serviceName);
+ ServiceIface proxy = (ServiceIface)service.getPort(ServiceIface.class);
+ setupWsse(proxy, "foo");
+ try
+ {
+ proxy.sayHello();
+ fail("User foo should not be authenticated.");
+ }
+ catch (Exception ex)
+ {
+ //expected
+ }
+ }
+
+ public void testUnauthorized() throws Exception
+ {
+ QName serviceName = new QName("http://www.jboss.org/jbossws/ws-extensions/wssecurity", "SecurityService");
+ URL wsdlURL = new URL(serviceURL + "?wsdl");
+ Service service = Service.create(wsdlURL, serviceName);
+ ServiceIface proxy = (ServiceIface)service.getPort(ServiceIface.class);
+ setupWsse(proxy, "kermit");
+ try
+ {
+ proxy.greetMe();
+ fail("User kermit should not be authorized to invoke greetMe.");
+ }
+ catch (Exception ex)
+ {
+ assertEquals("Unauthorized", ex.getMessage());
+ }
+ }
+
+ private void setupWsse(ServiceIface proxy, String username)
+ {
+ Client client = ClientProxy.getClient(proxy);
+ Endpoint cxfEndpoint = client.getEndpoint();
+
+ Map<String, Object> outProps = new HashMap<String, Object>();
+ outProps.put("action", "UsernameToken");
+ outProps.put("user", username);
+ outProps.put("passwordType", "PasswordText");
+ outProps.put("passwordCallbackClass", "org.jboss.test.ws.jaxws.samples.wsse.UsernamePasswordCallback");
+ WSS4JOutInterceptor wssOut = new WSS4JOutInterceptor(outProps); //request
+ cxfEndpoint.getOutInterceptors().add(wssOut);
+ cxfEndpoint.getOutInterceptors().add(new SAAJOutInterceptor());
+ }
+}
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernamePasswordCallback.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernamePasswordCallback.java 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/UsernamePasswordCallback.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -33,7 +33,7 @@
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
{
WSPasswordCallback pc = (WSPasswordCallback)callbacks[0];
- if ("kermit".equals(pc.getIdentifer()))
+ if ("kermit".equals(pc.getIdentifier()))
pc.setPassword("thefrog");
else
pc.setPassword("wrong password");
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMe.java (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMe.java)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMe.java (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMe.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,32 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsse.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "greetMe", namespace = "http://www.jboss.org/jbossws/ws-extensions/wssecurity")
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "greetMe", namespace = "http://www.jboss.org/jbossws/ws-extensions/wssecurity")
+public class GreetMe {}
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMeResponse.java (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMeResponse.java)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMeResponse.java (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/jaxws/GreetMeResponse.java 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,49 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsse.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "greetMeResponse", namespace = "http://www.jboss.org/jbossws/ws-extensions/wssecurity")
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "greetMeResponse", namespace = "http://www.jboss.org/jbossws/ws-extensions/wssecurity")
+public class GreetMeResponse
+{
+
+ @XmlElement(name = "return", namespace = "")
+ private String _return;
+
+ public String getReturn()
+ {
+ return this._return;
+ }
+
+ public void setReturn(String _return)
+ {
+ this._return = _return;
+ }
+
+}
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize)
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF)
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
- <security-domain>java:/jaas/JBossWS</security-domain>
-</jboss-web>
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jboss-web.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
+
+<jboss-web>
+ <security-domain>java:/jaas/JBossWS</security-domain>
+</jboss-web>
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,45 +0,0 @@
-<beans
- xmlns='http://www.springframework.org/schema/beans'
- xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xmlns:beans='http://www.springframework.org/schema/beans'
- xmlns:jaxws='http://cxf.apache.org/jaxws'
- xmlns:util='http://www.springframework.org/schema/util'
- xsi:schemaLocation='http://cxf.apache.org/core
- http://cxf.apache.org/schemas/core.xsd
- http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-2.0.xsd
- http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://cxf.apache.org/jaxws
- http://cxf.apache.org/schemas/jaxws.xsd'>
-
- <bean id="SecurityContextIn" class="org.jboss.wsf.stack.cxf.security.authentication.SubjectCreatingInterceptor">
- <constructor-arg>
- <map>
- <entry key="action" value="UsernameToken"/>
- </map>
- </constructor-arg>
- </bean>
-
- <util:map id="methodPermissions">
- <entry key="sayHello" value="friend"/>
- <entry key="greetMe" value="snoopies"/>
- </util:map>
-
- <bean id="AuthorizeIn" class="org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor">
- <property name="methodRolesMap" ref="methodPermissions"/>
- </bean>
-
- <jaxws:endpoint
- id='ServiceImpl'
- address='http://@jboss.bind.address@:8080/jaxws-samples-wsse-username-authorize'
- implementor='org.jboss.test.ws.jaxws.samples.wsse.ServiceImpl'>
- <jaxws:inInterceptors>
- <ref bean="SecurityContextIn"/>
- <ref bean="AuthorizeIn"/>
- <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
- </jaxws:inInterceptors>
- </jaxws:endpoint>
-
-
-</beans>
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/jbossws-cxf.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,45 @@
+<beans
+ xmlns='http://www.springframework.org/schema/beans'
+ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+ xmlns:beans='http://www.springframework.org/schema/beans'
+ xmlns:jaxws='http://cxf.apache.org/jaxws'
+ xmlns:util='http://www.springframework.org/schema/util'
+ xsi:schemaLocation='http://cxf.apache.org/core
+ http://cxf.apache.org/schemas/core.xsd
+ http://www.springframework.org/schema/util
+ http://www.springframework.org/schema/util/spring-util-2.0.xsd
+ http://www.springframework.org/schema/beans
+ http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+ http://cxf.apache.org/jaxws
+ http://cxf.apache.org/schemas/jaxws.xsd'>
+
+ <bean id="SecurityContextIn" class="org.jboss.wsf.stack.cxf.security.authentication.SubjectCreatingInterceptor">
+ <constructor-arg>
+ <map>
+ <entry key="action" value="UsernameToken"/>
+ </map>
+ </constructor-arg>
+ </bean>
+
+ <util:map id="methodPermissions">
+ <entry key="sayHello" value="friend"/>
+ <entry key="greetMe" value="snoopies"/>
+ </util:map>
+
+ <bean id="AuthorizeIn" class="org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor">
+ <property name="methodRolesMap" ref="methodPermissions"/>
+ </bean>
+
+ <jaxws:endpoint
+ id='ServiceImpl'
+ address='http://@jboss.bind.address@:8080/jaxws-samples-wsse-username-authorize'
+ implementor='org.jboss.test.ws.jaxws.samples.wsse.ServiceImpl'>
+ <jaxws:inInterceptors>
+ <ref bean="SecurityContextIn"/>
+ <ref bean="AuthorizeIn"/>
+ <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
+ </jaxws:inInterceptors>
+ </jaxws:endpoint>
+
+
+</beans>
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app
- version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
- <servlet>
- <servlet-name>TestService</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.samples.wsse.ServiceImpl</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>TestService</servlet-name>
- <url-pattern>/*</url-pattern>
- </servlet-mapping>
-</web-app>
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/web.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app
+ version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
+ <servlet>
+ <servlet-name>TestService</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.samples.wsse.ServiceImpl</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>TestService</servlet-name>
+ <url-pattern>/*</url-pattern>
+ </servlet-mapping>
+</web-app>
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl)
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<definitions targetNamespace="http://www.jboss.org/jbossws/ws-extensions/wssecurity" name="SecurityService"
- xmlns:tns="http://www.jboss.org/jbossws/ws-extensions/wssecurity"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types>
- <xsd:schema>
- <xsd:import namespace="http://www.jboss.org/jbossws/ws-extensions/wssecurity" schemaLocation="SecurityService_schema1.xsd"/>
- </xsd:schema>
- </types>
- <message name="sayHello">
- <part name="parameters" element="tns:sayHello"/>
- </message>
- <message name="sayHelloResponse">
- <part name="parameters" element="tns:sayHelloResponse"/>
- </message>
- <message name="greetMe">
- <part name="parameters" element="tns:greetMe"/>
- </message>
- <message name="greetMeResponse">
- <part name="parameters" element="tns:greetMeResponse"/>
- </message>
- <portType name="ServiceIface">
- <operation name="sayHello">
- <input message="tns:sayHello"/>
- <output message="tns:sayHelloResponse"/>
- </operation>
- <operation name="greetMe">
- <input message="tns:greetMe"/>
- <output message="tns:greetMeResponse"/>
- </operation>
- </portType>
- <binding name="SecurityServicePortBinding" type="tns:ServiceIface">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
- <operation name="sayHello">
- <soap:operation soapAction=""/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- <operation name="greetMe">
- <soap:operation soapAction=""/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <service name="SecurityService">
- <port name="SecurityServicePort" binding="tns:SecurityServicePortBinding">
- <soap:address location="http://@jboss.bind.address@:8080/jaxws-samples-wsse-username-authorize"/>
- </port>
- </service>
-</definitions>
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService.wsdl 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<definitions targetNamespace="http://www.jboss.org/jbossws/ws-extensions/wssecurity" name="SecurityService"
+ xmlns:tns="http://www.jboss.org/jbossws/ws-extensions/wssecurity"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns="http://schemas.xmlsoap.org/wsdl/">
+ <types>
+ <xsd:schema>
+ <xsd:import namespace="http://www.jboss.org/jbossws/ws-extensions/wssecurity" schemaLocation="SecurityService_schema1.xsd"/>
+ </xsd:schema>
+ </types>
+ <message name="sayHello">
+ <part name="parameters" element="tns:sayHello"/>
+ </message>
+ <message name="sayHelloResponse">
+ <part name="parameters" element="tns:sayHelloResponse"/>
+ </message>
+ <message name="greetMe">
+ <part name="parameters" element="tns:greetMe"/>
+ </message>
+ <message name="greetMeResponse">
+ <part name="parameters" element="tns:greetMeResponse"/>
+ </message>
+ <portType name="ServiceIface">
+ <operation name="sayHello">
+ <input message="tns:sayHello"/>
+ <output message="tns:sayHelloResponse"/>
+ </operation>
+ <operation name="greetMe">
+ <input message="tns:greetMe"/>
+ <output message="tns:greetMeResponse"/>
+ </operation>
+ </portType>
+ <binding name="SecurityServicePortBinding" type="tns:ServiceIface">
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+ <operation name="sayHello">
+ <soap:operation soapAction=""/>
+ <input>
+ <soap:body use="literal"/>
+ </input>
+ <output>
+ <soap:body use="literal"/>
+ </output>
+ </operation>
+ <operation name="greetMe">
+ <soap:operation soapAction=""/>
+ <input>
+ <soap:body use="literal"/>
+ </input>
+ <output>
+ <soap:body use="literal"/>
+ </output>
+ </operation>
+ </binding>
+ <service name="SecurityService">
+ <port name="SecurityServicePort" binding="tns:SecurityServicePortBinding">
+ <soap:address location="http://@jboss.bind.address@:8080/jaxws-samples-wsse-username-authorize"/>
+ </port>
+ </service>
+</definitions>
Deleted: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd 2011-01-27 19:39:50 UTC (rev 13626)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd 2011-02-09 08:49:47 UTC (rev 13699)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<xs:schema version="1.0" targetNamespace="http://www.jboss.org/jbossws/ws-extensions/wssecurity" xmlns:tns="http://www.jboss.org/jbossws/ws-extensions/wssecurity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:element name="sayHello" type="tns:sayHello"/>
-
- <xs:element name="sayHelloResponse" type="tns:sayHelloResponse"/>
-
- <xs:complexType name="sayHello">
- <xs:sequence/>
- </xs:complexType>
-
- <xs:complexType name="sayHelloResponse">
- <xs:sequence>
- <xs:element name="return" type="xs:string" minOccurs="0"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:element name="greetMe" type="tns:greetMe"/>
-
- <xs:element name="greetMeResponse" type="tns:greetMeResponse"/>
-
- <xs:complexType name="greetMe">
- <xs:sequence/>
- </xs:complexType>
-
- <xs:complexType name="greetMeResponse">
- <xs:sequence>
- <xs:element name="return" type="xs:string" minOccurs="0"/>
- </xs:sequence>
- </xs:complexType>
-</xs:schema>
-
Copied: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd (from rev 13626, stack/cxf/branches/JBPAPP-5764/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd)
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd (rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/username-authorize/WEB-INF/wsdl/SecurityService_schema1.xsd 2011-02-09 08:49:47 UTC (rev 13699)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<xs:schema version="1.0" targetNamespace="http://www.jboss.org/jbossws/ws-extensions/wssecurity" xmlns:tns="http://www.jboss.org/jbossws/ws-extensions/wssecurity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:element name="sayHello" type="tns:sayHello"/>
+
+ <xs:element name="sayHelloResponse" type="tns:sayHelloResponse"/>
+
+ <xs:complexType name="sayHello">
+ <xs:sequence/>
+ </xs:complexType>
+
+ <xs:complexType name="sayHelloResponse">
+ <xs:sequence>
+ <xs:element name="return" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name="greetMe" type="tns:greetMe"/>
+
+ <xs:element name="greetMeResponse" type="tns:greetMeResponse"/>
+
+ <xs:complexType name="greetMe">
+ <xs:sequence/>
+ </xs:complexType>
+
+ <xs:complexType name="greetMeResponse">
+ <xs:sequence>
+ <xs:element name="return" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>
+
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt 2011-02-09 08:49:47 UTC (rev 13699)
@@ -44,3 +44,4 @@
# Seems MSFT interop. endpoints are down :(
org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**
+
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-02-09 08:36:29 UTC (rev 13698)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-02-09 08:49:47 UTC (rev 13699)
@@ -58,6 +58,7 @@
<cxf.asm.version>3.1</cxf.asm.version>
<jboss.common.core.version>2.2.16.GA</jboss.common.core.version>
<fastinfoset.api.version>1.2.7</fastinfoset.api.version>
+ <jboss.security.spi.version>2.0.4.SP4</jboss.security.spi.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.12.patch01</jaxb.impl.version>
<jaxrpc.api.version>1.1</jaxrpc.api.version>
@@ -469,6 +470,12 @@
<version>${jboss.common.core.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ <version>${jboss.security.spi.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- transitve dependencies -->
<dependency>
13 years, 11 months
JBossWS SVN: r13698 - in stack/cxf/branches/jbossws-cxf-3.1.2: modules/client/src/main/resources/META-INF and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-09 03:36:29 -0500 (Wed, 09 Feb 2011)
New Revision: 13698
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/extensions.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/tools.service.validator.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
[JBPAPP-5889] Upgrade to Apache CXF 2.2.8
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/extensions.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/extensions.xml 2011-02-08 17:19:30 UTC (rev 13697)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/extensions.xml 2011-02-09 08:36:29 UTC (rev 13698)
@@ -19,7 +19,7 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
+<properties>
<entry key="org.apache.cxf.binding.corba-1">javax.wsdl.Binding=org.apache.cxf.binding.corba.wsdl.BindingType</entry>
<entry key="org.apache.cxf.binding.corba-2">javax.wsdl.BindingOperation=org.apache.cxf.binding.corba.wsdl.OperationType</entry>
<entry key="org.apache.cxf.binding.corba-3">javax.wsdl.Definition=org.apache.cxf.binding.corba.wsdl.TypeMappingType</entry>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/tools.service.validator.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2011-02-08 17:19:30 UTC (rev 13697)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2011-02-09 08:36:29 UTC (rev 13698)
@@ -19,7 +19,7 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
+<properties>
<entry key="UniqueBodyValidator">org.apache.cxf.tools.wsdlto.frontend.jaxws.validator.UniqueBodyValidator</entry>
<entry key="WrapperStyleNameCollisionValidator">org.apache.cxf.tools.wsdlto.frontend.jaxws.validator.WrapperStyleNameCollisionValidator</entry>
<entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2011-02-08 17:19:30 UTC (rev 13697)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2011-02-09 08:36:29 UTC (rev 13698)
@@ -19,7 +19,7 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
+<properties>
<entry key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
<entry key="xml-javax.wsdl.Port">org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin</entry>
<entry key="xml-javax.wsdl.Binding">org.apache.cxf.binding.xml.wsdl11.XmlBindingPlugin</entry>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml 2011-02-08 17:19:30 UTC (rev 13697)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml 2011-02-09 08:36:29 UTC (rev 13698)
@@ -17,7 +17,7 @@
<!-- Properties -->
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
- <surefire.memory.args>-Xmx512m -XX:MaxPermSize=256m</surefire.memory.args>
+ <surefire.memory.args>-Xmx768m -XX:MaxPermSize=450m</surefire.memory.args>
<surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt 2011-02-08 17:19:30 UTC (rev 13697)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/test-excludes-jboss510.txt 2011-02-09 08:36:29 UTC (rev 13698)
@@ -8,9 +8,6 @@
# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
org/jboss/test/ws/jaxws/binding/**
-# [CXF-1516] Type inheritance with document/literal/bare
-org/jboss/test/ws/jaxws/jbws1702/**
-
# [CXF-1517] HTTP bindings for Provider
org/jboss/test/ws/jaxws/jbws1807/**
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-02-08 17:19:30 UTC (rev 13697)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-02-09 08:36:29 UTC (rev 13698)
@@ -52,7 +52,7 @@
<jbossws.jboss510.version>3.1.0-SNAPSHOT</jbossws.jboss510.version>
-->
<!-- END -->
- <cxf.version>2.2.6-patch-01</cxf.version>
+ <cxf.version>2.2.8</cxf.version>
<cxf.spring.version>2.5.6.SEC02</cxf.spring.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>3.1</cxf.asm.version>
13 years, 11 months
JBossWS SVN: r13697 - stack/cxf/branches/JBPAPP-5764.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-08 12:19:30 -0500 (Tue, 08 Feb 2011)
New Revision: 13697
Modified:
stack/cxf/branches/JBPAPP-5764/pom.xml
Log:
Moving to internally built cxf 2.2.12
Modified: stack/cxf/branches/JBPAPP-5764/pom.xml
===================================================================
--- stack/cxf/branches/JBPAPP-5764/pom.xml 2011-02-08 17:14:10 UTC (rev 13696)
+++ stack/cxf/branches/JBPAPP-5764/pom.xml 2011-02-08 17:19:30 UTC (rev 13697)
@@ -52,7 +52,7 @@
<jbossws.jboss510.version>3.1.0-SNAPSHOT</jbossws.jboss510.version>
-->
<!-- END -->
- <cxf.version>2.2.12</cxf.version>
+ <cxf.version>2.2.12-patch01-SNAPSHOT</cxf.version>
<cxf.spring.version>2.5.6.SEC02</cxf.spring.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>3.1</cxf.asm.version>
13 years, 11 months
JBossWS SVN: r13696 - thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/src/main/java/org/apache/cxf/transport/http.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-08 12:14:10 -0500 (Tue, 08 Feb 2011)
New Revision: 13696
Modified:
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java
Log:
[CXF-3065][JBPAPP-4564] Fixing HTTPConduit as per CXF 3065 changes applied on 2.3.x dev line
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java 2011-02-08 15:59:29 UTC (rev 13695)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java 2011-02-08 17:14:10 UTC (rev 13696)
@@ -1804,7 +1804,9 @@
}
message.put(KEY_HTTP_CONNECTION, connection);
- connection.setFixedLengthStreamingMode(stream.size());
+ if (stream != null) {
+ connection.setFixedLengthStreamingMode(stream.size());
+ }
// Need to set the headers before the trust decision
// because they are set before the connect().
@@ -2203,9 +2205,11 @@
*/
protected void handleRetransmits() throws IOException {
// If we have a cachedStream, we are caching the request.
- if (cachedStream != null) {
+ if (cachedStream != null
+ || ("GET".equals(connection.getRequestMethod()) && getClient().isAutoRedirect())) {
- if (LOG.isLoggable(Level.FINE)) {
+
+ if (LOG.isLoggable(Level.FINE) && cachedStream != null) {
LOG.fine("Conduit \""
+ getConduitName()
+ "\" Transmit cached message to: "
13 years, 11 months
JBossWS SVN: r13695 - in thirdparty/cxf/branches/cxf-2.2.12: distribution and 60 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-08 10:59:29 -0500 (Tue, 08 Feb 2011)
New Revision: 13695
Modified:
thirdparty/cxf/branches/cxf-2.2.12/common/
thirdparty/cxf/branches/cxf-2.2.12/distribution/
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/
thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/
thirdparty/cxf/branches/cxf-2.2.12/integration/
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/
thirdparty/cxf/branches/cxf-2.2.12/rt/
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/
thirdparty/cxf/branches/cxf-2.2.12/systests/
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/
thirdparty/cxf/branches/cxf-2.2.12/tools/
thirdparty/cxf/branches/cxf-2.2.12/tools/javato/
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/
Log:
[JBPAPP-5889] Further setting svn:ignore props
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/common
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/integration
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/rt
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/systests
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/tools
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/tools/javato
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto
___________________________________________________________________
Name: svn:ignore
+ target
.project
.classpath
.settings
13 years, 11 months
JBossWS SVN: r13694 - in thirdparty/cxf/branches/cxf-2.2.12: api and 131 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-08 10:42:16 -0500 (Tue, 08 Feb 2011)
New Revision: 13694
Modified:
thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml
Log:
[JBPAPP-5455] Updating versions to 2.2.12-patch01-SNAPSHOT
Modified: thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,13 +22,13 @@
<artifactId>cxf-api</artifactId>
<packaging>jar</packaging>
<name>Apache CXF API</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-buildtools</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Buildtools</name>
<url>http://cxf.apache.org</url>
<packaging>jar</packaging>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Common Utilities</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Common</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,13 +22,13 @@
<artifactId>cxf-common-schemas</artifactId>
<packaging>jar</packaging>
<name>Apache CXF Common Schemas</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org/</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,13 +22,13 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XML Schema Validation with Xerces</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-boolean</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC Boolean Getter Plugin</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-boolean-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC Boolean Getter Plugin Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-bug671</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC Plugin To Workaround JAXB Bug 671</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-dv</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC Default Value Plugin</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-dv-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC Default Value Plugin Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC Plugins</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-ts</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC toString Plugin</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-ts-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XJC toString Plugin Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-xsd</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Common XSD2Java Plugins</name>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Bundle Jar</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle-jaxrs</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF JAX-RS Bundle Jar</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle-minimal</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Minimal Bundle Jar</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-minimal</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle-parent</artifactId>
<packaging>pom</packaging>
<name>Apache CXF Bundle Parent</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -23,13 +23,13 @@
<artifactId>cxf-distribution-manifest</artifactId>
<packaging>jar</packaging>
<name>Apache CXF Manifest Jar</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,13 +22,13 @@
<artifactId>apache-cxf</artifactId>
<packaging>pom</packaging>
<name>Apache CXF Distribution</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -99,23 +99,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -165,17 +165,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -147,22 +147,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -96,18 +96,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -112,18 +112,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -114,18 +114,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- This dependency is needed if you're using the Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -147,18 +147,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -96,18 +96,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- This dependency is needed if you're using the Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -95,23 +95,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -126,18 +126,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -187,18 +187,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -139,18 +139,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -145,23 +145,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -146,23 +146,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -90,22 +90,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -137,22 +137,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -123,22 +123,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>rhino</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -140,18 +140,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Samples</name>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -115,23 +115,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -115,28 +115,28 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -142,22 +142,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -140,22 +140,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -134,38 +134,38 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -186,29 +186,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
@@ -173,29 +173,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
@@ -174,29 +174,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -155,29 +155,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -126,43 +126,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -134,43 +134,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -173,29 +173,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -127,43 +127,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -157,18 +157,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -120,18 +120,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -229,17 +229,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -148,18 +148,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -148,18 +148,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<properties>
@@ -141,23 +141,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jbi</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF JBI Integration</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jca</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF JCA Connection</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Integration</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.archetype</groupId>
<artifactId>cxf-jaxws-javafirst</artifactId>
<name>Apache CXF Archetype - Simple JAX-WS Java First</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<properties>
<maven.test.skip>true</maven.test.skip>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-archetypes</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Maven Archetypes</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Code Generation Maven2 Plugins</name>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-corbatools-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF CORBA Tools Maven2 Plugins</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Java2WS Maven2 Plugin</name>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Maven Plugins</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -3,7 +3,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wsdl-validator-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF WSDL Validator Maven2 Plugin</name>
<url>http://cxf.apache.org</url>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xml2fastinfoset-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF XML to FastInfoset Maven2 Plugin</name>
<url>http://cxf.apache.org</url>
<prerequisites>
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Parent</name>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF</name>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime Core</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime JAX-RS Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime JAX-WS Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime JavaScript Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime Simple Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime Management</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -3,14 +3,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-testsupport</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Test Case Support</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime HTTP Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime HTTP Jetty Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-osgi</artifactId>
<packaging>bundle</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF HTTP Transport for OSGi</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jbi</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime JBI Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime JMS Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Runtime Local Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-databinding</artifactId>
<name>Apache CXF Databinding System Tests</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jaxrs</artifactId>
<name>Apache CXF JAX-RS System Tests</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jaxws</artifactId>
<name>Apache CXF JAX-WS System Tests</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF System Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transports</artifactId>
<name>Apache CXF Transport System Tests</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-uncategorized</artifactId>
<name>Apache CXF Uncategorized System Tests</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ws-specs</artifactId>
<name>Apache CXF WS-* Specifications System Tests</name>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -20,12 +20,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-codegen</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Test for reading wsdl from repo and generating code from it</name>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -20,12 +20,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Test for writing wsdl to repo</name>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-wsdl-maven</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF System Tests for WSDL generation and retrieval</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Test Utilities</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools Common</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-corba</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools CORBA</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-javato</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools JavaTo</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-java2ws</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools JavaTo WS</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-validator</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools Validator</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-core</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo Core</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDL to JavaScript Front End</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-misctools</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo Misctools</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto</artifactId>
<packaging>pom</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml 2011-02-08 14:45:25 UTC (rev 13693)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml 2011-02-08 15:42:16 UTC (rev 13694)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo Test</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12</version>
+ <version>2.2.12-patch01-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
13 years, 11 months
JBossWS SVN: r13692 - common/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-02-08 09:44:48 -0500 (Tue, 08 Feb 2011)
New Revision: 13692
Added:
common/tags/jbossws-common-2.0.0.Alpha2/
Log:
tagging
Copied: common/tags/jbossws-common-2.0.0.Alpha2 (from rev 13691, common/trunk)
13 years, 11 months
JBossWS SVN: r13691 - spi/tags/jbossws-spi-2.0.0.Alpha2.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-02-08 09:40:27 -0500 (Tue, 08 Feb 2011)
New Revision: 13691
Modified:
spi/tags/jbossws-spi-2.0.0.Alpha2/pom.xml
Log:
fixing parent
Modified: spi/tags/jbossws-spi-2.0.0.Alpha2/pom.xml
===================================================================
--- spi/tags/jbossws-spi-2.0.0.Alpha2/pom.xml 2011-02-08 14:40:14 UTC (rev 13690)
+++ spi/tags/jbossws-spi-2.0.0.Alpha2/pom.xml 2011-02-08 14:40:27 UTC (rev 13691)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.9.GA</version>
</parent>
<!-- Source Control Management -->
13 years, 11 months