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/01/27 08:20:58 UTC

[uima-ruta] 01/01: #104 - Upgrade dependencies

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

rec pushed a commit to branch refactoring/104-Upgrade-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit fdbff26eaa93dc16834e8ef8d3260fdf4b929fc2
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jan 27 09:20:48 2023 +0100

    #104 - Upgrade dependencies
    
    - UIMA parent POM 16-SNAPSHOT -> 16
    - Fix name of marker file enabling the changes report
---
 ...r-file-identifying-parent-pom => marker-file-enabling-changes-report | 0
 ruta-parent/pom.xml                                                     | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/marker-file-identifying-parent-pom b/marker-file-enabling-changes-report
similarity index 100%
rename from marker-file-identifying-parent-pom
rename to marker-file-enabling-changes-report
diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 058cdc44..2836deb3 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>parent-pom</artifactId>
-		<version>16-SNAPSHOT</version>
+		<version>16</version>
 		<relativePath />
 	</parent>