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/20 15:23:50 UTC

[uima-ruta] 01/01: [NO JIRA] Add UIMA Parent POM 15 RC2 staging repo

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

rec pushed a commit to branch no-jira/test-release-with-parent-pom-15-rc-2
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 7abcb5d5f577e80b7dc912d58a779f2a53b504df
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri May 20 17:23:44 2022 +0200

    [NO JIRA] Add UIMA Parent POM 15 RC2 staging repo
---
 ruta-parent/pom.xml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index b3cc381d..c4bc7f35 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -62,19 +62,28 @@
       <name>Maven Repository Switchboard</name>
       <layout>default</layout>
       <url>https://repo1.maven.org/maven2</url>
-
       <releases>
         <enabled>true</enabled>
         <checksumPolicy>fail</checksumPolicy>
         <updatePolicy>never</updatePolicy>
       </releases>
-
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
-
     </repository>
 
+    <repository>
+      <id>apache.parent.pom.15.rc2</id>
+      <name>Apache Parent POM 15 RC 2 staging</name>
+      <url>https://repository.apache.org/content/repositories/orgapacheuima-1276</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <!--  
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
@@ -83,6 +92,7 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    -->
   </repositories>
 
   <pluginRepositories>