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/05/02 10:04:00 UTC

[uima-parent-pom] branch refactoring/UIMA-6441-Update-plugins created (now 294e4c2)

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

rec pushed a change to branch refactoring/UIMA-6441-Update-plugins
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git


      at 294e4c2  [UIMA-6441] Update plugins

This branch includes the following new commits:

     new 294e4c2  [UIMA-6441] Update plugins

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-parent-pom] 01/01: [UIMA-6441] Update plugins

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

rec pushed a commit to branch refactoring/UIMA-6441-Update-plugins
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit 294e4c209bcc14dbf885a8a9ab77e9cb7a71e97a
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon May 2 12:03:55 2022 +0200

    [UIMA-6441] Update plugins
    
    * maven-scm-plugin -> 1.12.2
    * build-helper-maven-plugin 3.0.0 -> 3.3.0
    * buildnumber-maven-plugin -> 3.0.0
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index a635178..12af443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,6 +234,12 @@
           <version>3.1.1</version>
         </plugin>
 
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.12.2</version>
+        </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
@@ -289,6 +295,11 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
+          <version>3.3.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
           <version>3.0.0</version>
         </plugin>