You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2015/05/31 16:28:23 UTC

[2/2] ant git commit: at least for me the bouncycastle version is completely different

at least for me the bouncycastle version is completely different


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/de3dccde
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/de3dccde
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/de3dccde

Branch: refs/heads/master
Commit: de3dccde5b1fe8ce42e5824c4b8c6c5fb41ae016
Parents: 5d02c5f
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun May 31 16:05:54 2015 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun May 31 16:05:54 2015 +0200

----------------------------------------------------------------------
 release/signit.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/de3dccde/release/signit.xml
----------------------------------------------------------------------
diff --git a/release/signit.xml b/release/signit.xml
index a5b9f4c..8ac20cf 100644
--- a/release/signit.xml
+++ b/release/signit.xml
@@ -19,14 +19,16 @@
 <project name="signit">
   <!-- use this property file to enter your default key id -->
   <property file="${user.home}/gnupg.properties"/>
+  <property name="bouncycastle.jdk" value="15on"/>
+  <property name="bouncycastle.version" value="1.49"/>
   <taskdef resource="org/apache/commons/openpgp/ant/antlib.xml">
     <classpath>
       <pathelement
-        location="${user.home}/.m2/repository/org/bouncycastle/bcprov-jdk12/130/bcprov-jdk12-130.jar"/>
+        location="${user.home}/.m2/repository/org/bouncycastle/bcprov-jdk${bouncycastle.jdk}/${bouncycastle.version}/bcprov-jdk${bouncycastle.jdk}-${bouncycastle.version}.jar"/>
       <pathelement
         location="${user.home}/.m2/repository/org/apache/commons/commons-openpgp/1.0-SNAPSHOT/commons-openpgp-1.0-SNAPSHOT.jar"/>
       <pathelement
-        location="${user.home}/.m2/repository/org/bouncycastle/bcpg-jdk12/130/bcpg-jdk12-130.jar"/>
+        location="${user.home}/.m2/repository/org/bouncycastle/bcpg-jdk${bouncycastle.jdk}/${bouncycastle.version}/bcpg-jdk${bouncycastle.jdk}-${bouncycastle.version}.jar"/>
     </classpath>
   </taskdef>
   <condition property="gpg.dir" value="${user.home}/AppData/Roaming/gnupg">