[
https://issues.apache.org/jira/browse/UIMA-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Eckart de Castilho resolved UIMA-4579.
----------------------------------------------
Resolution: Fixed
2.9.0 was released - removing.
{noformat}
<!-- UIMA-4565 Exclude CAS from check for 2.9.0 -
remove after 2.9.0 release -->
<exclude>org/apache/uima/cas/CAS</exclude>
<!-- unfortunately, due to some bug, the above
exclude
seems to exclude everything... -->
{noformat}
> Remove CAS semver exclude after next release
> --------------------------------------------
>
> Key: UIMA-4579
> URL: https://issues.apache.org/jira/browse/UIMA-4579
> Project: UIMA
> Issue Type: Task
> Components: Core Java Framework
> Reporter: Richard Eckart de Castilho
> Assignee: Richard Eckart de Castilho
> Priority: Blocker
> Fix For: 2.9.1SDK
>
>
> The exclude for the CAS interface introduced for UIMA-4565 must be removed
> again after the next (2.8.2) release.
> The exclude is configured in the uimaj-parent POM:
> {noformat}
> <!-- UIMA-4565 Exclude CAS from check for 2.8.2 - after 2.8.2 release -->
> <exclude>org/apache/uima/cas/CAS</exclude>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)