Skip to content

Commit b74f80e

Browse files
committed
Next development version
1 parent 9760395 commit b74f80e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
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.1.0'
58+
version = '1.1.1-SNAPSHOT'
5959

6060
java {
6161
toolchain {

test-extensions/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@ publishing {
6464
}
6565
}
6666
}
67+
68+
signing {
69+
useGpgCmd()
70+
sign publishing.publications.mavenJava
71+
}

0 commit comments

Comments
 (0)