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

mthmulders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 20c870e  [MNG-7045] Upgrade to IT to use Groovy 4.0.0-alpha-3
20c870e is described below

commit 20c870e828c5d3a18eb81b28e9d4bbc93740b704
Author: Maarten Mulders <[email protected]>
AuthorDate: Sat Apr 17 20:29:46 2021 +0200

    [MNG-7045] Upgrade to IT to use Groovy 4.0.0-alpha-3
---
 core-it-suite/src/test/resources/bootstrap/group-11/pom.xml | 4 ++--
 core-it-suite/src/test/resources/mng7045/pom.xml            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml 
b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
index 42abf44..7156c54 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
@@ -52,13 +52,13 @@ under the License.
     <dependency>
       <groupId>org.apache.groovy</groupId>
       <artifactId>groovy-ant</artifactId>
-      <version>4.0.0-alpha-2</version>
+      <version>4.0.0-alpha-3</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>4.0.0-alpha-2</version>
+      <version>4.0.0-alpha-3</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
diff --git a/core-it-suite/src/test/resources/mng7045/pom.xml 
b/core-it-suite/src/test/resources/mng7045/pom.xml
index 48f141b..3334472 100644
--- a/core-it-suite/src/test/resources/mng7045/pom.xml
+++ b/core-it-suite/src/test/resources/mng7045/pom.xml
@@ -55,13 +55,13 @@ 
javax.enterprise.inject.Instance.class.getDeclaredMethod("stream")
           <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-ant</artifactId>
-            <version>4.0.0-alpha-2</version>
+            <version>4.0.0-alpha-3</version>
             <scope>runtime</scope>
           </dependency>
           <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>4.0.0-alpha-2</version>
+            <version>4.0.0-alpha-3</version>
             <scope>runtime</scope>
           </dependency>
         </dependencies>

Reply via email to