|
@@ -10,7 +10,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>1.0.2.RELEASE</version>
|
|
|
+ <version>1.1.0.RELEASE</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
@@ -44,16 +44,14 @@
|
|
|
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
- <id>spring-snapshots</id>
|
|
|
- <url>http://repo.spring.io/libs-snapshot</url>
|
|
|
- <snapshots><enabled>true</enabled></snapshots>
|
|
|
+ <id>spring-releases</id>
|
|
|
+ <url>http://repo.spring.io/release</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
- <id>spring-snapshots</id>
|
|
|
- <url>http://repo.spring.io/libs-snapshot</url>
|
|
|
- <snapshots><enabled>true</enabled></snapshots>
|
|
|
+ <id>spring-releases</id>
|
|
|
+ <url>http://repo.spring.io/release</url>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
</project>
|