File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ buildscript {
4
4
mavenCentral()
5
5
maven { url ' https://plugins.gradle.org/m2/' }
6
6
}
7
- dependencies { classpath ' com.blackducksoftware.integration:common-gradle-plugin:0.0.+ ' }
7
+ dependencies { classpath ' com.blackducksoftware.integration:common-gradle-plugin:0.0.69 ' }
8
8
}
9
9
10
10
project. ext. moduleName = ' com.synopsys.integration.int-jira-common'
11
11
project. ext. javaUseAutoModuleName = ' true'
12
12
13
13
group = ' com.synopsys.integration'
14
- version = ' 0.4.0-SNAPSHOT '
14
+ version = ' 0.4.0'
15
15
description = ' A library for using various capabilities of Jira.'
16
16
17
17
apply plugin : ' com.blackducksoftware.integration.library'
@@ -22,4 +22,4 @@ dependencies {
22
22
api ' com.blackducksoftware.integration:integration-rest:0.11.0'
23
23
24
24
testImplementation ' org.mockito:mockito-core:2.18.3'
25
- }
25
+ }
You can’t perform that action at this time.
0 commit comments