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 >2025.0.3-SNAPSHOT </releasetrain >
149+ <releasetrain >2025.0.3</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.5.3-SNAPSHOT </version >
420+ <version >3.5.3</version >
420421 <type >zip</type >
421422 <optional >true</optional >
422423 </dependency >
15021503 </build >
15031504
15041505 <repositories >
1505- <repository >
1506- <id >spring-snapshot</id >
1507- <url >https://repo.spring.io/snapshot</url >
1508- <snapshots >
1509- <enabled >true</enabled >
1510- </snapshots >
1511- <releases >
1512- <enabled >false</enabled >
1513- </releases >
1514- </repository >
1515- <repository >
1516- <id >spring-milestone</id >
1517- <url >https://repo.spring.io/milestone</url >
1518- </repository >
1506+
1507+
15191508 </repositories >
15201509
1521- </project >
1510+ </project >
You can’t perform that action at this time.
0 commit comments