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" ?>
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
151152 <webbeans >4.0.3</webbeans >
152153
153154 <!-- Used in asciidoc reference documentation -->
154- <releasetrain >2025.1.0-SNAPSHOT </releasetrain >
155+ <releasetrain >2025.1.0-RC2 </releasetrain >
155156
156157 <!-- To be overridden by individual modules -->
157158 <java-module-name />
496497 <dependency >
497498 <groupId >org.springframework.data.build</groupId >
498499 <artifactId >spring-data-build-resources</artifactId >
499- <version >4.0.0-SNAPSHOT </version >
500+ <version >4.0.0-RC2 </version >
500501 <type >zip</type >
501502 <optional >true</optional >
502503 </dependency >
16981699 </build >
16991700
17001701 <repositories >
1701- <repository >
1702- <id >spring-snapshot</id >
1703- <url >https://repo.spring.io/snapshot</url >
1704- <snapshots >
1705- <enabled >true</enabled >
1706- </snapshots >
1707- <releases >
1708- <enabled >false</enabled >
1709- </releases >
1710- </repository >
1711- <repository >
1712- <id >spring-milestone</id >
1713- <url >https://repo.spring.io/milestone</url >
1714- </repository >
1702+
1703+
17151704 </repositories >
17161705
17171706</project >
You can’t perform that action at this time.
0 commit comments