You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/12/11 22:42:11 UTC

svn commit: r1550278 - /uima/sandbox/uima-ducc/trunk/pom.xml

Author: cwiklik
Date: Wed Dec 11 21:42:11 2013
New Revision: 1550278

URL: http://svn.apache.org/r1550278
Log:
UIMA-2881 removed groupid and version from the artifact coordinates

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1550278&r1=1550277&r2=1550278&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Wed Dec 11 21:42:11 2013
@@ -31,10 +31,8 @@
 		<relativePath>uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
-	<groupId>org.apache.uima</groupId>
 	<artifactId>uima-ducc</artifactId>
 	<packaging>pom</packaging>
-	<version>1.0.0-SNAPSHOT</version>
 	<name>Apache UIMA-DUCC: ${project.artifactId}</name>
 	<description>The top project for UIMA-DUCC</description>
 	<url>${uimaWebsiteUrl}</url>