This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/grails-quartz.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new e78e949 fix: release prep
e78e949 is described below
commit e78e949199506aa7a5ab8ad8700a65f9fd51f3ac
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Oct 16 13:41:19 2025 +0200
fix: release prep
- Update to Grails 7.0.0
- Add organization to pom
---
gradle.properties | 2 +-
gradle/publish-config.gradle | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index acafeed..746db24 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
# under the License.
#
projectVersion=4.0.0-SNAPSHOT
-grailsVersion=7.0.0-RC2
+grailsVersion=7.0.0
javaVersion=17
asciidoctorGradlePluginVersion=4.0.4
diff --git a/gradle/publish-config.gradle b/gradle/publish-config.gradle
index b40ca9a..d5da86a 100644
--- a/gradle/publish-config.gradle
+++ b/gradle/publish-config.gradle
@@ -26,6 +26,10 @@ grailsPublish {
license.name = 'Apache-2.0'
title = 'Grails Quartz Plugin'
desc = 'This plugin allows your Grails application to schedule jobs to be
executed using a specified interval or cron expression.'
+ organization {
+ name = 'Apache Software Foundation'
+ url = 'https://apache.org/'
+ }
developers = [
burtbeckwith: 'Burt Beckwith',
jeffscottbrown: 'Jeff Scott Brown',