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