Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Sep 24, 2024
1 parent fd80c77 commit 155b190
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.1.1' }

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

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

0 comments on commit 155b190

Please sign in to comment.