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:51:04 UTC

[46/50] [abbrv] incubator-taverna-osgi git commit: org.apache.taverna.osgi .. and com.example

org.apache.taverna.osgi .. and com.example


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

Branch: refs/heads/master
Commit: 346d0a3137de6db10e803296cba822e3cd92be2b
Parents: be905ac
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Dec 28 02:53:33 2014 -0600
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Dec 28 02:53:33 2014 -0600

----------------------------------------------------------------------
 .../src/test/resources/unit/plugin-config.xml                | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/346d0a31/taverna-maven-plugin/src/test/resources/unit/plugin-config.xml
----------------------------------------------------------------------
diff --git a/taverna-maven-plugin/src/test/resources/unit/plugin-config.xml b/taverna-maven-plugin/src/test/resources/unit/plugin-config.xml
index a8c1723..0d23438 100644
--- a/taverna-maven-plugin/src/test/resources/unit/plugin-config.xml
+++ b/taverna-maven-plugin/src/test/resources/unit/plugin-config.xml
@@ -2,18 +2,18 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>net.sf.taverna.t2.maven.plugins</groupId>
+				<groupId>org.apache.taverna.osgi</groupId>
 				<artifactId>taverna-maven-plugin</artifactId>
 				<configuration>
 					<buildDirectory>${basedir}/target/test/unit</buildDirectory>
 					<project>
-						<groupId>net.sf.taverna.t2</groupId>
+						<groupId>com.example</groupId>
 						<artifactId>example-plugin</artifactId>
 						<version>0.1.0</version>
-						<name>Taverna 2 Example Plugin</name>
+						<name>Example Plugin</name>
 					</project>
 				</configuration>
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>