Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Jun 12, 2019
1 parent aeaa22b commit 2b725ff
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
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+'
classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.65'
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath 'com.bmuschko:gradle-docker-plugin:3.6.1'
}
Expand All @@ -30,7 +30,7 @@ project.ext.javaTargetCompatibility = JavaVersion.VERSION_11

project.ext.moduleName = 'com.synopsys.integration.alert.main'
mainClassName = 'com.synopsys.integration.alert.Application'
version = '4.1.0-SNAPSHOT'
version = '4.1.0'

apply plugin: 'idea'
apply plugin: 'com.blackducksoftware.integration.solution'
Expand Down Expand Up @@ -297,4 +297,4 @@ task all(dependsOn: [build, createDeploymentZip, dockerLogin, buildDockerImage,
buildDockerImage.mustRunAfter dockerLogin

pushImage.mustRunAfter buildDockerImage
}
}

0 comments on commit 2b725ff

Please sign in to comment.