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/04 12:42:21 UTC

svn commit: r940797 - /uima/uimaj/branches/mavenAlign/jVinci/pom.xml

Author: schor
Date: Tue May  4 10:42:21 2010
New Revision: 940797

URL: http://svn.apache.org/viewvc?rev=940797&view=rev
Log:
[UIMA-1756] reduce warnings noise - add empty relativePath to parent

Modified:
    uima/uimaj/branches/mavenAlign/jVinci/pom.xml

Modified: uima/uimaj/branches/mavenAlign/jVinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/mavenAlign/jVinci/pom.xml?rev=940797&r1=940796&r2=940797&view=diff
==============================================================================
--- uima/uimaj/branches/mavenAlign/jVinci/pom.xml (original)
+++ uima/uimaj/branches/mavenAlign/jVinci/pom.xml Tue May  4 10:42:21 2010
@@ -26,6 +26,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-uimaj-ibm-notice</artifactId>
     <version>1-SNAPSHOT</version> 
+    <relativePath/>
   </parent>
 
 	<artifactId>jVinci</artifactId>
@@ -60,7 +61,7 @@
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
-    <uimaScmProject>jvinci</uimaScmProject>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
      
 	<build>