This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1630-Move-to-Apache-Parent-33 in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
commit 4f59179c1dd508b950c581989aaad96c7127db5a Author: Martin Wiesner <[email protected]> AuthorDate: Mon Oct 21 11:38:18 2024 +0200 OPENNLP-1630 Move to Apache Parent 33 - aligns version of Apache parent project to '33', details: https://github.com/apache/maven-apache-parent/releases/tag/apache-33 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf0c65d..5e4954a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>31</version> + <version>33</version> <relativePath /> </parent>
