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

jdaugherty pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/grails-data-mapping.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5d2b4389c9 Fix mongodb doc publish for apache coordinate change
5d2b4389c9 is described below

commit 5d2b4389c9a6efdbb942440c5912538dfeed166c
Author: James Daugherty <[email protected]>
AuthorDate: Sat Apr 5 14:04:08 2025 -0400

    Fix mongodb doc publish for apache coordinate change
---
 grails-data-mongodb/docs/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grails-data-mongodb/docs/build.gradle 
b/grails-data-mongodb/docs/build.gradle
index e86cd8705c..b21461ec86 100644
--- a/grails-data-mongodb/docs/build.gradle
+++ b/grails-data-mongodb/docs/build.gradle
@@ -43,7 +43,7 @@ dependencies {
     documentation 'org.apache.groovy:groovy-dateutil'
     documentation 'com.github.javaparser:javaparser-core'
     coreProjects.each {
-        documentation "org.apache.grails:$it"
+        documentation "org.apache.grails.data:$it"
     }
     rootProject.subprojects
             .findAll { it.findProperty('apiDocs') }
@@ -132,4 +132,4 @@ tasks.register('assembleDocsDist', Zip) {
     from(layout.buildDirectory.dir('docs'))
     archiveFileName = "${project.name}-${project.version}.zip"
     destinationDirectory = project.layout.buildDirectory.dir('distributions')
-}
\ No newline at end of file
+}

Reply via email to