Skip to content

Commit

Permalink
Release 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Jul 23, 2024
1 parent 4026493 commit 1569da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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-cgp-version.gradle'
project.ext { managedCgpVersion = '2.0.4' }

ext {
javaTargetCompatibility = 8
Expand Down Expand Up @@ -43,7 +43,7 @@ repositories {
}
}

version = '5.2.5-SNAPSHOT'
version = '5.2.5'
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.2.5-SNAPSHOT
program.version=5.2.5

0 comments on commit 1569da3

Please sign in to comment.