You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/03/04 17:57:19 UTC

svn commit: r1452393 - /jmeter/trunk/build.properties

Author: sebb
Date: Mon Mar  4 16:56:44 2013
New Revision: 1452393

URL: http://svn.apache.org/r1452393
Log:
Revert to Bouncy Castle 1.45 - 1.48 has incompatible changes

Modified:
    jmeter/trunk/build.properties

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1452393&r1=1452392&r2=1452393&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Mon Mar  4 16:56:44 2013
@@ -57,15 +57,15 @@ beanshell.loc               = ${maven2.r
 beanshell.md5               = 02F72336919D06A8491E82346E10B4D5
 
 # Bouncy Castle jars (compile and test only - not distributed)
-bcmail.version              = 1.48
-bcmail.jar                  = bcmail-jdk15on-${bcmail.version}.jar
-bcmail.loc                  = ${maven2.repo}/org/bouncycastle/bcmail-jdk15on/${bcmail.version}
-bcmail.md5                  = d21564a05cec19caea793f6c63c79b59
-
-bcprov.version              = 1.48
-bcprov.jar                  = bcprov-jdk15on-${bcprov.version}.jar
-bcprov.loc                  = ${maven2.repo}/org/bouncycastle/bcprov-jdk15on/${bcprov.version}
-bcprov.md5                  = c08b58e03da7d469b0e7df6f4dd99712
+bcmail.version              = 1.45
+bcmail.jar                  = bcmail-jdk15-${bcmail.version}.jar
+bcmail.loc                  = ${maven2.repo}/org/bouncycastle/bcmail-jdk15/${bcmail.version}
+bcmail.md5                  = 13321fc7eff7bcada7b4fedfb592025c
+
+bcprov.version              = 1.45
+bcprov.jar                  = bcprov-jdk15-${bcprov.version}.jar
+bcprov.loc                  = ${maven2.repo}/org/bouncycastle/bcprov-jdk15/${bcprov.version}
+bcprov.md5                  = 2062f8e3d15748443ea60a94b266371c
 
 commons-codec.version       = 1.6
 commons-codec.jar           = commons-codec-${commons-codec.version}.jar