Skip to content

Commit a24bee4

Browse files
author
blackduck-serv-builder
committed
Release 5.0.0
1 parent 25a7354 commit a24bee4

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
@@ -1,7 +1,7 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
33

4-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
4+
project.ext { managedCgpVersion = '2.1.1' }
55

66
ext {
77
javaTargetCompatibility = 8
@@ -14,7 +14,7 @@ buildscript {
1414
project.ext.moduleName = 'com.blackduck.integration.int-jira-common'
1515
project.ext.javaUseAutoModuleName = 'true'
1616

17-
version = '5.0.0-SNAPSHOT'
17+
version = '5.0.0'
1818
description = 'A library for using various capabilities of Jira.'
1919

2020
apply plugin: 'com.blackduck.integration.library'
@@ -25,4 +25,4 @@ dependencies {
2525

2626
testImplementation 'org.mockito:mockito-core:2.18.3'
2727
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
28-
}
28+
}

0 commit comments

Comments
 (0)