This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.33.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/3.33.x by this push:
new f3ea58e814 jira: use non-deprecated maven url (CAMEL-23389)
f3ea58e814 is described below
commit f3ea58e81457376efe0cd1c1766172119d8129f5
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu Jun 4 21:43:06 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 307a13c992..dbff2a7c68 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>