This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/main by this push:
new c2e721599 Issue #382: Warning when PEAR contains a JCAS class that is
used as a feature range outside the PEAR
c2e721599 is described below
commit c2e721599d2d828b8402ce0efbc31c2b21dae36e
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Aug 28 15:08:17 2024 +0200
Issue #382: Warning when PEAR contains a JCAS class that is used as a
feature range outside the PEAR
- Set correct module version
---
uimaj-it-pear-with-typesystem/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uimaj-it-pear-with-typesystem/pom.xml
b/uimaj-it-pear-with-typesystem/pom.xml
index 35b5adb96..9587d42c1 100644
--- a/uimaj-it-pear-with-typesystem/pom.xml
+++ b/uimaj-it-pear-with-typesystem/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-parent</artifactId>
- <version>3.5.1-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>