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 2019/11/12 10:10:31 UTC

[camel] branch master updated (fbe835b -> 5f81de7)

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 fbe835b  CAMEL-14169: Make it easier to configure global endpoint options once
     new 8d36fad  Upgrade Revapi to version 0.20.0
     new 5f81de7  Upgrade Revapi Maven Plugin to version 0.11.2

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


[camel] 01/02: Upgrade Revapi to version 0.20.0

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 8d36fad6aeea1f58bc470b67e50b5bf3c04bb924
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 12 11:07:35 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a59cc90..22c90ad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -541,7 +541,7 @@
         <regexp-bundle-version>1.4_1</regexp-bundle-version>
         <rescu-version>2.0.2</rescu-version>
         <rest-assured-version>4.1.2</rest-assured-version>
-        <revapi-java-version>0.19.1</revapi-java-version>
+        <revapi-java-version>0.20.0</revapi-java-version>
         <revapi-maven-plugin-version>0.11.1</revapi-maven-plugin-version>
         <rhino-version>1.7.7.1</rhino-version>
         <rhino-js-version>1.7R2</rhino-js-version>


[camel] 02/02: Upgrade Revapi Maven Plugin to version 0.11.2

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 5f81de714f7889a4ab3d94af57afa983da59d065
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 12 11:08:21 2019 +0100

    Upgrade Revapi Maven Plugin to version 0.11.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 22c90ad..3a88386 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -542,7 +542,7 @@
         <rescu-version>2.0.2</rescu-version>
         <rest-assured-version>4.1.2</rest-assured-version>
         <revapi-java-version>0.20.0</revapi-java-version>
-        <revapi-maven-plugin-version>0.11.1</revapi-maven-plugin-version>
+        <revapi-maven-plugin-version>0.11.2</revapi-maven-plugin-version>
         <rhino-version>1.7.7.1</rhino-version>
         <rhino-js-version>1.7R2</rhino-js-version>
         <ribbon-version>2.3.0</ribbon-version>