Author: coheigea
Date: Wed Dec 17 07:11:58 2008
New Revision: 727410

URL: http://svn.apache.org/viewvc?rev=727410&view=rev
Log:
Updated the spec versions and urls in the xdocs index to be 1.1
 - Also changed the version number in the pom to be 1.5.5-SNAPSHOT instead of 
SNAPSHOT. The maven-changes-plugin will pick up the 1.5.5 JIRA items 
automatically then.

Modified:
    webservices/wss4j/trunk/README.txt
    webservices/wss4j/trunk/pom.xml
    webservices/wss4j/trunk/xdocs/index.xml

Modified: webservices/wss4j/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/README.txt?rev=727410&r1=727409&r2=727410&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Wed Dec 17 07:11:58 2008
@@ -15,10 +15,9 @@
 
 WSS4J implements
 
- * OASIS Web Serives Security: SOAP Message Security 1.0 Standard 200401, 
-   March 2004
- * Username Token profile V1.0
- * X.509 Token Profile V1.0
+ * Web Services Security: SOAP Message Security 1.1 
+ * Username Token profile 1.1
+ * X.509 Certificate Token Profile 1.1
 
 The Web Services Security part of WSS4J is fairly well tested and many
 WebService projects use it already. Also interoperability with

Modified: webservices/wss4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=727410&r1=727409&r2=727410&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Dec 17 07:11:58 2008
@@ -8,7 +8,7 @@
     <packaging>bundle</packaging>
     <name>WSS4J</name>
     <!-- <version>1.5.4</version> -->
-    <version>SNAPSHOT</version>
+    <version>1.5.5-SNAPSHOT</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.
@@ -404,7 +404,7 @@
                 <configuration>
                     <onlyCurrentVersion>true</onlyCurrentVersion>
                     <resolutionIds>Any</resolutionIds>
-                    <statusIds>Resolved, Closed</statusIds>
+                    <statusIds>Closed</statusIds>
                     <sortColumnNames>Key</sortColumnNames>
                 </configuration>
                 <reportSets>

Modified: webservices/wss4j/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/xdocs/index.xml?rev=727410&r1=727409&r2=727410&view=diff
==============================================================================
--- webservices/wss4j/trunk/xdocs/index.xml (original)
+++ webservices/wss4j/trunk/xdocs/index.xml Wed Dec 17 07:11:58 2008
@@ -42,17 +42,16 @@
                 </p>
                 <ul style="margin-left: 40px;">
                     <li>
-                        <a 
href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf";>OASIS
-Web Services Security: SOAP Message Security 1.0 Standard 200401, March
-2004</a>
+                        <a 
href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf";>
+Web Services Security: SOAP Message Security 1.1</a>
                     </li>
                     <li>
-                        <a 
href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0.pdf";>Username
-Token profile V1.0</a>
+                        <a 
href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-UsernameTokenProfile.pdf";>Username
+Token Profile 1.1</a>
                     </li>
                     <li>
-                        <a 
href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0.pdf";>X.509
-Token Profile V1.0</a>
+                        <a 
href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-x509TokenProfile.pdf";>X.509
+Certificate Token Profile 1.1</a>
                     </li>
                 </ul>
             </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to