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

rec pushed a commit to branch release/125-Apache-UIMA-Ruta-3.3.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


The following commit(s) were added to 
refs/heads/release/125-Apache-UIMA-Ruta-3.3.0 by this push:
     new 5977c9e0 Issue #125: Apache UIMA Ruta 3.3.0
5977c9e0 is described below

commit 5977c9e0e018c241aa42e1e19707bab60ff7674c
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Feb 13 15:18:02 2023 +0100

    Issue #125: Apache UIMA Ruta 3.3.0
    
    - Remove SNAPSHOT repositories
---
 ruta-parent/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 5837d1ce..688db5dc 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -49,12 +49,6 @@
                <tag>HEAD</tag>
        </scm>
 
-  <!-- The repositories and pluginRepositories section is duplicated from 
-    the parent pom one, and adds the Apache Snapshot Nexus repository where 
UIMA 
-    snapshots are deployed. This is needed if for instance, a project depends 
-    on some new SNAPSHOT level of a build tool, where the users hasn't checked 
-    out the build tooling. This allows maven to find the snapshots when 
looking 
-    for the parent of this pom -->
        <repositories>
     <!-- modify central repository access: Turn on checksum checking -->
                <repository>
@@ -73,33 +67,8 @@
                                <enabled>false</enabled>
                        </snapshots>
                </repository>
-
-               <repository>
-                       <id>apache.snapshots</id>
-                       
<url>https://repository.apache.org/content/repositories/snapshots</url>
-                       <releases>
-                               <enabled>false</enabled>
-                       </releases>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-               </repository>
        </repositories>
 
-       <!-- Only for testing -->
-       <pluginRepositories>
-               <pluginRepository>
-                       <id>apache.snapshots</id>
-                       
<url>https://repository.apache.org/content/repositories/snapshots/</url>
-                       <releases>
-                               <enabled>false</enabled>
-                       </releases>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-               </pluginRepository>
-       </pluginRepositories>
-
        <properties>
                <uniWueNoticeText>Portions of UIMA Ruta were originally 
developed by
                        the Universität Würzburg.

Reply via email to