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
145146 <webbeans >4.0.3</webbeans >
146147
147148 <!-- Used in asciidoc reference documentation -->
148- <releasetrain >2024.1.12-SNAPSHOT </releasetrain >
149+ <releasetrain >2024.1.12</releasetrain >
149150
150151 <!-- To be overridden by individual modules -->
151152 <java-module-name />
422423 <dependency >
423424 <groupId >org.springframework.data.build</groupId >
424425 <artifactId >spring-data-build-resources</artifactId >
425- <version >3.4.12-SNAPSHOT </version >
426+ <version >3.4.12</version >
426427 <type >zip</type >
427428 <optional >true</optional >
428429 </dependency >
15141515 </build >
15151516
15161517 <repositories >
1517- <repository >
1518- <id >spring-snapshot</id >
1519- <url >https://repo.spring.io/snapshot</url >
1520- <snapshots >
1521- <enabled >true</enabled >
1522- </snapshots >
1523- <releases >
1524- <enabled >false</enabled >
1525- </releases >
1526- </repository >
1527- <repository >
1528- <id >spring-milestone</id >
1529- <url >https://repo.spring.io/milestone</url >
1530- </repository >
1518+
1519+
15311520 </repositories >
15321521
1533- </project >
1522+ </project >
You can’t perform that action at this time.
0 commit comments