You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2015/10/23 18:09:46 UTC

svn commit: r1710260 - in /webservices/wss4j/branches/2_0_x-fixes: bindings/pom.xml integration/pom.xml parent/pom.xml policy/pom.xml pom.xml ws-security-common/pom.xml ws-security-dom/pom.xml ws-security-policy-stax/pom.xml ws-security-stax/pom.xml

Author: coheigea
Date: Fri Oct 23 16:09:46 2015
New Revision: 1710260

URL: http://svn.apache.org/viewvc?rev=1710260&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    webservices/wss4j/branches/2_0_x-fixes/bindings/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/integration/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/policy/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/ws-security-policy-stax/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/ws-security-stax/pom.xml

Modified: webservices/wss4j/branches/2_0_x-fixes/bindings/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/bindings/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/bindings/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/bindings/pom.xml Fri Oct 23 16:09:46 2015
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <name>Apache WSS4J WS-Security Bindings</name>
 
     <properties>

Modified: webservices/wss4j/branches/2_0_x-fixes/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/integration/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/integration/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/integration/pom.xml Fri Oct 23 16:09:46 2015
@@ -23,11 +23,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>integration</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <name>Apache WSS4J WS-Security Integration</name>
 
     <build>

Modified: webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml Fri Oct 23 16:09:46 2015
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-parent</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J parent</name>
     <description>Apache WSS4J parent pom</description>

Modified: webservices/wss4j/branches/2_0_x-fixes/policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/policy/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/policy/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/policy/pom.xml Fri Oct 23 16:09:46 2015
@@ -24,11 +24,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-policy</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <name>Apache WSS4J WS-SecurityPolicy model</name>
 
     <dependencies>

Modified: webservices/wss4j/branches/2_0_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/pom.xml Fri Oct 23 16:09:46 2015
@@ -22,7 +22,7 @@
 
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J</name>
     <description>
@@ -79,12 +79,12 @@
     </licenses>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/tags/wss4j-2.0.6
+            scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/branches/2_0_x-fixes/
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/tags/wss4j-2.0.6
+            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/branches/2_0_x-fixes/
         </developerConnection>
-        <url>http://svn.apache.org/repos/asf/webservices/wss4j/tags/wss4j-2.0.6</url>
+        <url>http://svn.apache.org/repos/asf/webservices/wss4j/branches/2_0_x-fixes</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>

Modified: webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml Fri Oct 23 16:09:46 2015
@@ -23,12 +23,12 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-common</artifactId>
     <name>Apache WSS4J WS-Security Common</name>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     
     <properties>
         <wss4j.osgi.import>

Modified: webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/pom.xml Fri Oct 23 16:09:46 2015
@@ -23,12 +23,12 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-dom</artifactId>
     <name>Apache WSS4J DOM WS-Security</name>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     
     <properties>
         <wss4j.osgi.dynamic.import>

Modified: webservices/wss4j/branches/2_0_x-fixes/ws-security-policy-stax/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-policy-stax/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/ws-security-policy-stax/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/ws-security-policy-stax/pom.xml Fri Oct 23 16:09:46 2015
@@ -24,11 +24,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-policy-stax</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <name>Apache WSS4J Streaming WS-SecurityPolicy</name>
 
     <dependencies>

Modified: webservices/wss4j/branches/2_0_x-fixes/ws-security-stax/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-stax/pom.xml?rev=1710260&r1=1710259&r2=1710260&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/ws-security-stax/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/ws-security-stax/pom.xml Fri Oct 23 16:09:46 2015
@@ -24,11 +24,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-stax</artifactId>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
     <name>Apache WSS4J Streaming WS-Security</name>
 
     <dependencies>