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 2017/10/25 14:51:02 UTC

svn commit: r1813308 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: schor
Date: Wed Oct 25 14:51:02 2017
New Revision: 1813308

URL: http://svn.apache.org/viewvc?rev=1813308&view=rev
Log:
no Jira prepare for release - set api check oldversion

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

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1813308&r1=1813307&r2=1813308&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Wed Oct 25 14:51:02 2017
@@ -145,7 +145,7 @@
      NON_BACKWARD_COMPATIBLE         - major version (+.0.0)
      -->
     <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
-    <compat.previous.version>2.9.0</compat.previous.version>
+    <compat.previous.version>2.10.1</compat.previous.version>
 
     <!-- 
      Configuring settings is best done through default properties that multiple plugins.
@@ -160,7 +160,7 @@
     <maven.surefire.java9 />
     
     <jacoco.argLine />
-    <api_check_oldVersion>2.10.0</api_check_oldVersion>
+    <api_check_oldVersion>2.10.1</api_check_oldVersion>
   </properties>
 
   <dependencyManagement>