This commit is contained in:
Greg Turnquist 2015-06-09 09:42:10 -04:00
Родитель fd9421adb9
Коммит 62da78f5f1
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.2.3.RELEASE')
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.2.4.RELEASE')
// tag::build[]
classpath('se.transmode.gradle:gradle-docker:1.2')
// end::build[]

Просмотреть файл

@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.3.RELEASE</version>
<version>1.2.4.RELEASE</version>
<relativePath/>
</parent>

Просмотреть файл

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.3.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.4.RELEASE")
}
}

Просмотреть файл

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.3.RELEASE</version>
<version>1.2.4.RELEASE</version>
</parent>
<properties>