You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2012/05/31 15:18:03 UTC

svn commit: r1344707 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Thu May 31 13:18:03 2012
New Revision: 1344707

URL: http://svn.apache.org/viewvc?rev=1344707&view=rev
Log:
UIMA-2416 change parent version from 4-SNAPSHOT to 4 to fix build failures

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

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1344707&r1=1344706&r2=1344707&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Thu May 31 13:18:03 2012
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
     <relativePath />
   </parent>
 
@@ -134,7 +134,8 @@
     <uimaScmRoot>uima-as</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
     <!-- level of uimaj sdk this release depends on -->
-    <uimajDependencyVersion>2.4.0</uimajDependencyVersion>
+    <uimajDependencyVersion>2.4.1-SNAPSHOT</uimajDependencyVersion>
+    <!-- uimajDependencyVersion>2.4.0</uimajDependencyVersion -->
   </properties>
 
   <profiles>