You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/06/27 12:54:49 UTC

incubator-taverna-engine git commit: bcprov.version property from newer taverna-maven-parent

Repository: incubator-taverna-engine
Updated Branches:
  refs/heads/master 98131979c -> ceafcb8bd


bcprov.version property from newer taverna-maven-parent


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/ceafcb8b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/ceafcb8b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/ceafcb8b

Branch: refs/heads/master
Commit: ceafcb8bd8c49142f14f12d528d1cdb16fa142ef
Parents: 9813197
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jun 27 13:53:53 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jun 27 13:53:53 2016 +0100

----------------------------------------------------------------------
 taverna-credential-manager-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/ceafcb8b/taverna-credential-manager-impl/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-credential-manager-impl/pom.xml b/taverna-credential-manager-impl/pom.xml
index 3f200e7..7cba1ac 100644
--- a/taverna-credential-manager-impl/pom.xml
+++ b/taverna-credential-manager-impl/pom.xml
@@ -80,7 +80,7 @@
 		<dependency>
 			<groupId>org.bouncycastle</groupId>
 			<artifactId>bcprov-jdk15on</artifactId>
-			<version>1.54</version>
+			<version>${bcprov.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>