You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/22 16:27:47 UTC

[camel-spring-boot-examples] 03/04: Set the correct category for this example

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-spring-boot-examples.git

commit e16ec43ad46cc6931bac7d443b6e7740a493bd22
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 22 18:22:35 2020 +0200

    Set the correct category for this example
---
 camel-example-spring-boot-aws2-s3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-example-spring-boot-aws2-s3/pom.xml b/camel-example-spring-boot-aws2-s3/pom.xml
index f510b81..88616ca 100644
--- a/camel-example-spring-boot-aws2-s3/pom.xml
+++ b/camel-example-spring-boot-aws2-s3/pom.xml
@@ -30,7 +30,7 @@
     <description>An example showing the Camel AWS2 S3 component with Spring Boot</description>
 
     <properties>
-        <category>Database</category>
+        <category>Cloud</category>
         <spring.boot-version>${spring-boot-version}</spring.boot-version>
     </properties>