Skip to content

Commit db1e2af

Browse files
author
Builder Service
committed
Release 0.6.1
1 parent 7bc17cb commit db1e2af

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
@@ -11,7 +11,7 @@ project.ext.moduleName = 'com.synopsys.integration.int-jira-common'
1111
project.ext.javaUseAutoModuleName = 'true'
1212

1313
group = 'com.synopsys.integration'
14-
version = '0.6.1-SNAPSHOT'
14+
version = '0.6.1'
1515
description = 'A library for using various capabilities of Jira.'
1616

1717
apply plugin: 'com.blackducksoftware.integration.library'
@@ -22,4 +22,4 @@ dependencies {
2222
api 'com.blackducksoftware.integration:integration-rest:0.12.0'
2323

2424
testImplementation 'org.mockito:mockito-core:2.18.3'
25-
}
25+
}

0 commit comments

Comments
 (0)