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 2015/02/17 12:50:40 UTC

[22/50] [abbrv] incubator-taverna-osgi git commit: 1.7 for T3-1193

<commons.codec.version>1.7 for T3-1193


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

Branch: refs/heads/master
Commit: 79be5430fda98464f01bdb670a31eb38156880e9
Parents: d8ab240
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Tue Jul 1 16:00:39 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Tue Jul 1 16:00:39 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/79be5430/taverna-download-impl/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-download-impl/pom.xml b/taverna-download-impl/pom.xml
index ff4c9ae..a1ee297 100644
--- a/taverna-download-impl/pom.xml
+++ b/taverna-download-impl/pom.xml
@@ -43,7 +43,7 @@
 		<dependency>
 			<groupId>commons-codec</groupId>
 			<artifactId>commons-codec</artifactId>
-			<version>1.7</version>
+			<version>${commons.codec.version}</version>
 		</dependency>
 	</dependencies>
 	<repositories>