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" standalone =" no" ?>
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.1.0-SNAPSHOT </releasetrain >
151+ <releasetrain >2025.1.0-M2 </releasetrain >
151152
152153 <!-- To be overridden by individual modules -->
153154 <java-module-name />
478479 <dependency >
479480 <groupId >org.springframework.data.build</groupId >
480481 <artifactId >spring-data-build-resources</artifactId >
481- <version >4.0.0-SNAPSHOT </version >
482+ <version >4.0.0-M2 </version >
482483 <type >zip</type >
483484 <optional >true</optional >
484485 </dependency >
15621563 </build >
15631564
15641565 <repositories >
1565- <repository >
1566- <id >spring-snapshot</id >
1567- <url >https://repo.spring.io/snapshot</url >
1568- <snapshots >
1569- <enabled >true</enabled >
1570- </snapshots >
1571- <releases >
1572- <enabled >false</enabled >
1573- </releases >
1574- </repository >
1575- <repository >
1576- <id >spring-milestone</id >
1577- <url >https://repo.spring.io/milestone</url >
1578- </repository >
1566+
1567+
15791568 </repositories >
15801569
15811570</project >
You can’t perform that action at this time.
0 commit comments