You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2009/09/14 17:04:42 UTC

svn commit: r814675 - /incubator/uima/sandbox/trunk/Lucas/pom.xml

Author: joern
Date: Mon Sep 14 15:04:41 2009
New Revision: 814675

URL: http://svn.apache.org/viewvc?rev=814675&view=rev
Log:
UIMA-1572 Lucas artifactId does not match folder name in svn

Modified:
    incubator/uima/sandbox/trunk/Lucas/pom.xml

Modified: incubator/uima/sandbox/trunk/Lucas/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/pom.xml?rev=814675&r1=814674&r2=814675&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/Lucas/pom.xml (original)
+++ incubator/uima/sandbox/trunk/Lucas/pom.xml Mon Sep 14 15:04:41 2009
@@ -24,7 +24,7 @@
 
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.uima</groupId>
-	<artifactId>lucas</artifactId>
+	<artifactId>Lucas</artifactId>
 	<name>Apache UIMA - Lucene CAS Indexer</name>
 	<version>2.3.0-incubating-SNAPSHOT</version>
 	<description>Writes information contained in CAS objects to fields of a Lucene search index; mapping is done in a mapping file.</description>