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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0aaf5b5  Fix wrong Groovy library name
0aaf5b5 is described below

commit 0aaf5b53c4dc31bcd98f4a366a46bef788ba08cb
Author: José Contreras <pepn...@apache.org>
AuthorDate: Thu Oct 14 14:32:11 2021 -0500

    Fix wrong Groovy library name
---
 .../src/org/netbeans/modules/libs/groovy/Bundle.properties            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties 
b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties
index d3a0a08..4981faf 100644
--- a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties
+++ b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties
@@ -16,5 +16,5 @@
 # under the License.
 OpenIDE-Module-Name=Groovy Binaries
 
-groovy=Groovy 2.5.11
-groovy-ant=Groovy Ant 2.5.11
+groovy=Groovy 3.0.8
+groovy-ant=Groovy Ant 3.0.8

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to