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 2013/10/30 12:22:22 UTC

svn commit: r1537045 - in /webservices/wss4j/trunk: ./ bindings/ bindings/wss10-binding/ bindings/wss11-binding/ bindings/wssc-binding/ bindings/wsu10-binding/ integration/ parent/ policy/ ws-security-common/ ws-security-dom/ ws-security-policy-stax/ w...

Author: coheigea
Date: Wed Oct 30 11:22:22 2013
New Revision: 1537045

URL: http://svn.apache.org/r1537045
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    webservices/wss4j/trunk/bindings/pom.xml
    webservices/wss4j/trunk/bindings/wss10-binding/pom.xml
    webservices/wss4j/trunk/bindings/wss11-binding/pom.xml
    webservices/wss4j/trunk/bindings/wssc-binding/pom.xml
    webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml
    webservices/wss4j/trunk/integration/pom.xml
    webservices/wss4j/trunk/parent/pom.xml
    webservices/wss4j/trunk/policy/pom.xml
    webservices/wss4j/trunk/pom.xml
    webservices/wss4j/trunk/ws-security-common/pom.xml
    webservices/wss4j/trunk/ws-security-dom/pom.xml
    webservices/wss4j/trunk/ws-security-policy-stax/pom.xml
    webservices/wss4j/trunk/ws-security-stax/pom.xml

Modified: webservices/wss4j/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J Bindings</name>
     <packaging>pom</packaging>
 

Modified: webservices/wss4j/trunk/bindings/wss10-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wss10-binding/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wss10-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wss10-binding/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wss10</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J WS-Security 1.0 Binding</name>
 
     <properties>

Modified: webservices/wss4j/trunk/bindings/wss11-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wss11-binding/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wss11-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wss11-binding/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wss11</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J WS-Security 1.1 Binding</name>
 
     <properties>
@@ -116,10 +116,8 @@
                             <fileset dir="${project.build.directory}/generated-sources/xjc/org/xmlsoap" />
                             <fileset dir="${project.build.directory}/generated-sources/xjc/org/w3" />
                         </delete>
-                        <!--<replaceregexp file="${project.build.directory}/wss10.episode" match="&lt;\/bindings&gt;\s$" flags="s"
-                                replace="" />
-                        <replaceregexp file="${project.build.directory}/wss11.episode" match=".*&gt;" flags="s"
-                                replace="" />-->
+                        <!--<replaceregexp file="${project.build.directory}/wss10.episode" match="&lt;\/bindings&gt;\s$" flags="s" replace="" />
+                        <replaceregexp file="${project.build.directory}/wss11.episode" match=".*&gt;" flags="s" replace="" />-->
                         <xslt in="${project.build.directory}/wss11.episode" out="${project.build.directory}/wss11.episode.tmp">
                             <style>
                                 <file file="${basedir}/src/etc/bindings.xsl" />

Modified: webservices/wss4j/trunk/bindings/wssc-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wssc-binding/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wssc-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wssc-binding/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wssc</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J WS-SecureConversation binding</name>
 
     <properties>

Modified: webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml Wed Oct 30 11:22:22 2013
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wsu10</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J WSU 1.0 Binding</name>
 
     <properties>

Modified: webservices/wss4j/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/integration/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/integration/pom.xml (original)
+++ webservices/wss4j/trunk/integration/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,11 +23,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>integration</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J WS-Security Integration</name>
 
     <dependencies>

Modified: webservices/wss4j/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/parent/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-parent</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J parent</name>
     <description>Apache WSS4J parent pom</description>

Modified: webservices/wss4j/trunk/policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/policy/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/policy/pom.xml (original)
+++ webservices/wss4j/trunk/policy/pom.xml Wed Oct 30 11:22:22 2013
@@ -24,11 +24,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-policy</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J WS-SecurityPolicy model</name>
 
     <dependencies>

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Oct 30 11:22:22 2013
@@ -22,7 +22,7 @@
 
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J</name>
     <description>
@@ -69,12 +69,12 @@
     </licenses>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/tags/2_0-beta
+            scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/trunk/
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/tags/2_0-beta
+            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/trunk/
         </developerConnection>
-        <url>http://svn.apache.org/repos/asf/webservices/wss4j/tags/2_0-beta</url>
+        <url>http://svn.apache.org/repos/asf/webservices/wss4j/trunk</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>

Modified: webservices/wss4j/trunk/ws-security-common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,12 +23,12 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-common</artifactId>
     <name>Apache WSS4J WS-Security Common</name>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     
     <properties>
         <wss4j.osgi.import>

Modified: webservices/wss4j/trunk/ws-security-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-dom/pom.xml Wed Oct 30 11:22:22 2013
@@ -23,12 +23,12 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-dom</artifactId>
     <name>Apache WSS4J DOM WS-Security</name>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     
     <properties>
         <wss4j.osgi.dynamic.import>

Modified: webservices/wss4j/trunk/ws-security-policy-stax/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-policy-stax/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-policy-stax/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-policy-stax/pom.xml Wed Oct 30 11:22:22 2013
@@ -24,11 +24,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-policy-stax</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J Streaming WS-SecurityPolicy</name>
 
     <dependencies>

Modified: webservices/wss4j/trunk/ws-security-stax/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-stax/pom.xml?rev=1537045&r1=1537044&r2=1537045&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-stax/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-stax/pom.xml Wed Oct 30 11:22:22 2013
@@ -24,11 +24,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-stax</artifactId>
-    <version>2.0-beta</version>
+    <version>2.0-SNAPSHOT</version>
     <name>Apache WSS4J Streaming WS-Security</name>
 
     <dependencies>