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:57 UTC

[uima-ruta] branch refactoring/104-Upgrade-dependencies created (now fdbff26e)

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

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


      at fdbff26e #104 - Upgrade dependencies

This branch includes the following new commits:

     new fdbff26e #104 - Upgrade 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-ruta] 01/01: #104 - Upgrade 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/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>