This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch 196-Apache-UIMA-Ruta-3.5.1 in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit ee572262535a413622b42922100a25a621003196 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed Oct 1 15:21:49 2025 +0200 Issue #196: Apache UIMA Ruta 3.5.1 - Update git-brancha and previous-release-version properties --- ruta-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml index e26e8bb1..7eb6a566 100644 --- a/ruta-parent/pom.xml +++ b/ruta-parent/pom.xml @@ -152,8 +152,8 @@ <!-- BEGIN PROFILE SETTINGS: generate-release-notes--> <github-repository>uima-ruta</github-repository> - <git-branch>main</git-branch> - <previous-release-version>3.4.1</previous-release-version> + <git-branch>release/3.5.x</git-branch> + <previous-release-version>3.5.0</previous-release-version> <!-- END PROFILE SETTINGS: generate-release-notes--> <api_check_oldVersion>${previous-release-version}</api_check_oldVersion>
