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

commit d75f42a791c6bcd788b4d2722864c9a96da72599
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Sep 7 22:04:16 2022 +0200

    Add categories
---
 health-checks/pom.xml       | 2 ++
 spring-boot-jta-jpa/pom.xml | 2 ++
 twitter-salesforce/pom.xml  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/health-checks/pom.xml b/health-checks/pom.xml
index ce13c44..8bd9e47 100644
--- a/health-checks/pom.xml
+++ b/health-checks/pom.xml
@@ -31,6 +31,8 @@
     <name>Camel SB Examples :: Health Checks</name>
 
     <properties>
+        <category>Management and Monitoring</category>
+
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
diff --git a/spring-boot-jta-jpa/pom.xml b/spring-boot-jta-jpa/pom.xml
index 94fc144..e0384cc 100644
--- a/spring-boot-jta-jpa/pom.xml
+++ b/spring-boot-jta-jpa/pom.xml
@@ -33,6 +33,8 @@
     <description>An example showing JTA with Spring Boot</description>
 
     <properties>
+        <category>Database</category>
+
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
diff --git a/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml
index b97ff2c..9f3bee6 100644
--- a/twitter-salesforce/pom.xml
+++ b/twitter-salesforce/pom.xml
@@ -33,6 +33,8 @@
     <description>Twitter mentions is created as contacts in 
Salesforce</description>
 
        <properties>
+        <category>SaaS</category>
+
                <camelSalesforce.clientId></camelSalesforce.clientId>
                <camelSalesforce.clientSecret></camelSalesforce.clientSecret>
                <camelSalesforce.userName></camelSalesforce.userName>

Reply via email to