Skip to content

Commit ad0d705

Browse files
committed
Release 1.0.0
1 parent f53b461 commit ad0d705

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
@@ -55,7 +55,7 @@ subprojects {
5555
apply plugin: "jacoco"
5656

5757
group = 'org.mapstruct.extensions.spring'
58-
version = '1.0.0-SNAPSHOT'
58+
version = '1.0.0'
5959

6060
java {
6161
toolchain {
@@ -69,7 +69,7 @@ subprojects {
6969
}
7070

7171
jacoco {
72-
toolVersion = "0.8.5"
72+
toolVersion = "0.8.8"
7373
}
7474

7575
jacocoTestReport {

0 commit comments

Comments
 (0)