Skip to content

Commit d0e8e57

Browse files
author
Builder Service
committed
Release 0.4.0
1 parent c0b8d80 commit d0e8e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ buildscript {
44
mavenCentral()
55
maven { url 'https://plugins.gradle.org/m2/' }
66
}
7-
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' }
7+
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.69' }
88
}
99

1010
project.ext.moduleName = 'com.synopsys.integration.int-jira-common'
1111
project.ext.javaUseAutoModuleName = 'true'
1212

1313
group = 'com.synopsys.integration'
14-
version = '0.4.0-SNAPSHOT'
14+
version = '0.4.0'
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.11.0'
2323

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

0 commit comments

Comments
 (0)