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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new c5d2bd7f4f jira: use non-deprecated maven url (CAMEL-23389)
c5d2bd7f4f is described below

commit c5d2bd7f4f5edf7d1658dfec5428edcd4ca8b0e9
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu Jun 4 21:42:43 2026 +0200

    jira: use non-deprecated maven url (CAMEL-23389)
---
 extensions/jira/runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index fd7bbb32b4..070098670b 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -38,7 +38,7 @@
         <repository>
             <!--for com.atlassian.jira-->
             <id>atlassian</id>
-            <url>https://packages.atlassian.com/maven-external/</url>
+            
<url>https://packages.atlassian.com/artifactory/maven-atlassian-all/</url>
             <name>atlassian exteranl repo</name>
             <snapshots>
                 <enabled>false</enabled>

Reply via email to