Skip to content

Commit b53d1f0

Browse files
author
blackduck-serv-builder
committed
Using the next snapshot post release 11.1.4-SNAPSHOT
1 parent da22a0d commit b53d1f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-
project.ext { managedCgpVersion = '2.1.1' }
4+
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
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.3'
19+
version = '11.1.4-SNAPSHOT'
2020
description = 'A library wrapping http communication for integrations.'
2121

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

0 commit comments

Comments
 (0)