This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch release/3.6.x in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/release/3.6.x by this push: new 3e8a84a2b No issue: Updating previous release version reference after release. 3e8a84a2b is described below commit 3e8a84a2b8d7a7386c27509d058f9e2eb7e643f7 Author: Richard Eckart de Castilho <r...@apache.org> AuthorDate: Fri Nov 29 10:42:08 2024 +0100 No issue: Updating previous release version reference after release. --- uimaj-parent-internal/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uimaj-parent-internal/pom.xml b/uimaj-parent-internal/pom.xml index c0b077a62..a08c9ae9f 100644 --- a/uimaj-parent-internal/pom.xml +++ b/uimaj-parent-internal/pom.xml @@ -88,7 +88,7 @@ <!-- BEGIN PROFILE SETTINGS: generate-release-notes--> <github-repository>uima-uimaj</github-repository> <git-branch>main</git-branch> - <previous-release-version>3.5.0</previous-release-version> + <previous-release-version>3.6.0</previous-release-version> <!-- END PROFILE SETTINGS: generate-release-notes--> <api_check_oldVersion>${previous-release-version}</api_check_oldVersion> @@ -503,12 +503,12 @@ <plugin> <groupId>org.apache.uima</groupId> <artifactId>jcasgen-maven-plugin</artifactId> - <version>3.5.0</version> + <version>3.6.0</version> <!-- ${previous-release-version} --> </plugin> <plugin> <groupId>org.apache.uima</groupId> <artifactId>PearPackagingMavenPlugin</artifactId> - <version>3.5.0</version> + <version>3.6.0</version> <!-- ${previous-release-version} --> </plugin> </plugins> </pluginManagement>