You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by co...@apache.org on 2008/09/26 16:57:24 UTC

svn commit: r699349 - in /webservices/wss4j/trunk: README.txt pom.xml

Author: coheigea
Date: Fri Sep 26 07:57:24 2008
New Revision: 699349

URL: http://svn.apache.org/viewvc?rev=699349&view=rev
Log:
[WSS-125] - Upgraded BouncyCastle version from 1.32 to 1.36


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

Modified: webservices/wss4j/trunk/README.txt
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/README.txt?rev=699349&r1=699348&r2=699349&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Fri Sep 26 07:57:24 2008
@@ -156,7 +156,7 @@
     
     See: http://ws.apache.org/axis/
 
-bcprov-jdk13-132.jar
+bcprov-jdk14-136.jar
     This is the BouncyCastle library that implements all necessary
     encryption, hashing, certifcate, and keystore functions. Without
     this fanatstic library WSS4J wouldn't work at all.

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=699349&r1=699348&r2=699349&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Fri Sep 26 07:57:24 2008
@@ -295,8 +295,8 @@
 			<dependencies>
 				<dependency>
 					<groupId>bouncycastle</groupId>
-					<artifactId>bcprov-jdk13</artifactId>
-					<version>${bcprov.jdk13.version}</version>
+					<artifactId>bcprov-jdk14</artifactId>
+					<version>${bcprov.jdk14.version}</version>
 				</dependency>
 			</dependencies>
 		</profile>
@@ -320,8 +320,8 @@
 		<xmlsec.version>1.4.0</xmlsec.version>
 		<opensaml.version>1.1</opensaml.version>
 		<xml.apis.version>1.3.03</xml.apis.version>
-		<bcprov.jdk13.version>132</bcprov.jdk13.version>
-		<bcprov.jdk15.version>132</bcprov.jdk15.version>
+		<bcprov.jdk14.version>136</bcprov.jdk14.version>
+		<bcprov.jdk15.version>136</bcprov.jdk15.version>
 		<commons.logging.version>1.1</commons.logging.version>
 		<xalan.version>2.7.0</xalan.version>
 		<xerces.version>2.8.1</xerces.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org