You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/09 11:34:58 UTC

[1/5] camel git commit: CAMEL-8458 camel-linkedin - public_profile_url option should be String

Repository: camel
Updated Branches:
  refs/heads/master 70e195942 -> ed57b1a15


CAMEL-8458 camel-linkedin - public_profile_url option should be String


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a38e6b95
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a38e6b95
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a38e6b95

Branch: refs/heads/master
Commit: a38e6b952ffebc6152dc55905f2983cc43d5cb95
Parents: 632fb42
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Sat Mar 7 00:06:52 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:29:58 2015 +0800

----------------------------------------------------------------------
 .../camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a38e6b95/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
index e3c7b29..c2fcb10 100644
--- a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
+++ b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
@@ -911,7 +911,7 @@
   <wadl:param name="secure-urls" style="query" type="xsd:boolean" id="secure-urls"/>
 
   <!-- public profile url param -->
-  <wadl:param name="public-profile-url" style="template" type="xsd:anyURI" id="public-profile-url"/>
+  <wadl:param name="public-profile-url" style="template" id="public-profile-url"/>
 
   <!-- group Id param -->
   <wadl:param name="group-id" style="template" type="xsd:integer" required="true" id="group-id"/>


[4/5] camel git commit: CAMEL-8455 update_key option should be optional in getHistoricalStatusUpdateStatistics

Posted by ni...@apache.org.
CAMEL-8455 update_key option should be optional in getHistoricalStatusUpdateStatistics


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1daa5262
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1daa5262
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1daa5262

Branch: refs/heads/master
Commit: 1daa5262aea08dada7cf72525e41bee45261627d
Parents: 17afad3
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Fri Mar 6 20:28:42 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:29:59 2015 +0800

----------------------------------------------------------------------
 components/camel-linkedin/camel-linkedin-component/pom.xml  | 9 +++++++++
 .../linkedin/CompaniesResourceIntegrationTest.java          | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1daa5262/components/camel-linkedin/camel-linkedin-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/pom.xml b/components/camel-linkedin/camel-linkedin-component/pom.xml
index 0f0bf8a..891135e 100644
--- a/components/camel-linkedin/camel-linkedin-component/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-component/pom.xml
@@ -130,8 +130,17 @@
                     <nullableOption>seniorities</nullableOption>
                     <nullableOption>start</nullableOption>
                     <nullableOption>start_timestamp</nullableOption>
+                    <nullableOption>statistics_update_key</nullableOption>
                     <nullableOption>time_granularity</nullableOption>
                   </nullableOptions>
+                  <substitutions>
+                    <substitution>
+                      <method>^getHistoricalStatusUpdateStatistics$</method>
+                       <argName>update_key</argName>
+                       <argType>java.lang.String</argType>
+                       <replacement>statistics_update_key</replacement>
+                    </substitution>
+                  </substitutions>
                 </api>
                 <api>
                   <apiName>groups</apiName>

http://git-wip-us.apache.org/repos/asf/camel/blob/1daa5262/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
index 4e06f2b..acfcec6 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
@@ -210,7 +210,7 @@ public class CompaniesResourceIntegrationTest extends AbstractLinkedInTestSuppor
         // parameter type is org.apache.camel.component.linkedin.api.Timegranularity
         headers.put("CamelLinkedIn.time_granularity", null);
         // parameter type is String
-        headers.put("CamelLinkedIn.update_key", null);
+        headers.put("CamelLinkedIn.statistics_update_key", null);
 
         final org.apache.camel.component.linkedin.api.model.HistoricalStatusUpdateStatistics result = requestBodyAndHeaders("direct://GETHISTORICALSTATUSUPDATESTATISTICS", null, headers);
 


[2/5] camel git commit: CAMEL-8457 Correct return types of some endpoints in camel-linkedin

Posted by ni...@apache.org.
CAMEL-8457 Correct return types of some endpoints in camel-linkedin


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/632fb427
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/632fb427
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/632fb427

Branch: refs/heads/master
Commit: 632fb427e4e01fe43d2bcf7a9e1998ba8d43eab2
Parents: 70e1959
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Fri Mar 6 22:19:46 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:29:58 2015 +0800

----------------------------------------------------------------------
 .../src/main/resources/linkedin-api-wadl.xml             | 11 +++++------
 .../linkedin/CompaniesResourceIntegrationTest.java       |  2 +-
 .../linkedin/PeopleResourceIntegrationTest.java          |  4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/632fb427/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
index f784a45..e3c7b29 100644
--- a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
+++ b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
@@ -101,7 +101,7 @@
                 <wadl:param href="#secure-urls"/>
               </wadl:request>
               <wadl:response>
-                <wadl:representation mediaType="application/xml" element="tns:comments"/>
+                <wadl:representation href="#update-comments"/>
               </wadl:response>
             </wadl:method>
           </wadl:resource>
