Skip to content

Commit 4dfc140

Browse files
committed
Group ID as agreed
1 parent 118767c commit 4dfc140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ subprojects {
2525
apply plugin: "java-library"
2626
apply plugin: "jacoco"
2727

28-
group = 'org.mapstruct.extensions'
29-
version = '0.0.1'
28+
group = 'org.mapstruct.extensions.spring'
29+
version = '0.0.1-SNAPSHOT'
3030

3131
dependencies {
3232
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'

0 commit comments

Comments
 (0)