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

porcelli pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new aed888d4 Prefer central repo over repository.apache.org (#1273)
aed888d4 is described below

commit aed888d464a0889f18c3b3206bae7b7833a17f00
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Jan 19 00:15:11 2025 +0100

    Prefer central repo over repository.apache.org (#1273)
---
 .ci/jenkins/tests/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.ci/jenkins/tests/pom.xml b/.ci/jenkins/tests/pom.xml
index f6576609..143ae31b 100644
--- a/.ci/jenkins/tests/pom.xml
+++ b/.ci/jenkins/tests/pom.xml
@@ -28,6 +28,14 @@
     <packaging>jar</packaging>
 
     <repositories>
+        <repository>
+            <id>central</id>
+            <name>Central Repository</name>
+            <url>https://repo.maven.apache.org/maven2</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
         <repository>
             <id>apache-public-repository-group</id>
             <name>Apache Public Repository Group</name>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to