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/23 11:35:35 UTC

[20/58] [abbrv] incubator-taverna-plugin-component git commit: taverna-component-repository-api pom

taverna-component-repository-api pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/a0acabc2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/a0acabc2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/a0acabc2

Branch: refs/heads/master
Commit: a0acabc283e7115839c1dbb18a0768e0d2a31c3c
Parents: f416861
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 17:25:13 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 17:25:13 2015 +0000

----------------------------------------------------------------------
 taverna-component-repository/pom.xml | 51 ++++++++-----------------------
 1 file changed, 12 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a0acabc2/taverna-component-repository/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository/pom.xml b/taverna-component-repository/pom.xml
index 771618d..72c9560 100644
--- a/taverna-component-repository/pom.xml
+++ b/taverna-component-repository/pom.xml
@@ -3,53 +3,27 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>net.sf.taverna</groupId>
-		<artifactId>taverna-parent</artifactId>
-		<version>3.0.1-SNAPSHOT</version>
+		<groupId>org.apache.taverna.engine</groupId>
+		<artifactId>taverna-engine</artifactId>
+		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
-	<groupId>net.sf.taverna.component</groupId>
-	<artifactId>component-repository</artifactId>
-	<version>${t2.activities.version}</version>
-	<name>Taverna Component Repository API</name>
+	<artifactId>taverna-component-repository-api</artifactId>
 	<packaging>bundle</packaging>
-	<scm>
-		<connection>scm:git:https://github.com/taverna/taverna-component-repository.git</connection>
-		<developerConnection>scm:git:ssh://git@github.com/taverna/taverna-component-repository.git</developerConnection>
-		<url>https://github.com/taverna/taverna-component-repository/</url>
-		<tag>HEAD</tag>
-	</scm>
+	<name>Apache Taverna Component Repository API</name>
+	<inceptionYear>2014</inceptionYear>
 	<dependencies>
 		<dependency>
-			<groupId>uk.org.taverna.scufl2</groupId>
-			<artifactId>scufl2-api</artifactId>
-			<version>${scufl2.version}</version>
+			<groupId>org.apache.taverna.language</groupId>
+			<artifactId>taverna-scufl2-api</artifactId>
+			<version>${taverna.language.version}</version>
 		</dependency>
 		<dependency>
+			<!-- FIXME: Use jena-osgi bundle -->
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>com.hp.hpl.jena</artifactId>
 			<version>0.6-incubating</version>
 		</dependency>
 	</dependencies>
-	<repositories>
-		<repository>
-			<releases />
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<id>mygrid-repository</id>
-			<name>myGrid Repository</name>
-			<url>http://www.mygrid.org.uk/maven/repository</url>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots />
-			<id>mygrid-snapshot-repository</id>
-			<name>myGrid Snapshot Repository</name>
-			<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
-		</repository>
-	</repositories>
 	<build>
 		<plugins>
 			<plugin>
@@ -58,7 +32,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Export-Package>net.sf.taverna.t2.component.api,net.sf.taverna.t2.component.api.profile,net.sf.taverna.t2.component.api.profile.doc</Export-Package>
+						<Export-Package>org.apache.taverna.component.api,org.apache.taverna.component.api.profile,org.apache.taverna.component.api.profile.doc</Export-Package>
 					</instructions>
 				</configuration>
 			</plugin>
@@ -79,5 +53,4 @@
 			</plugin>
 		</plugins>
 	</build>
-	<inceptionYear>2014</inceptionYear>
-</project>
\ No newline at end of file
+</project>