File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <artifactId >spring-cloud-openfeign-docs-build</artifactId >
7- <version >0.0.1-SNAPSHOT </version >
7+ <version >${parent.version} </version >
88 <parent >
99 <groupId >org.springframework.cloud</groupId >
1010 <artifactId >spring-cloud-openfeign</artifactId >
11- <version >4.1.3 -SNAPSHOT</version >
11+ <version >4.1.4 -SNAPSHOT</version >
1212 </parent >
1313
1414 <name >Spring Cloud Openfeign Docs Build</name >
3333 </plugin >
3434 </plugins >
3535 </build >
36+
37+ <repositories >
38+ <repository >
39+ <id >spring-snapshot</id >
40+ <url >https://repo.spring.io/snapshot</url >
41+ <snapshots >
42+ <enabled >true</enabled >
43+ </snapshots >
44+ <releases >
45+ <enabled >false</enabled >
46+ </releases >
47+ </repository >
48+ <repository >
49+ <id >spring-milestone</id >
50+ <url >https://repo.spring.io/milestone</url >
51+ </repository >
52+ </repositories >
3653</project >
You can’t perform that action at this time.
0 commit comments