You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2016/09/03 19:29:09 UTC

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

Author: rec
Date: Sat Sep  3 19:29:08 2016
New Revision: 1759128

URL: http://svn.apache.org/viewvc?rev=1759128&view=rev
Log:
[UIMA-4579] Remove CAS semver exclude after 2.9.0 release
- Upgrade compatibility reference versiont to 2.9.0

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=1759128&r1=1759127&r2=1759128&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Sat Sep  3 19:29:08 2016
@@ -145,7 +145,7 @@
      NON_BACKWARD_COMPATIBLE         - major version (+.0.0)
      -->
     <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
-    <compat.previous.version>2.8.1</compat.previous.version>
+    <compat.previous.version>2.9.0</compat.previous.version>
 
     <!-- 
      Configuring settings is best done through default properties that multiple plugins.