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
147148 <webbeans >4.0.3</webbeans >
148149
149150 <!-- Used in asciidoc reference documentation -->
150- <releasetrain >2025.0.4-SNAPSHOT </releasetrain >
151+ <releasetrain >2025.0.4</releasetrain >
151152
152153 <!-- To be overridden by individual modules -->
153154 <java-module-name />
418419 <dependency >
419420 <groupId >org.springframework.data.build</groupId >
420421 <artifactId >spring-data-build-resources</artifactId >
421- <version >3.5.4-SNAPSHOT </version >
422+ <version >3.5.4</version >
422423 <type >zip</type >
423424 <optional >true</optional >
424425 </dependency >
15041505 </build >
15051506
15061507 <repositories >
1507- <repository >
1508- <id >spring-snapshot</id >
1509- <url >https://repo.spring.io/snapshot</url >
1510- <snapshots >
1511- <enabled >true</enabled >
1512- </snapshots >
1513- <releases >
1514- <enabled >false</enabled >
1515- </releases >
1516- </repository >
1517- <repository >
1518- <id >spring-milestone</id >
1519- <url >https://repo.spring.io/milestone</url >
1520- </repository >
1508+
1509+
15211510 </repositories >
15221511
1523- </project >
1512+ </project >
You can’t perform that action at this time.
0 commit comments