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

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

commit cd61cf8a89fff7757a60521a5b8d96d3a1a0ce2f
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Fri Aug 11 11:33:19 2023 +0200

    Issue #133: Update dependencies
    
    - maven-plugin-tools-javadoc 2.9 -> 3.5.2
    - Remove Maven Central repo override which is already present in the Apache 
UIMA Parent POM
---
 ruta-maven-plugin/pom.xml |  2 +-
 ruta-parent/pom.xml       | 18 ------------------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/ruta-maven-plugin/pom.xml b/ruta-maven-plugin/pom.xml
index ff8bb3fe..794720c1 100644
--- a/ruta-maven-plugin/pom.xml
+++ b/ruta-maven-plugin/pom.xml
@@ -127,7 +127,7 @@
               <tagletArtifact>
                 <groupId>org.apache.maven.plugin-tools</groupId>
                 <artifactId>maven-plugin-tools-javadoc</artifactId>
-                <version>2.9</version>
+                <version>3.5.2</version>
               </tagletArtifact>
             </tagletArtifacts>
           </configuration>
diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index bf106573..26092144 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -48,24 +48,6 @@
   </scm>
 
   <repositories>
-    <!-- modify central repository access: Turn on checksum checking -->
-    <repository>
-      <id>central</id>
-      <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>
-    
     <!--
       - 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

Reply via email to