You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2015/10/20 13:18:34 UTC

svn commit: r1709567 - /uima/ruta/trunk/ruta-parent/pom.xml

Author: pkluegl
Date: Tue Oct 20 11:18:34 2015
New Revision: 1709567

URL: http://svn.apache.org/viewvc?rev=1709567&view=rev
Log:
no jira - upgraded compatibility level

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

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1709567&r1=1709566&r2=1709567&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Tue Oct 20 11:18:34 2015
@@ -141,8 +141,8 @@ Creative Commons Attribution 3.0 License
      BACKWARD_COMPATIBLE_USER        - minor version (=.+.0)
      NON_BACKWARD_COMPATIBLE         - major version (+.0.0)
      -->
-    <compat.level>BACKWARD_COMPATIBLE_IMPLEMENTER</compat.level>
-    <compat.previous.version>2.3.0</compat.previous.version>
+    <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
+    <compat.previous.version>2.3.1</compat.previous.version>
  
   </properties>