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 2022/10/01 11:31:34 UTC

[groovy] branch master updated (39b94c0b92 -> 353b27a869)

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 39b94c0b92 GROOVY-10778: Bump junit-platform to 1.9.1
     new df2b17ca2c GROOVY-10779: Bump japicmp plugin to 0.4.1
     new 353b27a869 Update verification metadata

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:
 gradle/verification-metadata.xml              | 5 +++++
 subprojects/binary-compatibility/build.gradle | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


[groovy] 02/02: Update 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 353b27a8696b9f7b7be4cdee08f956e07084cda3
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Oct 1 19:31:15 2022 +0800

    Update 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 8125daa6e5..09dc966607 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -637,6 +637,11 @@
             <sha512 value="e3b75c9fd3b3cde18c024e387211217330dd6e08f1ee3f25a57e47cc295e220f48530d9f971ce72eb7ece93cd091e3ccba7f0217637f5bc331d9aac98ac9483d" origin="Generated by Gradle because artifact wasn't signed"/>
          </artifact>
       </component>
+      <component group="me.champeau.gradle" name="japicmp-gradle-plugin" version="0.4.1">
+         <artifact name="japicmp-gradle-plugin-0.4.1.jar">
+            <sha512 value="a9a2f89785b153300165612a25db79a3418c1a01c29659270a2484828c8799871277b057f9ce496a2c0bc65e241b56c0b951671b68c2fa6a05ab9f9941745146" origin="Generated by Gradle because artifact wasn't signed"/>
+         </artifact>
+      </component>
       <component group="me.champeau.gradle" name="jmh-gradle-plugin" version="0.5.3">
          <artifact name="jmh-gradle-plugin-0.5.3.jar">
             <sha512 value="87aa1c28ee42baac98b4e2db8d41f6c248a93b92c5af2f10df3df512fdba2357be4727c9529f6daa4917e59ddfa990cf48de54bff194471c3cd5ee59d70cec7b" origin="Generated by Gradle because artifact wasn't signed"/>


[groovy] 01/02: GROOVY-10779: Bump japicmp plugin to 0.4.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 df2b17ca2c6520610a025c62c7e1dba0559bdf7e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Oct 1 19:26:02 2022 +0800

    GROOVY-10779: Bump japicmp plugin to 0.4.1
---
 subprojects/binary-compatibility/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle
index b9ff3b777b..580cd52463 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -19,7 +19,7 @@ import me.champeau.gradle.japicmp.JapicmpTask
  *  under the License.
  */
 plugins {
-    id "me.champeau.gradle.japicmp" version "0.4.0"
+    id "me.champeau.gradle.japicmp" version "0.4.1"
     id 'org.apache.groovy-aggregating-project'
     id 'org.apache.groovy-common'
 }