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 2021/07/10 10:21:18 UTC

[camel-kameleon] branch main updated: Replace old repository names with new ones

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-kameleon.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b65e64  Replace old repository names with new ones
     new 6467593  Merge pull request #2 from mgubaidullin/renaming
8b65e64 is described below

commit 8b65e644e2fba723edfec1e0a3cda0f7c167f21f
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Fri Jul 9 17:34:55 2021 -0400

    Replace old repository names with new ones
---
 src/main/resources/META-INF/resources/templates/main-template.js | 2 +-
 src/main/resources/application.properties                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/META-INF/resources/templates/main-template.js b/src/main/resources/META-INF/resources/templates/main-template.js
index 8d88c3f..f33081f 100644
--- a/src/main/resources/META-INF/resources/templates/main-template.js
+++ b/src/main/resources/META-INF/resources/templates/main-template.js
@@ -49,7 +49,7 @@ const MainTemplate = `
             <a class="pf-c-page__header-brand-link">
                 <h1 class="header">KAMELEON {{version}}</h1>
             </a>
-            <a class="github-link" href="https://github.com/mgubaidullin/kameleon">
+            <a class="github-link" href="https://github.com/apache/camel-kameleon">
                <img class="github" src="/img/fa-github.svg" alt="Github"/>
             </>
         </div>
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 6afa61c..7807cbf 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -18,8 +18,8 @@
 quarkus.package.type=uber-jar
 quarkus.log.level=INFO
 
-quarkus.container-image.group=entropy1
-quarkus.container-image.name=kameleon
+quarkus.container-image.group=apache
+quarkus.container-image.name=camel-kameleon
 quarkus.container-image.tag=${project.version}
 
 quarkus.cache.caffeine."components".expire-after-write=3600S