Commit 63249653d18d0cf8108f0002eeb0a325c04ab518
1 parent
38e1447a
修改springboot版本
Showing
1 changed file
with
5 additions
and
4 deletions
pom.xml
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | <parent> | 6 | <parent> |
| 7 | <groupId>org.springframework.boot</groupId> | 7 | <groupId>org.springframework.boot</groupId> |
| 8 | <artifactId>spring-boot-starter-parent</artifactId> | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
| 9 | - <version>1.3.6.RELEASE</version> | 9 | + <version>1.5.3.RELEASE</version> |
| 10 | </parent> | 10 | </parent> |
| 11 | 11 | ||
| 12 | <groupId>com.ylp.common</groupId> | 12 | <groupId>com.ylp.common</groupId> |
| @@ -78,13 +78,14 @@ | @@ -78,13 +78,14 @@ | ||
| 78 | <repository> | 78 | <repository> |
| 79 | <id>nexus-releases</id> | 79 | <id>nexus-releases</id> |
| 80 | <name>Nexus Release Repository</name> | 80 | <name>Nexus Release Repository</name> |
| 81 | - <url>http://nexus.vipzhuang.cn/content/repositories/releases/</url> | 81 | + <url>http://172.16.8.222:8081/nexus/content/repositories/releases/</url> |
| 82 | </repository> | 82 | </repository> |
| 83 | <snapshotRepository> | 83 | <snapshotRepository> |
| 84 | <id>nexus-snapshots</id> | 84 | <id>nexus-snapshots</id> |
| 85 | <name>Nexus Snapshot Repository</name> | 85 | <name>Nexus Snapshot Repository</name> |
| 86 | - <url>http://nexus.vipzhuang.cn/content/repositories/snapshots/</url> | 86 | + <url>http://172.16.8.222:8081/nexus/content/repositories/snapshots/</url> |
| 87 | </snapshotRepository> | 87 | </snapshotRepository> |
| 88 | + | ||
| 88 | </distributionManagement> | 89 | </distributionManagement> |
| 89 | 90 | ||
| 90 | <repositories> | 91 | <repositories> |
| @@ -109,7 +110,7 @@ | @@ -109,7 +110,7 @@ | ||
| 109 | </snapshots> | 110 | </snapshots> |
| 110 | </repository> | 111 | </repository> |
| 111 | </repositories> | 112 | </repositories> |
| 112 | - | 113 | + |
| 113 | 114 | ||
| 114 | 115 | ||
| 115 | <dependencies> | 116 | <dependencies> |