You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/03 16:20:38 UTC

svn commit: r940466 - in /uima/uimaj/branches/mavenAlign: aggregate-uimaj-eclipse-plugins/pom.xml aggregate-uimaj/pom.xml

Author: schor
Date: Mon May  3 14:20:38 2010
New Revision: 940466

URL: http://svn.apache.org/viewvc?rev=940466&view=rev
Log:
[UIMA-1756] minor cleanups: relativePath warning silencer, shorten name slightly

Modified:
    uima/uimaj/branches/mavenAlign/aggregate-uimaj-eclipse-plugins/pom.xml
    uima/uimaj/branches/mavenAlign/aggregate-uimaj/pom.xml

Modified: uima/uimaj/branches/mavenAlign/aggregate-uimaj-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/mavenAlign/aggregate-uimaj-eclipse-plugins/pom.xml?rev=940466&r1=940465&r2=940466&view=diff
==============================================================================
--- uima/uimaj/branches/mavenAlign/aggregate-uimaj-eclipse-plugins/pom.xml (original)
+++ uima/uimaj/branches/mavenAlign/aggregate-uimaj-eclipse-plugins/pom.xml Mon May  3 14:20:38 2010
@@ -26,12 +26,13 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-uimaj</artifactId>
     <version>1-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
-  <artifactId>aggregate-pom-uimaj-eclipse-plugins</artifactId>
+  <artifactId>aggregate-uimaj-eclipse-plugins</artifactId>
   <packaging>pom</packaging>
   <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Aggregate POM ${project.artifactId}</name>
+  <name>UIMA Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the Eclipse plugins 
     that are part of the base UIMA framework</description>
   <url>${uimaWebsiteUrl}</url>

Modified: uima/uimaj/branches/mavenAlign/aggregate-uimaj/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/mavenAlign/aggregate-uimaj/pom.xml?rev=940466&r1=940465&r2=940466&view=diff
==============================================================================
--- uima/uimaj/branches/mavenAlign/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/branches/mavenAlign/aggregate-uimaj/pom.xml Mon May  3 14:20:38 2010
@@ -29,7 +29,7 @@
     <relativePath/>
   </parent>
 
-	<artifactId>aggregate-pom-uimaj</artifactId>
+	<artifactId>aggregate-uimaj</artifactId>
 	<packaging>pom</packaging>
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Aggregate: ${project.artifactId}: UIMA Base</name>