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/12/20 21:13:38 UTC

svn commit: r1051272 - /uima/uimaj/trunk/uimaj-internal-tools/pom.xml

Author: schor
Date: Mon Dec 20 20:13:38 2010
New Revision: 1051272

URL: http://svn.apache.org/viewvc?rev=1051272&view=rev
Log:
no Jira - make build again by changing parent from 1-SNAPSHOT to 1 (parent was released, SNAPSHOT no longer in repository)

Modified:
    uima/uimaj/trunk/uimaj-internal-tools/pom.xml

Modified: uima/uimaj/trunk/uimaj-internal-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-internal-tools/pom.xml?rev=1051272&r1=1051271&r2=1051272&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-internal-tools/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-internal-tools/pom.xml Mon Dec 20 20:13:38 2010
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <relativePath/>
   </parent>