@@ -193,11 +193,9 @@
           <wadl:request>
             <wadl:param href="#group-id"/>
             <wadl:param href="#fields-selector"/>
-            <wadl:param href="#count"/>
-            <wadl:param href="#start"/>
           </wadl:request>
           <wadl:response>
-            <wadl:representation href="#groupmemberships"/>
+            <wadl:representation href="#groupmembership"/>
           </wadl:response>
         </wadl:method>
       </wadl:resource>
@@ -633,7 +631,7 @@
                   <wadl:param href="#secure-urls"/>
                 </wadl:request>
                 <wadl:response>
-                  <wadl:representation mediaType="application/xml" element="tns:comments"/>
+                  <wadl:representation href="#update-comments"/>
                 </wadl:response>
               </wadl:method>
             </wadl:resource>
@@ -1037,9 +1035,10 @@
   <wadl:representation mediaType="application/xml" element="tns:isfollowing" id="is-following"/>
 
   <wadl:representation mediaType="application/xml" element="tns:updatecomment" id="update-comment"/>
+  <wadl:representation mediaType="application/xml" element="tns:updatecomments" id="update-comments"/>
 
   <wadl:representation mediaType="application/xml" element="tns:jobbookmark" id="job-bookmark"/>
   <wadl:representation mediaType="application/xml" element="tns:jobbookmarks" id="job-bookmarks"/>
   <wadl:representation mediaType="application/xml" element="tns:jobsearch" id="job-search"/>
 
-</wadl:application>
\ No newline at end of file
+</wadl:application>

http://git-wip-us.apache.org/repos/asf/camel/blob/632fb427/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
index 0521f4c..d3f7414 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
@@ -145,7 +145,7 @@ public class CompaniesResourceIntegrationTest extends AbstractLinkedInTestSuppor
         // parameter type is Boolean
         headers.put("CamelLinkedIn.secure_urls", null);
 
-        final org.apache.camel.component.linkedin.api.model.Comments result = requestBodyAndHeaders("direct://GETCOMPANYUPDATECOMMENTS", null, headers);
+        final org.apache.camel.component.linkedin.api.model.UpdateComments result = requestBodyAndHeaders("direct://GETCOMPANYUPDATECOMMENTS", null, headers);
 
         assertNotNull("getCompanyUpdateComments result", result);
         LOG.debug("getCompanyUpdateComments: " + result);

