Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Aug 30, 2024
1 parent afd7bd5 commit f51322d
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: "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.0.4' }

dependencies {
classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}"
Expand All @@ -27,7 +27,7 @@ java {
}

group = 'org.jenkins-ci.plugins'
version = '3.0.5-SNAPSHOT'
version = '3.0.5'
description = 'Allows users to run Coverity commands in their builds'

apply plugin: 'com.synopsys.integration.solution'
Expand Down Expand Up @@ -103,4 +103,4 @@ configurations.all {
force 'org.springframework.security:spring-security-web:5.8.10'
force 'org.jenkins-ci.main:jenkins-test-harness:2099.vc95b_86578f37'
}
}
}

0 comments on commit f51322d

Please sign in to comment.