This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 55ac7fd6b156 camel-jira: use non-deprecated maven url
55ac7fd6b156 is described below
commit 55ac7fd6b156855b7a7edb27a33b14dd63609da9
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Wed Jun 3 13:42:18 2026 +0200
camel-jira: use non-deprecated maven url
---
components/camel-jira/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index a79fe8687996..07d399d9e448 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -34,7 +34,7 @@
<repositories>
<repository>
<id>atlassian</id>
- <url>https://packages.atlassian.com/maven-external/</url>
+
<url>https://packages.atlassian.com/artifactory/maven-atlassian-all/</url>
<name>atlassian external repo</name>
<snapshots>
<enabled>false</enabled>