You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/11/15 14:50:57 UTC

[camel] branch master updated: CAMEL-12810 - Changed the referenced repository for nessus deps

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 047bf5c  CAMEL-12810 - Changed the referenced repository for nessus deps
047bf5c is described below

commit 047bf5c22ca0502f234100951313f90001756702
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 15 15:50:33 2018 +0100

    CAMEL-12810 - Changed the referenced repository for nessus deps
---
 components/camel-ipfs/pom.xml                                       | 4 ++--
 platforms/spring-boot/components-starter/camel-ipfs-starter/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-ipfs/pom.xml b/components/camel-ipfs/pom.xml
index f0ec0dc..60fa640 100644
--- a/components/camel-ipfs/pom.xml
+++ b/components/camel-ipfs/pom.xml
@@ -38,9 +38,9 @@
 
   <repositories>
     <repository>
-      <id>jboss.ea</id>
+      <id>jboss.thirdparty</id>
       <name>JBoss Repository</name>
-      <url>https://repository.jboss.org/nexus/content/groups/ea</url>
+      <url>https://repository.jboss.org/nexus/service/local/repositories/thirdparty-releases/content/</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
diff --git a/platforms/spring-boot/components-starter/camel-ipfs-starter/pom.xml b/platforms/spring-boot/components-starter/camel-ipfs-starter/pom.xml
index 76694fd..3e5b17b 100644
--- a/platforms/spring-boot/components-starter/camel-ipfs-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-ipfs-starter/pom.xml
@@ -53,9 +53,9 @@
   <!--START OF GENERATED CODE-->
   <repositories>
     <repository>
-      <id>jboss.ea</id>
+      <id>jboss.thirdparty</id>
       <name>JBoss Repository</name>
-      <url>https://repository.jboss.org/nexus/content/groups/ea</url>
+      <url>https://repository.jboss.org/nexus/service/local/repositories/thirdparty-releases/content/</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>