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 <[email protected]> Authored: Wed Feb 17 12:57:40 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> 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>
