Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed May 20, 2024
1 parent fdf21da commit e90d306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import com.bmuschko.gradle.docker.tasks.image.Dockerfile

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-dependencies.gradle', to: buildscript
////////// START BUILDSCRIPT DEPENDENCY //////////
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" }

////////// END BUILDSCRIPT DEPENDENCY //////////

dependencies {
classpath 'com.bmuschko:gradle-docker-plugin:6.7.0'
Expand Down Expand Up @@ -36,7 +39,7 @@ repositories {
}
}

version = '5.2.1-SNAPSHOT'
version = '5.2.1'
def appName='blackduck-imageinspector'

apply plugin: 'eclipse'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
program.version=5.1.2-SNAPSHOT
program.version=5.2.1

0 comments on commit e90d306

Please sign in to comment.