We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc17cb commit db1e2afCopy full SHA for db1e2af
build.gradle
@@ -11,7 +11,7 @@ project.ext.moduleName = 'com.synopsys.integration.int-jira-common'
11
project.ext.javaUseAutoModuleName = 'true'
12
13
group = 'com.synopsys.integration'
14
-version = '0.6.1-SNAPSHOT'
+version = '0.6.1'
15
description = 'A library for using various capabilities of Jira.'
16
17
apply plugin: 'com.blackducksoftware.integration.library'
@@ -22,4 +22,4 @@ dependencies {
22
api 'com.blackducksoftware.integration:integration-rest:0.12.0'
23
24
testImplementation 'org.mockito:mockito-core:2.18.3'
25
-}
+}
0 commit comments