Skip to content

Commit

Permalink
build: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebillings committed Apr 20, 2020
1 parent 3bee383 commit a5834ad
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 @@ -14,7 +14,7 @@ plugins {
id 'org.springframework.boot' version '2.1.4.RELEASE'
}

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

apply plugin: 'eclipse'
Expand Down Expand Up @@ -46,7 +46,7 @@ publishing {
}

dependencies {
implementation 'com.synopsys.integration:hub-imageinspector-lib:13.0.2-SNAPSHOT'
implementation 'com.synopsys.integration:hub-imageinspector-lib:13.0.2'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation 'io.micrometer:micrometer-registry-prometheus'
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.0.0-SNAPSHOT
program.version=5.0.0

0 comments on commit a5834ad

Please sign in to comment.