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/11 15:54:50 UTC

[uima-uimaj] branch refactoring/UIMA-6454-Update-dependencies created (now c0e14fc2a)

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

rec pushed a change to branch refactoring/UIMA-6454-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


      at c0e14fc2a [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)

This branch includes the following new commits:

     new c0e14fc2a [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)

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: [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)

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-6454-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit c0e14fc2a826cff225c74c7a6974912c665945a2
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Jul 11 17:54:46 2022 +0200

    [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)
    
    - maven-plugin-api 3.1.0 -> 3.2.4
    - maven-core 3.0.3 -> 3.2.4
    - maven-toolchains-plugin -> 3.1.0 (build)
    - change scope of Maven dependencies in Maven plugin modules to "provided"
---
 PearPackagingMavenPlugin/pom.xml | 5 +++--
 jcasgen-maven-plugin/pom.xml     | 9 ++++++---
 uimaj-parent/pom.xml             | 1 +
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index 0ba1e63ca..3c59cce93 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -43,7 +43,8 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.1.0</version>
+      <version>${maven.version}</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
@@ -56,7 +57,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.0.3</version>
+      <version>${maven.version}</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/jcasgen-maven-plugin/pom.xml b/jcasgen-maven-plugin/pom.xml
index 64587ea1d..c0f1d4690 100644
--- a/jcasgen-maven-plugin/pom.xml
+++ b/jcasgen-maven-plugin/pom.xml
@@ -16,7 +16,9 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.uima</groupId>
@@ -41,12 +43,13 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.0.3</version>
+      <version>${maven.version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.0.3</version>
+      <version>${maven.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index eebd19a20..4723617c6 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -251,6 +251,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
+        <version>3.1.0</version>
         <executions>
           <execution>
             <goals>