Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Sep 23, 2024
1 parent 8d24db0 commit 52ad289
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,6 +1,6 @@
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 @@ -13,7 +13,7 @@ buildscript {
project.ext.moduleName = 'com.blackduck.integration.jenkins-common'
project.ext.javaUseAutoModuleName = 'true'

version = '1.0.0-SNAPSHOT'
version = '1.0.0'
description = 'Library for common Blackduck Jenkins plugin logic'

apply plugin: 'com.blackduck.integration.library'
Expand Down Expand Up @@ -58,4 +58,4 @@ dependencies {
implementation 'org.jenkins-ci.plugins.workflow:workflow-support:827.v7ef666c4d65c'
implementation 'org.jenkins-ci.plugins.workflow:workflow-api:1188.v0016b_4f29881@jar'
implementation 'org.jenkins-ci.plugins.workflow:workflow-api:1188.v0016b_4f29881'
}
}

0 comments on commit 52ad289

Please sign in to comment.