File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
23
34 <!--
45
139140 <javax-annotation-api >1.3.2</javax-annotation-api >
140141
141142 <!-- Used in asciidoc reference documentation -->
142- <releasetrain >2021.2.16-SNAPSHOT </releasetrain >
143+ <releasetrain >2021.2.16</releasetrain >
143144
144145 <!-- To be overridden by individual modules -->
145146 <java-module-name />
344345 <dependency >
345346 <groupId >org.springframework.data.build</groupId >
346347 <artifactId >spring-data-build-resources</artifactId >
347- <version >2.7.16-SNAPSHOT </version >
348+ <version >2.7.16</version >
348349 <type >zip</type >
349350 <optional >true</optional >
350351 </dependency >
13191320 </build >
13201321
13211322 <repositories >
1322- <repository >
1323- <id >spring-snapshot</id >
1324- <url >https://repo.spring.io/snapshot</url >
1325- <snapshots >
1326- <enabled >true</enabled >
1327- </snapshots >
1328- <releases >
1329- <enabled >false</enabled >
1330- </releases >
1331- </repository >
1332- <repository >
1333- <id >spring-milestone</id >
1334- <url >https://repo.spring.io/milestone</url >
1335- </repository >
1323+
1324+
13361325 </repositories >
13371326
13381327</project >
You can’t perform that action at this time.
0 commit comments