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:07:25 UTC

(camel) branch main updated: 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 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 1e8f7a38256 camel-jbang: Use https for apache snapshot repo
1e8f7a38256 is described below

commit 1e8f7a38256466d9ddb7281a1c82c98b42dbfb47
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 12 06:07:11 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 dd98be33da8..7c4515a7b85 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.2.0}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.2.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.2.0}
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 dd98be33da8..7c4515a7b85 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.2.0}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.2.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.2.0}