http://git-wip-us.apache.org/repos/asf/camel/blob/632fb427/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/PeopleResourceIntegrationTest.java
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/PeopleResourceIntegrationTest.java b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/PeopleResourceIntegrationTest.java
index 95c5991..287f445 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/PeopleResourceIntegrationTest.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/PeopleResourceIntegrationTest.java
@@ -170,7 +170,7 @@ public class PeopleResourceIntegrationTest extends AbstractLinkedInTestSupport {
         // parameter type is Long
         headers.put("CamelLinkedIn.start", null);
 
-        final org.apache.camel.component.linkedin.api.model.GroupMemberships result = requestBodyAndHeaders("direct://GETGROUPMEMBERSHIPSETTINGS", null, headers);
+        final org.apache.camel.component.linkedin.api.model.GroupMembership result = requestBodyAndHeaders("direct://GETGROUPMEMBERSHIPSETTINGS", null, headers);
 
         assertNotNull("getGroupMembershipSettings result", result);
         LOG.debug("getGroupMembershipSettings: " + result);
@@ -419,7 +419,7 @@ public class PeopleResourceIntegrationTest extends AbstractLinkedInTestSupport {
         // parameter type is Boolean
         headers.put("CamelLinkedIn.secure_urls", null);
 
-        final org.apache.camel.component.linkedin.api.model.Comments result = requestBodyAndHeaders("direct://GETUPDATECOMMENTS", null, headers);
+        final org.apache.camel.component.linkedin.api.model.UpdateComments result = requestBodyAndHeaders("direct://GETUPDATECOMMENTS", null, headers);
 
         assertNotNull("getUpdateComments result", result);
         LOG.debug("getUpdateComments: " + result);


[3/5] camel git commit: CAMEL-8456 - Remove addCompanyUpdateComment endpoint from camel-linkedin

Posted by ni...@apache.org.
CAMEL-8456 - Remove addCompanyUpdateComment endpoint from camel-linkedin


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/17afad39
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/17afad39
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/17afad39

Branch: refs/heads/master
Commit: 17afad39632ae3b15ba73a0819ad0df7e9a3ab9d
Parents: a38e6b9
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Fri Mar 6 21:20:58 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:29:59 2015 +0800

----------------------------------------------------------------------
 .../src/main/resources/linkedin-api-wadl.xml      | 10 ----------
 .../CompaniesResourceIntegrationTest.java         | 18 ------------------
 2 files changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/17afad39/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
index c2fcb10..1766040 100644
--- a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
+++ b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
@@ -636,16 +636,6 @@
               </wadl:method>
             </wadl:resource>
 
-            <wadl:resource path="update-comments">
-            <wadl:method name="POST" id="addCompanyUpdateComment">
-                <wadl:request>
-                  <wadl:param href="#company-id"/>
-                  <wadl:param href="#update-key"/>
-                  <wadl:representation href="#update-comment"/>
-                </wadl:request>
-              </wadl:method>
-            </wadl:resource>
-
             <wadl:resource path="update-comments-as-company">
               <wadl:method name="POST" id="addCompanyUpdateCommentAsCompany">
                 <wadl:request>

http://git-wip-us.apache.org/repos/asf/camel/blob/17afad39/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
index d3f7414..4e06f2b 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/CompaniesResourceIntegrationTest.java
@@ -42,20 +42,6 @@ public class CompaniesResourceIntegrationTest extends AbstractLinkedInTestSuppor
     private static final String PATH_PREFIX = LinkedInApiCollection.getCollection().getApiName(CompaniesResourceApiMethod.class).getName();
     private static final Long TEST_COMPANY_ID = 1337L;
 
-    // TODO provide parameter values for addCompanyUpdateComment
-    @Ignore
-    @Test
-    public void testAddCompanyUpdateComment() throws Exception {
-        final Map<String, Object> headers = new HashMap<String, Object>();
-        headers.put("CamelLinkedIn.company_id", 0L);
-        // parameter type is String
-        headers.put("CamelLinkedIn.update_key", null);
-        // parameter type is org.apache.camel.component.linkedin.api.model.UpdateComment
-        headers.put("CamelLinkedIn.updatecomment", null);
-
-        requestBodyAndHeaders("direct://ADDCOMPANYUPDATECOMMENT", null, headers);
-    }
-
     // TODO provide parameter values for addCompanyUpdateCommentAsCompany
     @Ignore
     @Test
@@ -300,10 +286,6 @@ public class CompaniesResourceIntegrationTest extends AbstractLinkedInTestSuppor
     protected RouteBuilder createRouteBuilder() throws Exception {
         return new RouteBuilder() {
             public void configure() {
-                // test route for addCompanyUpdateComment
-                from("direct://ADDCOMPANYUPDATECOMMENT")
-                    .to("linkedin://" + PATH_PREFIX + "/addCompanyUpdateComment");
-
                 // test route for addCompanyUpdateCommentAsCompany
                 from("direct://ADDCOMPANYUPDATECOMMENTASCOMPANY")
                     .to("linkedin://" + PATH_PREFIX + "/addCompanyUpdateCommentAsCompany");


[5/5] camel git commit: CAMEL-8454 Correct a comment in files generated by api-component plugin

Posted by ni...@apache.org.
CAMEL-8454 Correct a comment in files generated by api-component plugin


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ed57b1a1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ed57b1a1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ed57b1a1

Branch: refs/heads/master
Commit: ed57b1a1597a12649ad301010b44bc7201585557
Parents: 1daa526
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Fri Mar 6 18:13:11 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:30:00 2015 +0800

----------------------------------------------------------------------
 .../src/main/resources/api-collection.vm                           | 2 +-
 .../src/main/resources/api-endpoint-config.vm                      | 2 +-
 .../src/main/resources/api-method-enum.vm                          | 2 +-
 .../src/main/resources/api-name-enum.vm                            | 2 +-
 .../src/main/resources/api-route-test.vm                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ed57b1a1/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
index 6d5b850..3e75702 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-collection.vm
 /*
- * Camel ApiCollection generated by camel-component-util-maven-plugin
+ * Camel ApiCollection generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $packageName;

http://git-wip-us.apache.org/repos/asf/camel/blob/ed57b1a1/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
index 082665f..8188c54 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-endpoint-config.vm
 /*
- * Camel EndpointConfiguration generated by camel-component-util-maven-plugin
+ * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package ${componentPackage};

http://git-wip-us.apache.org/repos/asf/camel/blob/ed57b1a1/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
index 9827d1e..5b9470d 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-method-enum.vm
 /*
- * Camel ApiMethod Enumeration generated by camel-component-util-maven-plugin
+ * Camel ApiMethod Enumeration generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $packageName;

http://git-wip-us.apache.org/repos/asf/camel/blob/ed57b1a1/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
index e0d558d..b2bfe60 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-name-enum.vm
 /*
- * Camel ApiName Enumeration generated by camel-component-util-maven-plugin
+ * Camel ApiName Enumeration generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $packageName;

http://git-wip-us.apache.org/repos/asf/camel/blob/ed57b1a1/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
index 90e54f4..fbaa21f 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-route-test.vm
 /*
- * Camel Api Route test generated by camel-component-util-maven-plugin
+ * Camel Api Route test generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $componentPackage;