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/05 09:14:49 UTC

[camel] branch camel-3.21.x updated: CAMEL-19577: Fix ugly INFO logging from maven downloader due to jbang using different id than standard maven.

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

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


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
     new f0f15927cb7 CAMEL-19577: Fix ugly INFO logging from maven downloader due to jbang using different id than standard maven.
f0f15927cb7 is described below

commit f0f15927cb7f5099c6f4a8f8df2e8222b27d1e8f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 5 11:14:20 2023 +0200

    CAMEL-19577: Fix ugly INFO logging from maven downloader due to jbang using different id than standard maven.
---
 .../src/main/resources/templates/run-custom-camel-version.tmpl          | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java                   | 2 +-
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl
index 6976b2f0289..6f6494284b3 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl
@@ -19,7 +19,7 @@
 
 //JAVA {{ .JavaVersion }}+
 {{ .MavenRepositories }}
-//REPOS mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
 {{ .CamelDependencies }}
 {{ .CamelJBangDependencies }}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:3.20.4}
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index 5d1f410bcd6..4f22002b01b 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -18,7 +18,7 @@
  */
 
 //JAVA 11+
-//REPOS mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.20.4}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.20.4}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:3.20.4}
diff --git a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index 5d1f410bcd6..4f22002b01b 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -18,7 +18,7 @@
  */
 
 //JAVA 11+
-//REPOS mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.20.4}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.20.4}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:3.20.4}