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/29 11:08:21 UTC

svn commit: r1536636 - 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: Tue Oct 29 10:08:21 2013
New Revision: 1536636

URL: http://svn.apache.org/r1536636
Log:
Preparing for 2.0-beta release

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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wss10-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wss10-binding/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wss10</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wss11-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wss11-binding/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wss11</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-SNAPSHOT</version>
     <name>Apache WSS4J WS-Security 1.1 Binding</name>
 
     <properties>

Modified: webservices/wss4j/trunk/bindings/wssc-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wssc-binding/pom.xml?rev=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wssc-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wssc-binding/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-bindings-wssc</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml Tue Oct 29 10:08:21 2013
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-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-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/integration/pom.xml (original)
+++ webservices/wss4j/trunk/integration/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,11 +25,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>integration</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Tue Oct 29 10:08:21 2013
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-parent</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J parent</name>
     <description>Apache WSS4J parent pom</description>
@@ -45,7 +45,7 @@
         <woodstox.core.asl.version>4.2.0</woodstox.core.asl.version>
         <xalan.version>2.7.1</xalan.version>
         <xerces.version>2.11.0</xerces.version>
-        <xmlsec.version>2.0.0-SNAPSHOT</xmlsec.version>
+        <xmlsec.version>2.0.0-beta</xmlsec.version>
         <opensaml.version>2.6.0</opensaml.version>
         <testng.version>6.5.2</testng.version>
         <junit.version>4.11</junit.version>

Modified: webservices/wss4j/trunk/policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/policy/pom.xml?rev=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/policy/pom.xml (original)
+++ webservices/wss4j/trunk/policy/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,11 +25,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-policy</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue Oct 29 10:08:21 2013
@@ -24,7 +24,7 @@
 
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J</name>
     <description>

Modified: webservices/wss4j/trunk/ws-security-common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/pom.xml?rev=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,12 +25,12 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-common</artifactId>
     <name>Apache WSS4J WS-Security Common</name>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-dom/pom.xml Tue Oct 29 10:08:21 2013
@@ -25,12 +25,12 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-dom</artifactId>
     <name>Apache WSS4J DOM WS-Security</name>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-policy-stax/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-policy-stax/pom.xml Tue Oct 29 10:08:21 2013
@@ -26,11 +26,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-policy-stax</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-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=1536636&r1=1536635&r2=1536636&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-stax/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-stax/pom.xml Tue Oct 29 10:08:21 2013
@@ -26,11 +26,11 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j-ws-security-stax</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-SNAPSHOT</version>
     <name>Apache WSS4J Streaming WS-Security</name>
 
     <dependencies>