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
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-M6 </releasetrain >
155156
156157 <!-- To be overridden by individual modules -->
157158 <java-module-name />
482483 <dependency >
483484 <groupId >org.springframework.data.build</groupId >
484485 <artifactId >spring-data-build-resources</artifactId >
485- <version >4.0.0-SNAPSHOT </version >
486+ <version >4.0.0-M6 </version >
486487 <type >zip</type >
487488 <optional >true</optional >
488489 </dependency >
15991600 </build >
16001601
16011602 <repositories >
1602- <repository >
1603- <id >spring-snapshot</id >
1604- <url >https://repo.spring.io/snapshot</url >
1605- <snapshots >
1606- <enabled >true</enabled >
1607- </snapshots >
1608- <releases >
1609- <enabled >false</enabled >
1610- </releases >
1611- </repository >
1612- <repository >
1613- <id >spring-milestone</id >
1614- <url >https://repo.spring.io/milestone</url >
1615- </repository >
1603+
1604+
16161605 </repositories >
16171606
1618- </project >
1607+ </project >
You can’t perform that action at this time.
0 commit comments