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/13 16:48:01 UTC

[uima-uimaj] 01/01: [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)

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 961a130f5a3125a159c92aabceae43a102b140e5
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri May 13 18:47:54 2022 +0200

    [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)
    
    - Apache UIMA Parent POM 14 -> 15-SNAPSHOT
---
 uimaj-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 83d403573..7a80ab2e6 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -32,7 +32,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>14</version>
+    <version>15-SNAPSHOT</version>
   </parent>
 
   <artifactId>uimaj-parent</artifactId>
@@ -74,6 +74,7 @@
       - The Eclipse Plugin modules use version ranges for their dependencies. These could resolve to
       - SNAPSHOT versions if we have a SNAPSHOT repo declaration here. Thus, this repo should only
       - be enabled when really needed.
+    -->
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
@@ -85,7 +86,6 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
-    -->
 
     <repository>
       <id>${eclipseP2RepoId}</id>