You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/04/10 21:44:19 UTC

[groovy] branch GROOVY_3_0_X updated: Updates Micronaut Joint Validation to 3.0 branch

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 328b1d1  Updates Micronaut Joint Validation to 3.0 branch
     new b6549f4  Merge pull request #1547 from JasonTypesCodes/mn-3.0-validation
328b1d1 is described below

commit 328b1d1bd4d6730834155b4a9d7b06985f044aca
Author: Jason Schindler <sc...@objectcomputing.com>
AuthorDate: Tue Apr 6 17:51:00 2021 -0500

    Updates Micronaut Joint Validation to 3.0 branch
---
 .github/workflows/micronaut-joint-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml b/.github/workflows/micronaut-joint-validation.yml
index 130938d..8f3f602 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -44,7 +44,7 @@ jobs:
 
       # Clone Micronaut Repos
       - name: Checkout Micronaut Core
-        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 2.3.x
+        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.0.x
 
       - name: Checkout Micronaut Groovy
         run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b master