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/30 17:31:17 UTC

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

Author: schor
Date: Mon Jan 30 16:31:17 2012
New Revision: 1237760

URL: http://svn.apache.org/viewvc?rev=1237760&view=rev
Log:
no jira - change to depend on 2.4.0 release of base uima sdk (instead of -SNAPSHOT) - was released in December 2011.

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=1237760&r1=1237759&r2=1237760&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Mon Jan 30 16:31:17 2012
@@ -123,7 +123,7 @@
     <uimaScmRoot>uima-as</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
     <!-- level of uimaj sdk this release depends on -->
-    <uimajDependencyVersion>2.4.0-SNAPSHOT</uimajDependencyVersion>
+    <uimajDependencyVersion>2.4.0</uimajDependencyVersion>
   </properties>
 
   <profiles>