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.6-SNAPSHOT </releasetrain >
151+ <releasetrain >2025.0.6</releasetrain >
151152
152153 <!-- To be overridden by individual modules -->
153154 <java-module-name />
424425 <dependency >
425426 <groupId >org.springframework.data.build</groupId >
426427 <artifactId >spring-data-build-resources</artifactId >
427- <version >3.5.6-SNAPSHOT </version >
428+ <version >3.5.6</version >
428429 <type >zip</type >
429430 <optional >true</optional >
430431 </dependency >
15181519 </build >
15191520
15201521 <repositories >
1521- <repository >
1522- <id >spring-snapshot</id >
1523- <url >https://repo.spring.io/snapshot</url >
1524- <snapshots >
1525- <enabled >true</enabled >
1526- </snapshots >
1527- <releases >
1528- <enabled >false</enabled >
1529- </releases >
1530- </repository >
1531- <repository >
1532- <id >spring-milestone</id >
1533- <url >https://repo.spring.io/milestone</url >
1534- </repository >
1522+
1523+
15351524 </repositories >
15361525
1537- </project >
1526+ </project >
You can’t perform that action at this time.
0 commit comments