borinquenkid commented on code in PR #15972:
URL: https://github.com/apache/grails-core/pull/15972#discussion_r3564834573
##########
gradle/publish-root-config.gradle:
##########
@@ -138,6 +138,10 @@ def publishedProjects = [
// graphql
'grails-data-graphql',
'grails-data-graphql-core',
+ // neo4j
+ 'grails-data-neo4j',
+ 'grails-datastore-gorm-neo4j',
+ 'gorm-neo4j-spring-boot',
Review Comment:
Follow-up, addressing both remaining points:
1. **Developer list — verified, nothing to merge.**
`Neo4jGrailsPlugin.groovy`'s `developers` block lists exactly two people:
Graeme Rocher and Stefan Armbruster. Both are already present in
`PublishPlugin.groovy` — Graeme as `founder('graemerocher', ...)`, Stefan as
`emeritus('sarmbruster', 'Stefan Armbruster', ...)`. No changes needed.
2. **`gorm-neo4j-spring-boot` renamed to `grails-data-neo4j-spring-boot`**,
matching the
`grails-data-mongodb-spring-boot`/`grails-data-hibernate5-spring-boot`
convention. Footprint was small: `settings.gradle` (project name + `projectDir`
mapping — directory stays `grails-data-neo4j/boot-plugin`),
`gradle/publish-root-config.gradle`, the Spring Boot example app's coordinate,
`RENAME.md`, `rename_gradle_artifacts.sh`, and two doc references (one of which
was still using the pre-ASF `org.grails:` coordinate entirely, now fixed too).
Nothing else in the repo referenced `project(':gorm-neo4j-spring-boot')`, so
this was safe to do now before the first release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]