You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2013/01/04 02:13:00 UTC

svn commit: r1428693 - in /uima/sandbox/uimafit/trunk: pom.xml uimafit-examples/pom.xml uimafit-spring/pom.xml uimafit/pom.xml

Author: rec
Date: Fri Jan  4 01:13:00 2013
New Revision: 1428693

URL: http://svn.apache.org/viewvc?rev=1428693&view=rev
Log:
[UIMA-2554] Change artifact coordinates

Modified:
    uima/sandbox/uimafit/trunk/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml
    uima/sandbox/uimafit/trunk/uimafit/pom.xml

Modified: uima/sandbox/uimafit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/pom.xml?rev=1428693&r1=1428692&r2=1428693&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/pom.xml Fri Jan  4 01:13:00 2013
@@ -20,7 +20,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	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>
-	<groupId>org.uimafit</groupId>
 	<artifactId>uimafit-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>uimaFIT Parent</name>

Modified: uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml?rev=1428693&r1=1428692&r2=1428693&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml Fri Jan  4 01:13:00 2013
@@ -21,7 +21,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>uimafit-parent</artifactId>
-		<groupId>org.uimafit</groupId>
+		<groupId>org.apache.uima</groupId>
 		<version>1.5.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
 	<url>http://uimafit.googlecode.com</url>
 	<dependencies>
 		<dependency>
-			<groupId>org.uimafit</groupId>
+			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit</artifactId>
 			<version>1.5.0-SNAPSHOT</version>
 		</dependency>

Modified: uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml?rev=1428693&r1=1428692&r2=1428693&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml Fri Jan  4 01:13:00 2013
@@ -23,11 +23,10 @@
 	<artifactId>uimafit-spring</artifactId>
 	<packaging>jar</packaging>
 	<name>uimaFIT - Spring integration</name>
-	<version>1.5.0-SNAPSHOT</version>
 	<description>Factories, Injection, and Testing library for UIMA</description>
 	<url>http://uimafit.googlecode.com</url>
 	<parent>
-		<groupId>org.uimafit</groupId>
+		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
 		<version>1.5.0-SNAPSHOT</version>
 	</parent>
@@ -54,11 +53,9 @@
 			<artifactId>commons-io</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.uimafit</groupId>
+			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit</artifactId>
 			<version>1.5.0-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
 		</dependency>
 	</dependencies>
 	<licenses>

Modified: uima/sandbox/uimafit/trunk/uimafit/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit/pom.xml?rev=1428693&r1=1428692&r2=1428693&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit/pom.xml Fri Jan  4 01:13:00 2013
@@ -26,7 +26,7 @@
 	<description>Factories, Injection, and Testing library for UIMA</description>
 	<url>http://uimafit.googlecode.com</url>
 	<parent>
-		<groupId>org.uimafit</groupId>
+		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
 		<version>1.5.0-SNAPSHOT</version>
 	</parent>