This is an automated email from the ASF dual-hosted git repository.
jamesfredley 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 b42e806a40 Update grails-publish-plugin version to 0.0.4
b42e806a40 is described below
commit b42e806a40d1615cb14c50b28495ab0a9779c41a
Author: James Fredley <[email protected]>
AuthorDate: Thu Jan 8 15:44:38 2026 -0500
Update grails-publish-plugin version to 0.0.4
Updated grails-publish-plugin version from 0.0.4-SNAPSHOT to 0.0.4.
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index ad3a33f5c8..4de7f3277e 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.4-SNAPSHOT',
+ 'grails-publish-plugin.version' : '0.0.4',
'jansi.version' : '1.18',
'javaparser-core.version' : '3.27.0',
'jline.version' : '2.14.6',