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 2016/07/19 06:52:32 UTC

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

Author: pkluegl
Date: Tue Jul 19 06:52:32 2016
New Revision: 1753340

URL: http://svn.apache.org/viewvc?rev=1753340&view=rev
Log:
UIMA-4685
- set enforcer rule to BACKWARD_COMPATIBLE_USER because of CasIOUtils

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=1753340&r1=1753339&r2=1753340&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Tue Jul 19 06:52:32 2016
@@ -144,7 +144,7 @@
      BACKWARD_COMPATIBLE_USER        - minor version (=.+.0)
      NON_BACKWARD_COMPATIBLE         - major version (+.0.0)
      -->
-    <compat.level>BACKWARD_COMPATIBLE_IMPLEMENTER</compat.level>
+    <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
     <compat.previous.version>2.8.1</compat.previous.version>
 
     <!--