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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 617c132  fix caffeine-lrucache modules name
     new aa5363a  Merge pull request #1202 from lburgazzoli/caffeine-lru
617c132 is described below

commit 617c132b702a7b287df0aa49ff791aeffd294f60
Author: lburgazzoli <[email protected]>
AuthorDate: Fri May 8 08:16:41 2020 +0200

    fix caffeine-lrucache modules name
---
 extensions-core/caffeine-lrucache/deployment/pom.xml | 2 +-
 extensions-core/caffeine-lrucache/pom.xml            | 2 +-
 extensions-core/caffeine-lrucache/runtime/pom.xml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extensions-core/caffeine-lrucache/deployment/pom.xml 
b/extensions-core/caffeine-lrucache/deployment/pom.xml
index 5667e47..a85efdd 100644
--- a/extensions-core/caffeine-lrucache/deployment/pom.xml
+++ b/extensions-core/caffeine-lrucache/deployment/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>camel-quarkus-caffeine-lrucache-deployment</artifactId>
-    <name>Caffeine LRUCache - Deployment</name>
+    <name>Camel Quarkus :: Caffeine LRUCache - Deployment</name>
 
     <dependencies>
         <dependency>
diff --git a/extensions-core/caffeine-lrucache/pom.xml 
b/extensions-core/caffeine-lrucache/pom.xml
index 5cefc02..1fc77a6 100644
--- a/extensions-core/caffeine-lrucache/pom.xml
+++ b/extensions-core/caffeine-lrucache/pom.xml
@@ -29,7 +29,7 @@
     <packaging>pom</packaging>
 
     <artifactId>camel-quarkus-caffeine-lrucache-parent</artifactId>
-    <name>Caffeine LRUCache - Parent</name>
+    <name>Camel Quarkus :: Caffeine LRUCache - Parent</name>
 
     <dependencyManagement>
         <dependencies>
diff --git a/extensions-core/caffeine-lrucache/runtime/pom.xml 
b/extensions-core/caffeine-lrucache/runtime/pom.xml
index d9a510a..ed9038d 100644
--- a/extensions-core/caffeine-lrucache/runtime/pom.xml
+++ b/extensions-core/caffeine-lrucache/runtime/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>camel-quarkus-caffeine-lrucache</artifactId>
-    <name>Caffeine LRUCache - Runtime</name>
+    <name>Camel Quarkus :: Caffeine LRUCache - Runtime</name>
     <description>Provides an implementation of the LRUCacheFactory based on 
Caffeine</description>
 
     <properties>

Reply via email to