Skip to content

Commit d70da89

Browse files
author
blackduck-serv-builder
committed
Release 11.1.0
1 parent 0331398 commit d70da89

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
@@ -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
@@ -16,7 +16,7 @@ plugins { id 'groovy' }
1616
project.ext.moduleName = 'com.blackduck.integration.integration-rest'
1717
project.ext.junitShowStandardStreams = 'true'
1818

19-
version = '11.1.0-SNAPSHOT'
19+
version = '11.1.0'
2020
description = 'A library wrapping http communication for integrations.'
2121

2222
apply plugin: 'com.blackduck.integration.library'

0 commit comments

Comments
 (0)