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
143144 <webbeans >4.0.3</webbeans >
144145
145146 <!-- Used in asciidoc reference documentation -->
146- <releasetrain >2024.1.8-SNAPSHOT </releasetrain >
147+ <releasetrain >2024.1.8</releasetrain >
147148
148149 <!-- To be overridden by individual modules -->
149150 <java-module-name />
414415 <dependency >
415416 <groupId >org.springframework.data.build</groupId >
416417 <artifactId >spring-data-build-resources</artifactId >
417- <version >3.4.8-SNAPSHOT </version >
418+ <version >3.4.8</version >
418419 <type >zip</type >
419420 <optional >true</optional >
420421 </dependency >
14981499 </build >
14991500
15001501 <repositories >
1501- <repository >
1502- <id >spring-snapshot</id >
1503- <url >https://repo.spring.io/snapshot</url >
1504- <snapshots >
1505- <enabled >true</enabled >
1506- </snapshots >
1507- <releases >
1508- <enabled >false</enabled >
1509- </releases >
1510- </repository >
1511- <repository >
1512- <id >spring-milestone</id >
1513- <url >https://repo.spring.io/milestone</url >
1514- </repository >
1502+
1503+
15151504 </repositories >
15161505
15171506</project >
You can’t perform that action at this time.
0 commit comments