You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/11/26 18:09:49 UTC

svn commit: r1545734 [2/2] - in /cxf/tags/cxf-3.0.0-milestone1/distribution: ./ manifest/ src/main/release/samples/ src/main/release/samples/aegis/ src/main/release/samples/aegis_standalone/ src/main/release/samples/callback/ src/main/release/samples/c...

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -116,23 +116,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -127,38 +127,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first/pom.xml Tue Nov 26 17:09:48 2013
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -164,12 +164,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -120,18 +120,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_https/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_https/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_https/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -148,18 +148,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -148,18 +148,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=1545734&r1=1545733&r2=1545734&view=diff
==============================================================================
--- cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original)
+++ cxf/tags/cxf-3.0.0-milestone1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Tue Nov 26 17:09:48 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-milestone1</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -130,23 +130,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</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>3.0.0-SNAPSHOT</version>
+            <version>3.0.0-milestone1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>