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
commit 73b8e46fc0ec44d37225ddd5e2f9a397cad5d291 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu Nov 21 12:24:23 2024 +0100 Issue #421: Apache UIMA Java SDK 3.6.0 - Try working around https://issues.apache.org/jira/browse/MRELEASE-799 (cherry picked from commit 67879dcdc75b106ee96c7684c498b5b88f78001f) --- uimaj-parent-internal/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uimaj-parent-internal/pom.xml b/uimaj-parent-internal/pom.xml index b364c291d..cbb2fc9e0 100644 --- a/uimaj-parent-internal/pom.xml +++ b/uimaj-parent-internal/pom.xml @@ -92,7 +92,6 @@ <!-- END PROFILE SETTINGS: generate-release-notes--> <api_check_oldVersion>${previous-release-version}</api_check_oldVersion> - <uima-maven-plugins-version>${previous-release-version}</uima-maven-plugins-version> </properties> <dependencies> @@ -504,12 +503,12 @@ <plugin> <groupId>org.apache.uima</groupId> <artifactId>jcasgen-maven-plugin</artifactId> - <version>${uima-maven-plugins-version}</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.uima</groupId> <artifactId>PearPackagingMavenPlugin</artifactId> - <version>${uima-maven-plugins-version}</version> + <version>3.5.0</version> </plugin> </plugins> </pluginManagement>
