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/02/01 17:08:32 UTC

incubator-taverna-common-activities git commit: Testing Beanshell 2.0b6

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/newer-beanshell [created] 9123dc0e0


Testing Beanshell 2.0b6

See beanshell/beanshell#10


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/9123dc0e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/9123dc0e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/9123dc0e

Branch: refs/heads/newer-beanshell
Commit: 9123dc0e0a7f596b10d970dbe6075cf70a6a166e
Parents: b22bf36
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 1 16:08:01 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 1 16:08:01 2016 +0000

----------------------------------------------------------------------
 taverna-beanshell-activity/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/9123dc0e/taverna-beanshell-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/pom.xml b/taverna-beanshell-activity/pom.xml
index 40d9773..c580e8c 100644
--- a/taverna-beanshell-activity/pom.xml
+++ b/taverna-beanshell-activity/pom.xml
@@ -71,7 +71,7 @@
     <dependency>
       <groupId>org.apache-extras.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>${bsh.version}</version>
+      <version>2.0b6</version>
       <optional>true</optional>
 <!-- NOTE: bsh is not really optional, but it is embedded in our jar as bsh is
 not yet available as a OSGi bundle -->
@@ -90,5 +90,16 @@ not yet available as a OSGi bundle -->
 
   </dependencies>
 
+<repositories>
+ <repository>
+  <snapshots>
+   <enabled>false</enabled>
+  </snapshots>
+  <id>bintray-beanshell-Beanshell</id>
+  <name>bintray</name>
+  <url>http://dl.bintray.com/beanshell/Beanshell</url>
+ </repository>
+</repositories>
+
 
 </project>