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
142143 <webbeans >4.0.2</webbeans >
143144
144145 <!-- Used in asciidoc reference documentation -->
145- <releasetrain >2023.1.11-SNAPSHOT </releasetrain >
146+ <releasetrain >2023.1.11</releasetrain >
146147
147148 <!-- To be overridden by individual modules -->
148149 <java-module-name />
413414 <dependency >
414415 <groupId >org.springframework.data.build</groupId >
415416 <artifactId >spring-data-build-resources</artifactId >
416- <version >3.2.11-SNAPSHOT </version >
417+ <version >3.2.11</version >
417418 <type >zip</type >
418419 <optional >true</optional >
419420 </dependency >
14401441 </build >
14411442
14421443 <repositories >
1443- <repository >
1444- <id >spring-snapshot</id >
1445- <url >https://repo.spring.io/snapshot</url >
1446- <snapshots >
1447- <enabled >true</enabled >
1448- </snapshots >
1449- <releases >
1450- <enabled >false</enabled >
1451- </releases >
1452- </repository >
1453- <repository >
1454- <id >spring-milestone</id >
1455- <url >https://repo.spring.io/milestone</url >
1456- </repository >
1444+
1445+
14571446 </repositories >
14581447
14591448</project >
You can’t perform that action at this time.
0 commit comments