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 2023/07/17 12:53:53 UTC

[camel] branch templating-rev created (now 82e4d33bed9)

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

acosentino pushed a change to branch templating-rev
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 82e4d33bed9 Remove Templating Maven plugin property placeholder

This branch includes the following new commits:

     new 82e4d33bed9 Remove Templating Maven plugin property placeholder

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Remove Templating Maven plugin property placeholder

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 82e4d33bed9a3c1e2395854aeb6ca2ddc765937e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 17 14:53:30 2023 +0200

    Remove Templating Maven plugin property placeholder
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 119963cdc76..45833ecafe6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -455,7 +455,6 @@
         <swagger-openapi3-java-parser-version>2.1.16</swagger-openapi3-java-parser-version>
         <stax-api-version>1.0.1</stax-api-version>
         <stringtemplate-version>4.3.4</stringtemplate-version>
-        <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
         <testcontainers-version>1.17.6</testcontainers-version>
         <tika-version>2.8.0</tika-version>
         <twilio-version>9.9.0</twilio-version>