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/03/02 16:48:13 UTC

[camel-examples] branch master updated (c3f87f2 -> 6389a2b)

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


    from c3f87f2  Align dependencies to camel master: Groovy to version 3.0.1
     new eae20a6  Removed gmavenplus property placeholder
     new b6c3975  Align dependencies to camel master: Hibernate validator to version 6.1.2.Final
     new 6389a2b  Align dependencies to camel master: Jooq version to 3.13.1

The 3 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:
 examples/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[camel-examples] 01/03: Removed gmavenplus 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 master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit eae20a675a302bd4729199f27854b7242a5b8e68
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:42:43 2020 +0100

    Removed gmavenplus property placeholder
---
 examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 952294f..6be43a8 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -208,7 +208,6 @@
         <freemarker-version>2.3.29</freemarker-version>
         <geronimo-j2ee-connector-spec-version>2.0.0</geronimo-j2ee-connector-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <groovy-version>3.0.1</groovy-version>
         <geronimo-jms2-spec-version>1.0-alpha-2</geronimo-jms2-spec-version>
         <gson-version>2.8.5</gson-version>


[camel-examples] 02/03: Align dependencies to camel master: Hibernate validator to version 6.1.2.Final

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

commit b6c39758ebf2312b7a8d2288edcf0f400976d125
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:44:39 2020 +0100

    Align dependencies to camel master: Hibernate validator to version 6.1.2.Final
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 6be43a8..83ae7da 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -213,7 +213,7 @@
         <gson-version>2.8.5</gson-version>
         <hapi-version>2.3</hapi-version>
         <hamcrest-version>2.2</hamcrest-version>
-        <hibernate-validator-version>6.0.17.Final</hibernate-validator-version>
+        <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
         <infinispan-spring-boot-version>2.2.0.Final</infinispan-spring-boot-version>
         <pax-exam-version>4.13.1</pax-exam-version>
         <pax-url-aether>2.6.2</pax-url-aether>


[camel-examples] 03/03: Align dependencies to camel master: Jooq version to 3.13.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-examples.git

commit 6389a2b3cfefe87a68f3f310738f89b7fa6a4c9b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:45:38 2020 +0100

    Align dependencies to camel master: Jooq version to 3.13.1
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 83ae7da..93fa18e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -223,7 +223,7 @@
         <jetty-version>${jetty9-version}</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jolokia-version>1.6.2</jolokia-version>
-        <jooq-version>3.11.12</jooq-version>
+        <jooq-version>3.13.1</jooq-version>
         <junit-jupiter-version>5.5.2</junit-jupiter-version>
         <junit-version>4.12</junit-version>
         <karaf4-version>4.2.8</karaf4-version>