Skip to content

Commit 27cb110

Browse files
committed
Use org.grails.plugins for fields
1 parent 4047a28 commit 27cb110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
// https://docs.grails.org/snapshot/ref/Dependency%20Versions/Grails%20BOM.html
3232
dependencyVersions = [
3333
'fieldsPlugin' : [version: feildsPluginVersion,
34-
group : 'io.github.gpc',
34+
group : 'org.grails.plugins',
3535
names : ['fields'],
3636
modules: ['']
3737
],

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cglibVersion=2.2.2
77
commonsLangVersion=2.6
88
datastoreVersion=8.1.2
99
directoryWatcherVersion=0.9.9
10-
feildsPluginVersion=5.0.2
10+
feildsPluginVersion=5.1.0-SNAPSHOT
1111
gdocEngineVersion=1.0.1
1212
gradleNexusPluginVersion=2.3.1
1313
gradleNexusStagingPluginVersion=0.12.0

0 commit comments

Comments
 (0)