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 2021/03/09 06:43:39 UTC

[camel] branch master updated (98afce9 -> 3e2c440)

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

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


    from 98afce9  Regen catalog
     new b03bb83  Upgrade Velocity Tools to version 3.1
     new e217abc  Sync deps
     new 14faa00  Camel-Velocity: Move velocity-tools to new groupId
     new e1d0412  Upgrade Velocity to version 2.3
     new 3e2c440  Sync deps

The 5 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.


Summary of changes:
 camel-dependencies/pom.xml        |  4 ++--
 components/camel-velocity/pom.xml | 10 ++--------
 parent/pom.xml                    |  4 ++--
 3 files changed, 6 insertions(+), 12 deletions(-)


[camel] 02/05: Sync deps

Posted by ac...@apache.org.
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.git

commit e217abc5bec92b96410020b43515f800a34bd358
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 07:35:36 2021 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index d56fd95..5da5078 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -554,7 +554,7 @@
     <univocity-parsers-version>2.9.1</univocity-parsers-version>
     <validation-api-version>2.0.1.Final</validation-api-version>
     <vavr-version>0.10.2</vavr-version>
-    <velocity-tools-version>2.0</velocity-tools-version>
+    <velocity-tools-version>3.1</velocity-tools-version>
     <velocity-version>2.1</velocity-version>
     <vertx-version>3.9.5</vertx-version>
     <vysper-version>0.7</vysper-version>


[camel] 05/05: Sync deps

Posted by ac...@apache.org.
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.git

commit 3e2c4400d3eb7598fb03d35d09138af81714dbe1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 07:37:23 2021 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 5da5078..79c6eef 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -555,7 +555,7 @@
     <validation-api-version>2.0.1.Final</validation-api-version>
     <vavr-version>0.10.2</vavr-version>
     <velocity-tools-version>3.1</velocity-tools-version>
-    <velocity-version>2.1</velocity-version>
+    <velocity-version>2.3</velocity-version>
     <vertx-version>3.9.5</vertx-version>
     <vysper-version>0.7</vysper-version>
     <web3j-quorum-version>0.8.0</web3j-quorum-version>


[camel] 01/05: Upgrade Velocity Tools to version 3.1

Posted by ac...@apache.org.
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.git

commit b03bb8392b0e70274f70bf87cd0b55e7908d7c2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 07:34:39 2021 +0100

    Upgrade Velocity Tools to version 3.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index eb56e29..e0aee6d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -542,7 +542,7 @@
         <univocity-parsers-version>2.9.1</univocity-parsers-version>
         <validation-api-version>2.0.1.Final</validation-api-version>
         <vavr-version>0.10.2</vavr-version>
-        <velocity-tools-version>2.0</velocity-tools-version>
+        <velocity-tools-version>3.1</velocity-tools-version>
         <velocity-version>2.1</velocity-version>
         <vertx-version>3.9.5</vertx-version>
         <vysper-version>0.7</vysper-version>


[camel] 03/05: Camel-Velocity: Move velocity-tools to new groupId

Posted by ac...@apache.org.
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.git

commit 14faa00440ec6339a86b710b6d9c47fcb6b55fbe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 07:36:07 2021 +0100

    Camel-Velocity: Move velocity-tools to new groupId
---
 components/camel-velocity/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml
index 4bc6516..68aacd2 100644
--- a/components/camel-velocity/pom.xml
+++ b/components/camel-velocity/pom.xml
@@ -72,16 +72,10 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.velocity</groupId>
-            <artifactId>velocity-tools</artifactId>
+            <groupId>org.apache.velocity.tools</groupId>
+            <artifactId>velocity-tools-generic</artifactId>
             <version>${velocity-tools-version}</version>
             <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-beanutils</groupId>
-                    <artifactId>commons-beanutils</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
     </dependencies>
 


[camel] 04/05: Upgrade Velocity to version 2.3

Posted by ac...@apache.org.
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.git

commit e1d04121a1f8a70902a081a19b35055350e81e97
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 07:36:51 2021 +0100

    Upgrade Velocity to version 2.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e0aee6d..7374954 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -543,7 +543,7 @@
         <validation-api-version>2.0.1.Final</validation-api-version>
         <vavr-version>0.10.2</vavr-version>
         <velocity-tools-version>3.1</velocity-tools-version>
-        <velocity-version>2.1</velocity-version>
+        <velocity-version>2.3</velocity-version>
         <vertx-version>3.9.5</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>