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/06/17 22:08:37 UTC

svn commit: r955720 - /uima/build/trunk/uima-assembly-single-project/pom.xml

Author: schor
Date: Thu Jun 17 20:08:36 2010
New Revision: 955720

URL: http://svn.apache.org/viewvc?rev=955720&view=rev
Log:
[UIMA-1814] uima-assembly-single-project should have the top parent pom as its parent, not the docbook one.

Modified:
    uima/build/trunk/uima-assembly-single-project/pom.xml

Modified: uima/build/trunk/uima-assembly-single-project/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-assembly-single-project/pom.xml?rev=955720&r1=955719&r2=955720&view=diff
==============================================================================
--- uima/build/trunk/uima-assembly-single-project/pom.xml (original)
+++ uima/build/trunk/uima-assembly-single-project/pom.xml Thu Jun 17 20:08:36 2010
@@ -53,8 +53,8 @@
 
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>parent-pom-docbook</artifactId>
-    <version>1-SNAPSHOT</version>
+    <artifactId>parent-pom-top</artifactId>
+    <version>1</version>
     <relativePath/>
   </parent>