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/17 13:57:48 UTC

[2/2] incubator-taverna-engine git commit: derby.version

derby.version


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/c9338017
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/c9338017
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/c9338017

Branch: refs/heads/master
Commit: c93380179cf189f694881615e57de7a2a69382e0
Parents: 3ab18b9
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 17 12:57:40 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 17 12:57:40 2016 +0000

----------------------------------------------------------------------
 pom.xml                                     | 1 +
 taverna-database-configuration-impl/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/c9338017/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 31e064d..6c320cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,7 @@
 	<properties>
 		<taverna.language.version>0.15.1-incubating-SNAPSHOT</taverna.language.version>
 		<taverna.osgi.version>0.2.1-incubating-SNAPSHOT</taverna.osgi.version>
+		<derby.version>10.5.1000001.764942</derby.version>
 	</properties>
 
 	<modules>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/c9338017/taverna-database-configuration-impl/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-database-configuration-impl/pom.xml b/taverna-database-configuration-impl/pom.xml
index c876655..13c5ad6 100644
--- a/taverna-database-configuration-impl/pom.xml
+++ b/taverna-database-configuration-impl/pom.xml
@@ -50,12 +50,12 @@
  		<dependency>
  			<groupId>org.apache.derby</groupId>
 			<artifactId>com.springsource.org.apache.derby.client</artifactId>
- 			<version>${derbyclient.version}</version>
+ 			<version>${derby.version}</version>
  		</dependency>
  		<dependency>
  			<groupId>org.apache.derby</groupId>
 			<artifactId>com.springsource.org.apache.derby.drda</artifactId>
- 			<version>${derbynet.version}</version>
+ 			<version>${derby.version}</version>
  		</dependency>
     <dependency>
       <groupId>commons-dbcp</groupId>