Skip to content

Commit e31f326

Browse files
committed
fix: change maven coords
GPC projects should publish to `io.github.gpc`.
1 parent cf9bc94 commit e31f326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ In `build.gradle` add the following dependencies to install the plugin:
5353
```groovy
5454
dependencies {
5555
//...
56+
implementation 'io.github.gpc:grails-postgresql-extensions:<version>'
5657
implementation 'org.apache.grails:grails-data-hibernate5'
57-
implementation 'org.grails.plugins:grails-postgresql-extensions:<version>'
5858
//...
5959
}
6060
```

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
version = projectVersion
7-
group = 'org.grails.plugins'
7+
group = 'io.github.gpc'
88

99
grailsPublish {
1010
artifactId = 'grails-postgresql-extensions'

0 commit comments

Comments
 (0)