This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch 421-Apache-UIMA-Java-SDK-3.6.0
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/421-Apache-UIMA-Java-SDK-3.6.0
by this push:
new 67879dcdc Issue #421: Apache UIMA Java SDK 3.6.0
67879dcdc is described below
commit 67879dcdc75b106ee96c7684c498b5b88f78001f
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
---
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 e2c5b45eb..6f8f48066 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>