This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 2d94ca135c chore: update grails-publish version away from snapshot to
0.0.2
2d94ca135c is described below
commit 2d94ca135c98ee1da049bd8985fae1d94a0882b3
Author: James Daugherty <[email protected]>
AuthorDate: Wed Oct 15 11:18:20 2025 -0400
chore: update grails-publish version away from snapshot to 0.0.2
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index e46c6a6ec0..97b880253f 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -30,7 +30,7 @@ ext {
'commons-text.version' : '1.13.1',
'directory-watcher.version' : '0.19.1',
'gradle-spock.version' : '2.3-groovy-3.0',
- 'grails-publish-plugin.version' : '0.0.2-SNAPSHOT',
+ 'grails-publish-plugin.version' : '0.0.2',
'jansi.version' : '1.18',
'javaparser-core.version' : '3.27.0',
'jline.version' : '2.14.6',