You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/04/08 23:34:33 UTC

svn commit: r932130 - /ant/ivy/core/trunk/build-release.xml

Author: maartenc
Date: Thu Apr  8 21:34:33 2010
New Revision: 932130

URL: http://svn.apache.org/viewvc?rev=932130&view=rev
Log:
Updated bouncycastle dependency used for signing the Ivy artifacts

Modified:
    ant/ivy/core/trunk/build-release.xml

Modified: ant/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=932130&r1=932129&r2=932130&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Thu Apr  8 21:34:33 2010
@@ -239,12 +239,10 @@
 		<ivy:settings id="sign.settingsId" file="ivysettings-signtask.xml" />
 		<ivy:cachepath organisation="org.apache.commons" settingsRef="sign.settingsId" transitive="false" log="download-only"
 				module="commons-openpgp" revision="1.0-SNAPSHOT" inline="true" pathid="openpgp.classpath"/>
-		<ivy:cachepath organisation="bouncycastle" settingsRef="sign.settingsId" log="download-only"
-				module="bcprov-jdk16" revision="140" inline="true" pathid="bouncycastle.bcprov.classpath"/>
-		
-		<!-- Didn't find the jdk1.6 bcpg dependency, using the jdk1.5 version instead -->
-		<ivy:cachepath organisation="bouncycastle" settingsRef="sign.settingsId" transitive="false" log="download-only"
-				module="bcpg-jdk15" revision="140" inline="true" pathid="bouncycastle.bcpg.classpath"/>
+		<ivy:cachepath organisation="org.bouncycastle" settingsRef="sign.settingsId" log="download-only"
+				module="bcprov-jdk16" revision="1.45" inline="true" pathid="bouncycastle.bcprov.classpath"/>
+		<ivy:cachepath organisation="org.bouncycastle" settingsRef="sign.settingsId" transitive="false" log="download-only"
+				module="bcpg-jdk16" revision="1.45" inline="true" pathid="bouncycastle.bcpg.classpath"/>
 		
 		<property file="${user.home}/ivybuild.properties" />
 		<input message="please enter your PGP password: " addproperty="pgp.password"/>