Skip to content

Commit 9678bce

Browse files
authored
Merge pull request #2077 from jdaugherty/9.0.x
simple-gorm -> grails-data-simple
2 parents 9df2242 + 938acfa commit 9678bce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def publishedProjects = [
6565
'grails-datastore-web',
6666
'grails-testing-support-datamapping',
6767
// simple
68-
'simple-gorm',
68+
'grails-data-simple',
6969
// hibernate5
7070
'hibernate5-boot-plugin',
7171
'hibernate5-database-migration',

grails-datastore-gorm-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494
//testImplementation project(":grails-datastore-gorm-rx")
9595

9696
// Use the simple datastore to ensure the base implementation works correctly
97-
api project(':simple-gorm')
97+
api project(':grails-data-simple')
9898

9999
testRuntimeOnly 'org.slf4j:slf4j-nop' // Get rid of warning about missing slf4j implementation during tests
100100

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ include 'docs-guide-whats-new'
6666
project(':docs-guide-whats-new').projectDir = file('docs/guide-whats-new')
6767

6868
// Simple implementation (for simple gorm usage, unit tests, and base implementation testing)
69-
include 'simple-gorm'
70-
findProject(':simple-gorm').projectDir = file('grails-data-simple')
69+
include 'grails-data-simple'
70+
findProject(':grails-data-simple').projectDir = file('grails-data-simple')
7171

7272
// Hibernate 5
7373
// Core

0 commit comments

Comments
 (0)