You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/02/18 16:03:38 UTC

[camel] branch master updated: Upgrade Groovy to version 3.0.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d8b4c08  Upgrade Groovy to version 3.0.1
d8b4c08 is described below

commit d8b4c088f682d8d080705f64e5388720b73347d6
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Feb 18 17:03:23 2020 +0100

    Upgrade Groovy to version 3.0.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d88390e..5b8dd92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <errorprone-version>2.5</errorprone-version>
         <mycila-license-version>3.0</mycila-license-version>
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
-        <groovy-version>3.0.0</groovy-version>
+        <groovy-version>3.0.1</groovy-version>
     </properties>
 
     <!-- Comment out the snapshot repositories as we don't need them now -->