Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Upgrade to Spring Boot 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed May 15, 2014
1 parent 18e5ca4 commit fcb6661
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions lite-device-resolver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
buildscript {
repositories {
maven { url 'http://repo.spring.io/plugins-release' }
maven { url "http://repo.spring.io/plugins-release" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.1.RELEASE")
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.5")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.6")
}
}

apply plugin: 'java'
apply plugin: 'propdeps'
apply plugin: 'propdeps-maven'
apply plugin: 'propdeps-idea'
apply plugin: 'propdeps-eclipse'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: "java"
apply plugin: "propdeps"
apply plugin: "propdeps-maven"
apply plugin: "propdeps-idea"
apply plugin: "propdeps-eclipse"
apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "spring-boot"

jar {
baseName = 'lite-device-resolver'
version = '0.1.0'
baseName = "lite-device-resolver"
version = "0.1.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion lite-device-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
</parent>

<dependencies>
Expand Down

0 comments on commit fcb6661

Please sign in to comment.