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:41 UTC

[23/50] [abbrv] incubator-taverna-osgi git commit: Using taverna parent to get version numbers T3-1195

Using taverna parent to get version numbers T3-1195


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

Branch: refs/heads/master
Commit: 897484e79192a7970c654ea7725c9bd4c7429784
Parents: 0e8d428
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Wed Jul 2 14:48:16 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Wed Jul 2 14:48:16 2014 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/897484e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d1ca67b..0600940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>net.sf.taverna</groupId>
-		<artifactId>parent</artifactId>
-		<version>0.2.2011-02-17</version>
+            <groupId>net.sf.taverna</groupId>
+            <artifactId>taverna-parent</artifactId>
+            <version>3.0.1-SNAPSHOT</version>
 	</parent>
 	<groupId>uk.org.taverna.osgi</groupId>
 	<artifactId>osgi-launcher</artifactId>
@@ -15,7 +15,7 @@
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
-			<version>4.3.1</version>
+			<version>${osgi.core.version}</version>
 		</dependency>
 	</dependencies>
 	<repositories>