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
150151 <webbeans >4.0.3</webbeans >
151152
152153 <!-- Used in asciidoc reference documentation -->
153- <releasetrain >2025.1.0-SNAPSHOT </releasetrain >
154+ <releasetrain >2025.1.0</releasetrain >
154155
155156 <!-- To be overridden by individual modules -->
156157 <java-module-name />
495496 <dependency >
496497 <groupId >org.springframework.data.build</groupId >
497498 <artifactId >spring-data-build-resources</artifactId >
498- <version >4.0.0-SNAPSHOT </version >
499+ <version >4.0.0</version >
499500 <type >zip</type >
500501 <optional >true</optional >
501502 </dependency >
17051706 </build >
17061707
17071708 <repositories >
1708- <repository >
1709- <id >spring-snapshot</id >
1710- <url >https://repo.spring.io/snapshot</url >
1711- <snapshots >
1712- <enabled >true</enabled >
1713- </snapshots >
1714- <releases >
1715- <enabled >false</enabled >
1716- </releases >
1717- </repository >
1718- <repository >
1719- <id >spring-milestone</id >
1720- <url >https://repo.spring.io/milestone</url >
1721- </repository >
1709+
1710+
17221711 </repositories >
17231712
1724- </project >
1713+ </project >
You can’t perform that action at this time.
0 commit comments