Commit 7858013 1 parent 5a47f60 commit 7858013 Copy full SHA for 7858013
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ publishing {
106
106
publications {
107
107
mavenJava(MavenPublication ) {
108
108
artifactId project. name
109
- groupId group
109
+ groupId maven_group
110
110
version version
111
111
from components. java
112
112
pom {
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ publishing {
224
224
publications {
225
225
mavenJava(MavenPublication ) {
226
226
artifactId project. name
227
- groupId group
227
+ groupId maven_group
228
228
version version
229
229
from components. java
230
230
fg. component(it)
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ publishing {
188
188
publications {
189
189
mavenJava(MavenPublication ) {
190
190
artifactId project. name
191
- groupId group
191
+ groupId maven_group
192
192
version version
193
193
from components. java
194
194
pom {
Original file line number Diff line number Diff line change 1
- 1.3.1
1
+ 1.3.2
You can’t perform that action at this time.
0 commit comments