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 16:20:46 UTC

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

Author: cwiklik
Date: Thu May 31 14:20:46 2012
New Revision: 1344739

URL: http://svn.apache.org/viewvc?rev=1344739&view=rev
Log:
UIMA-2416 Change uimajDependencyVersion to 2.4.0 from 2.4.1-SNAPSHOT

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=1344739&r1=1344738&r2=1344739&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Thu May 31 14:20:46 2012
@@ -134,8 +134,8 @@
     <uimaScmRoot>uima-as</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
     <!-- level of uimaj sdk this release depends on -->
-    <uimajDependencyVersion>2.4.1-SNAPSHOT</uimajDependencyVersion>
-    <!-- uimajDependencyVersion>2.4.0</uimajDependencyVersion -->
+    <!--uimajDependencyVersion>2.4.1-SNAPSHOT</uimajDependencyVersion -->
+    <uimajDependencyVersion>2.4.0</uimajDependencyVersion>
   </properties>
 
   <profiles>