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/12/12 05:10:31 UTC

(camel) 01/02: camel-jbang: Use https for apache snapshot repo

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

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

commit a61f06a8a381984f514cdff36ef4fd551e665f30
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 12 06:09:30 2023 +0100

    camel-jbang: Use https for apache snapshot repo
---
 .../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 e8843fa8509..c73df9c1eb1 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 central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
 {{ .CamelDependencies }}
 {{ .CamelJBangDependencies }}
 {{ .CamelKameletsDependencies }}
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index 99df20f8278..be723b9007f 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 17+
-//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.0.1}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.0.1}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.0.1}
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 99df20f8278..be723b9007f 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 17+
-//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.0.1}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.0.1}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.0.1}