提交 51a6af3d 编写于 作者: 张乐 提交者: GitHub

Merge pull request #485 from nobodyiam/update-spring

update spring version
...@@ -227,14 +227,14 @@ ...@@ -227,14 +227,14 @@
<dependency> <dependency>
<groupId>io.spring.platform</groupId> <groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId> <artifactId>platform-bom</artifactId>
<version>2.0.5.RELEASE</version> <version>2.0.8.RELEASE</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.3.RELEASE</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
...@@ -333,6 +333,12 @@ ...@@ -333,6 +333,12 @@
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.6</version> <version>2.6</version>
</plugin> </plugin>
<!-- Need to set releases.repo and snapshots.repo properties in your .m2/settings.xml -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
...@@ -478,14 +484,6 @@ ...@@ -478,14 +484,6 @@
</profiles> </profiles>
<repositories> <repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository> <repository>
<id>internal.repo</id> <id>internal.repo</id>
<url>https://raw.github.com/ctripcorp/apollo/mvn-repo/</url> <url>https://raw.github.com/ctripcorp/apollo/mvn-repo/</url>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册