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/12/16 16:28:23 UTC

svn commit: r1774636 - /uima/uimaj/trunk/uimaj-core/pom.xml

Author: schor
Date: Fri Dec 16 16:28:23 2016
New Revision: 1774636

URL: http://svn.apache.org/viewvc?rev=1774636&view=rev
Log:
[UIMA-5207] add more changed classes to semver exclude list

Modified:
    uima/uimaj/trunk/uimaj-core/pom.xml

Modified: uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/pom.xml?rev=1774636&r1=1774635&r2=1774636&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-core/pom.xml Fri Dec 16 16:28:23 2016
@@ -170,6 +170,17 @@
                       <exclude>org/apache/uima/jcas/cas/StringArray</exclude>
                       <exclude>org/apache/uima/jcas/cas/StringList</exclude>
                       <exclude>org/apache/uima/jcas/cas/NonEmptyStringList</exclude>
+                      <exclude>org/apache/uima/jcas/cas/IntegerArray</exclude>
+                      <exclude>org/apache/uima/jcas/cas/IntegerList</exclude>
+                      <exclude>org/apache/uima/jcas/cas/NonEmptyIntegerList</exclude>
+                      <exclude>org/apache/uima/jcas/cas/FloatArray</exclude>
+                      <exclude>org/apache/uima/jcas/cas/FloatList</exclude>
+                      <exclude>org/apache/uima/jcas/cas/NonEmptyFloatList</exclude>
+                      <exclude>org/apache/uima/jcas/cas/BooleanArray</exclude>
+                      <exclude>org/apache/uima/jcas/cas/ByteArray</exclude>
+                      <exclude>org/apache/uima/jcas/cas/ShortArray</exclude>
+                      <exclude>org/apache/uima/jcas/cas/LongArray</exclude>
+                      <exclude>org/apache/uima/jcas/cas/DoubleArray</exclude>
                     </excludes>
                   </requireBackwardCompatibility>
                 </rules>