This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch release/4.0.x in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit f90efcdf591306e08497b9418a9bd7b2b56058d0 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed Oct 1 11:14:28 2025 +0200 No issue: Fix version in internal parent --- uimaj-parent-internal/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uimaj-parent-internal/pom.xml b/uimaj-parent-internal/pom.xml index f8a13dd19..71a7eb599 100644 --- a/uimaj-parent-internal/pom.xml +++ b/uimaj-parent-internal/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uimaj-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../uimaj-parent/pom.xml</relativePath> </parent>
