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 2016/07/15 18:23:00 UTC

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

Author: schor
Date: Fri Jul 15 18:23:00 2016
New Revision: 1752860

URL: http://svn.apache.org/viewvc?rev=1752860&view=rev
Log:
[UIMA-5014] prepare for 2.8.2 release, excludes added for version compat testing

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=1752860&r1=1752859&r2=1752860&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Fri Jul 15 18:23:00 2016
@@ -145,7 +145,7 @@
      NON_BACKWARD_COMPATIBLE         - major version (+.0.0)
      -->
     <compat.level>BACKWARD_COMPATIBLE_IMPLEMENTER</compat.level>
-    <compat.previous.version>2.8.0</compat.previous.version>
+    <compat.previous.version>2.8.1</compat.previous.version>
 
     <!-- 
      Configuring settings is best done through default properties that multiple plugins.
@@ -335,8 +335,11 @@
                         <excludes>
                           <exclude>**/impl/**/*</exclude>
                           <exclude>**/internal/**/*</exclude>
+                          <exclude>org/apache/uima/cas/CASRuntimeException</exclude> <!-- Exclude adding error msg from check -->
+                          
                           <!-- UIMA-4565 Exclude CAS from check for 2.8.2 - after 2.8.2 release -->
                           <exclude>org/apache/uima/cas/CAS</exclude>
+
                         </excludes>
                       </requireBackwardCompatibility>
                     </rules>