You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/12/04 03:04:00 UTC

[groovy] branch master updated (a63ee5e -> fc29bcc)

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

sunlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from a63ee5e  GROOVY-8693, GROOVY-9851, GROOVY-9884, GROOVY-9909, GROOVY-10302: super!
     new 1a414d8  GROOVY-10399: Bump bridger to 1.6.Final
     new 6cce229  GROOVY-10400: Bump gradle to 7.3.1
     new fc29bcc  Update dep-verification metadata

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:
 gradle.properties                        | 2 +-
 gradle/verification-metadata.xml         | 5 +++++
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 versions.properties                      | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

[groovy] 03/03: Update dep-verification metadata

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fc29bcccc851d2762df654a54223fba34a5e609f
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 4 11:03:23 2021 +0800

    Update dep-verification metadata
---
 gradle/verification-metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 60ea6ae..54e9442 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1067,6 +1067,11 @@
             <sha512 value="20943ba0f14b44e8adf99546f19f15dd993252d41440b4a401139eccdc0d96fce51db1e799e032e276e414608b679900ba5818a42bbaea09232deb42b1e3b2ef" origin="Generated by Gradle because artifact wasn't signed"/>
          </artifact>
       </component>
+      <component group="org.jboss.bridger" name="bridger" version="1.6.Final">
+         <artifact name="bridger-1.6.Final.jar">
+            <sha512 value="d5d27b85a1290a31cb1752b315a0c88f8aa025de29418b7d300ac92c516ff1cf20aed1ef7aa78b6dec663433c72257d9a984a4d5eca14f27d1795fa0a2916a83" origin="Generated by Gradle because artifact wasn't signed"/>
+         </artifact>
+      </component>
       <component group="org.jetbrains" name="annotations" version="20.1.0">
          <artifact name="annotations-20.1.0.jar">
             <pgp value="8756c4f765c9ac3cb6b85d62379ce192d401ab61"/>

[groovy] 01/03: GROOVY-10399: Bump bridger to 1.6.Final

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1a414d83fcdba291deb06b8efbf90fd256b18fd4
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 4 10:46:35 2021 +0800

    GROOVY-10399: Bump bridger to 1.6.Final
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index ee1d0b3..b9eb4d6 100644
--- a/versions.properties
+++ b/versions.properties
@@ -20,7 +20,7 @@ asciidoctorPdf=1.6.0
 asciidoctorGroovyDsl=2.0.2
 asm=9.2
 antlr4=4.9.0
-bridger=1.5.Final
+bridger=1.6.Final
 codenarc=2.2.0
 cobertura=1.9.4.1
 commonsCli=1.5.0

[groovy] 02/03: GROOVY-10400: Bump gradle to 7.3.1

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6cce2295b4b241a6824f7f2439e948e87736bbcf
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 4 10:50:45 2021 +0800

    GROOVY-10400: Bump gradle to 7.3.1
---
 gradle.properties                        | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index c177e72..bbe8b80 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -21,7 +21,7 @@ groovyTargetBytecodeVersion=1.8
 targetJavaVersion=8
 
 binaryCompatibilityBaseline=3.0.9
-gradle_version=7.3
+gradle_version=7.3.1
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e750102..84d1f85 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists