using ${jackson-databind.version} for T3-1195
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/2c3a7d29
Tree:
http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/2c3a7d29
Diff:
http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/2c3a7d29
Branch: refs/heads/master
Commit: 2c3a7d298bbd7900d5f911a0db3cadfa1981013d
Parents: cd37be5
Author: Christian-B <[email protected]>
Authored: Wed Jul 2 15:08:37 2014 +0100
Committer: Christian-B <[email protected]>
Committed: Wed Jul 2 15:08:37 2014 +0100
----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/2c3a7d29/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8fed691..91cbfb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.2.2</version>
+ <version>${jackson-databind.version}</version>
</dependency>
</dependencies>
<repositories>