File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
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" ?>
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
145146 <webbeans >4.0.3</webbeans >
146147
147148 <!-- Used in asciidoc reference documentation -->
148- <releasetrain >2024.1.10-SNAPSHOT </releasetrain >
149+ <releasetrain >2024.1.10</releasetrain >
149150
150151 <!-- To be overridden by individual modules -->
151152 <java-module-name />
416417 <dependency >
417418 <groupId >org.springframework.data.build</groupId >
418419 <artifactId >spring-data-build-resources</artifactId >
419- <version >3.4.10-SNAPSHOT </version >
420+ <version >3.4.10</version >
420421 <type >zip</type >
421422 <optional >true</optional >
422423 </dependency >
15001501 </build >
15011502
15021503 <repositories >
1503- <repository >
1504- <id >spring-snapshot</id >
1505- <url >https://repo.spring.io/snapshot</url >
1506- <snapshots >
1507- <enabled >true</enabled >
1508- </snapshots >
1509- <releases >
1510- <enabled >false</enabled >
1511- </releases >
1512- </repository >
1513- <repository >
1514- <id >spring-milestone</id >
1515- <url >https://repo.spring.io/milestone</url >
1516- </repository >
1504+
1505+
15171506 </repositories >
15181507
1519- </project >
1508+ </project >
You can’t perform that action at this time.
0 commit comments