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 2012/01/18 20:09:40 UTC

svn commit: r1233004 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: schor
Date: Wed Jan 18 19:09:40 2012
New Revision: 1233004

URL: http://svn.apache.org/viewvc?rev=1233004&view=rev
Log:
[UIMA-2346] make parent pom depend on 4-SNAPSHOT of common parent pom to pick up trademark change

Modified:
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1233004&r1=1233003&r2=1233004&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Wed Jan 18 19:09:40 2012
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -139,7 +139,6 @@
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaBuildResourcesVersion>3</uimaBuildResourcesVersion>
   </properties>
 
 </project>