Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cstroe committed Dec 1, 2018
1 parent 9cdd752 commit 8fc1125
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
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '2.1.1.RELEASE'
springBootVersion = '2.0.5.RELEASE'
}
repositories {
mavenCentral()
Expand All @@ -15,7 +15,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

group = 'cloud.cosmin.checklister'
version = '0.0.5-SNAPSHOT'
version = '0.0.5'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 8fc1125

Please sign in to comment.