Skip to content

Commit fbd7ae2

Browse files
authored
Merge pull request #105 from reactive-commons/fix/group
fix(rm): Fix group id
2 parents c960380 + 9c674a9 commit fbd7ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allprojects {
1111
maven { url 'https://repo.spring.io/milestone' }
1212
}
1313

14-
group 'com.github.bancolombia'
14+
group 'org.reactivecommons'
1515
}
1616

1717
nexusPublishing {
@@ -25,7 +25,7 @@ subprojects {
2525
apply plugin: 'io.spring.dependency-management'
2626

2727
ext {
28-
groupId = 'com.github.bancolombia'
28+
groupId = 'org.reactivecommons'
2929
}
3030

3131
group = groupId

0 commit comments

Comments
 (0)