Skip to content

Commit

Permalink
Merge pull request #2 from mgubaidullin/renaming
Browse files Browse the repository at this point in the history
Replace old repository names with new ones
  • Loading branch information
davsclaus committed Jul 10, 2021
2 parents 75617d4 + 8b65e64 commit 6467593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Expand Up @@ -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
Expand Down

0 comments on commit 6467593

Please sign in to comment.