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 2018/11/02 15:35:59 UTC

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

Author: schor
Date: Fri Nov  2 15:35:58 2018
New Revision: 1845598

URL: http://svn.apache.org/viewvc?rev=1845598&view=rev
Log:
no jira, move setting of prev version to place where it will more likely be changed correctly

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=1845598&r1=1845597&r2=1845598&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Fri Nov  2 15:35:58 2018
@@ -146,6 +146,7 @@
      -->
     <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
     <compat.previous.version>2.10.2</compat.previous.version>
+    <api_check_oldVersion>2.10.2</api_check_oldVersion>
 
     <!-- 
      Configuring settings is best done through default properties that multiple plugins.
@@ -157,7 +158,6 @@
     <maven.surefire.java9 />
     
     <jacoco.argLine />
-    <api_check_oldVersion>2.10.1</api_check_oldVersion>
     <java.version>8</java.version>
   </properties>