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 2023/02/17 09:49:36 UTC

[uima-uimaj] branch refactoring/302-Update-dependencies created (now 64d415349)

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

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


      at 64d415349 Issue #302: Update dependencies

This branch includes the following new commits:

     new 64d415349 Issue #302: Update dependencies

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 #302: Update dependencies

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

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

commit 64d415349d9f982358bcd493c58130b82ccf759f
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Feb 17 10:49:30 2023 +0100

    Issue #302: Update dependencies
    
    - p2-layout-resolver 1.5.0 -> 1.7.0
---
 uimaj-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 46f04ddd1..44697b512 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -303,7 +303,7 @@
       <plugin>
         <groupId>org.openntf.maven</groupId>
         <artifactId>p2-layout-resolver</artifactId>
-        <version>1.5.0</version>
+        <version>1.7.0</version>
         <extensions>true</extensions>
       </plugin>