Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Jan 2, 2019
1 parent dd7dfda commit bcb5667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'com.jfrog.artifactory' version '4.8.1'
}

version = '3.1.0-SNAPSHOT'
version = '3.1.0'

apply plugin: 'maven-publish'
apply plugin: 'io.spring.dependency-management'
Expand Down Expand Up @@ -263,4 +263,4 @@ task all(dependsOn: [build, createDeploymentZip, dockerLogin, buildDockerImage,
buildDockerImage.mustRunAfter dockerLogin

pushImage.mustRunAfter buildDockerImage
}
}

0 comments on commit bcb5667

Please sign in to comment.