You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/24 07:11:56 UTC

[camel-spring-boot] branch main updated: Copy over atlassian repo from camel-core project

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e4c650abab2 Copy over atlassian repo from camel-core project
e4c650abab2 is described below

commit e4c650abab2164a95220c6fc87db92618283ae1a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 24 09:11:01 2023 +0200

    Copy over atlassian repo from camel-core project
---
 components-starter/camel-jira-starter/pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-jira-starter/pom.xml b/components-starter/camel-jira-starter/pom.xml
index a40c97f5c14..4a70c043a1c 100644
--- a/components-starter/camel-jira-starter/pom.xml
+++ b/components-starter/camel-jira-starter/pom.xml
@@ -81,8 +81,15 @@
   <!--START OF GENERATED CODE-->
   <repositories>
     <repository>
-      <id>atlassian-public</id>
-      <url>https://packages.atlassian.com/maven-external</url>
+      <id>atlassian</id>
+      <url>https://packages.atlassian.com/maven-external/</url>
+      <name>atlassian external repo</name>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
     </repository>
   </repositories>
   <!--END OF GENERATED CODE-->