Skip to content

Commit 4c4e4bf

Browse files
committed
updated dd client version and developers
1 parent 0c8feb5 commit 4c4e4bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'io.securecodebox'
8-
version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.42.0-SNAPSHOT')
8+
version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.0.13-SNAPSHOT')
99
sourceCompatibility = '11'
1010

1111
repositories {
@@ -48,6 +48,11 @@ publishing {
4848
name = 'Robert Seedorff'
4949
email = 'robert.seedorff@iteratec.com'
5050
}
51+
developer {
52+
id = 'johannes.zahn'
53+
name = 'Johannes Zahn'
54+
email = 'johannes.zahn@iteratec.com'
55+
}
5156
}
5257
scm {
5358
connection = 'scm:git@github.com:secureCodeBox/defectdojo-client-java.git'

0 commit comments

Comments
 (0)