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 10:27:26 UTC

[uima-uimaj] branch refactoring/230-Remove-version-overrides-in-Maven-plugin-modules created (now 831efe1c4)

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

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


      at 831efe1c4 Issue #230: Remove version overrides in Maven plugin modules

This branch includes the following new commits:

     new 831efe1c4 Issue #230: 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-uimaj] 01/01: Issue #230: 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/230-Remove-version-overrides-in-Maven-plugin-modules
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 831efe1c4be756342e78cfb612cce3f0d8f982f9
Author: Richard Eckart de Castilho <ri...@averbis.com>
AuthorDate: Thu Jul 28 12:27:12 2022 +0200

    Issue #230: Remove version overrides in Maven plugin modules
    
    - Removed the version override
---
 PearPackagingMavenPlugin/pom.xml | 1 -
 jcasgen-maven-plugin/pom.xml     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index 7c244d50f..7db951207 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -46,7 +46,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.2</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/jcasgen-maven-plugin/pom.xml b/jcasgen-maven-plugin/pom.xml
index a6e2fb6e1..a96499f04 100644
--- a/jcasgen-maven-plugin/pom.xml
+++ b/jcasgen-maven-plugin/pom.xml
@@ -51,7 +51,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>