You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/07/28 12:40:21 UTC

[uima-uimafit] branch refactoring/198-Remove-version-overrides-in-Maven-plugin-modules created (now 64d3639)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch refactoring/198-Remove-version-overrides-in-Maven-plugin-modules
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git


      at 64d3639  Issue #198: Remove version overrides in Maven plugin modules

This branch includes the following new commits:

     new 64d3639  Issue #198: Remove version overrides in Maven plugin modules

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimafit] 01/01: Issue #198: Remove version overrides in Maven plugin modules

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch refactoring/198-Remove-version-overrides-in-Maven-plugin-modules
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 64d3639f06bc7003c52fce490bbeeea4901dfdb2
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jul 28 14:40:05 2022 +0200

    Issue #198: Remove version overrides in Maven plugin modules
    
    - Remove override
---
 uimafit-maven-plugin/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/uimafit-maven-plugin/pom.xml b/uimafit-maven-plugin/pom.xml
index 1478207..9cf45a2 100644
--- a/uimafit-maven-plugin/pom.xml
+++ b/uimafit-maven-plugin/pom.xml
@@ -94,7 +94,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>