Skip to content

Commit

Permalink
Release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Sep 12, 2024
1 parent 6edea9d commit 81c9509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript

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

ext {
javaTargetCompatibility = 8
Expand All @@ -16,7 +16,7 @@ plugins { id 'groovy' }
project.ext.moduleName = 'com.blackduck.integration.integration-rest'
project.ext.junitShowStandardStreams = 'true'

version = '11.0.0-SNAPSHOT'
version = '11.0.0'
description = 'A library wrapping http communication for integrations.'

apply plugin: 'com.blackduck.integration.library'
Expand All @@ -32,4 +32,4 @@ dependencies {
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation 'org.mockito:mockito-core:5.2.0'
}
}

0 comments on commit 81c9509

Please sign in to comment.