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 2011/08/12 16:48:50 UTC

svn commit: r1157140 - in /webservices/wss4j/branches/1_5_x-fixes: README.txt build.xml pom.xml

Author: coheigea
Date: Fri Aug 12 14:48:50 2011
New Revision: 1157140

URL: http://svn.apache.org/viewvc?rev=1157140&view=rev
Log:
Upgrading to 1.5.13-SNAPSHOT

Modified:
    webservices/wss4j/branches/1_5_x-fixes/README.txt
    webservices/wss4j/branches/1_5_x-fixes/build.xml
    webservices/wss4j/branches/1_5_x-fixes/pom.xml

Modified: webservices/wss4j/branches/1_5_x-fixes/README.txt
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/README.txt?rev=1157140&r1=1157139&r2=1157140&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/README.txt (original)
+++ webservices/wss4j/branches/1_5_x-fixes/README.txt Fri Aug 12 14:48:50 2011
@@ -149,7 +149,7 @@ axis-saaj-1.4.jar
     
     See: http://ws.apache.org/axis/
 
-bcprov-jdk14-1.45.jar
+bcprov-jdk14-1.46.jar
     This is the BouncyCastle library that implements all necessary
     encryption, hashing, certificate, and keystore functions. Without
     this fantastic library WSS4J wouldn't work at all.
@@ -201,7 +201,7 @@ xalan-2.7.1.jar
    
     See: http://xml.apache.org/xalan-j/
    
-xmlsec-1.4.3.jar
+xmlsec-1.4.5.jar
     This library implements the XML-Signature Syntax and Processing and
     the XML Encryption Syntax and Processing specifications of the W3C. Thus
     they form one of the base foundations of WSS4J.  

Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/build.xml?rev=1157140&r1=1157139&r2=1157140&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/build.xml Fri Aug 12 14:48:50 2011
@@ -27,7 +27,7 @@ Build Instructions:
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
-        <property name='product.version.level' value='12'/>
+        <property name='product.version.level' value='13'/>
         <property name='product.version.qualifier' value='-SNAPSHOT'/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
         <property name="year" value="2008"/>

Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=1157140&r1=1157139&r2=1157140&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Fri Aug 12 14:48:50 2011
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.12-SNAPSHOT</version>
+    <version>1.5.13-SNAPSHOT</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.