File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
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" >
2
3
3
4
<!--
4
5
144
145
<webbeans >4.0.3</webbeans >
145
146
146
147
<!-- Used in asciidoc reference documentation -->
147
- <releasetrain >2025.0.0-SNAPSHOT </releasetrain >
148
+ <releasetrain >2025.0.0-RC1 </releasetrain >
148
149
149
150
<!-- To be overridden by individual modules -->
150
151
<java-module-name />
415
416
<dependency >
416
417
<groupId >org.springframework.data.build</groupId >
417
418
<artifactId >spring-data-build-resources</artifactId >
418
- <version >3.5.0-SNAPSHOT </version >
419
+ <version >3.5.0-RC1 </version >
419
420
<type >zip</type >
420
421
<optional >true</optional >
421
422
</dependency >
1499
1500
</build >
1500
1501
1501
1502
<repositories >
1502
- <repository >
1503
- <id >spring-snapshot</id >
1504
- <url >https://repo.spring.io/snapshot</url >
1505
- <snapshots >
1506
- <enabled >true</enabled >
1507
- </snapshots >
1508
- <releases >
1509
- <enabled >false</enabled >
1510
- </releases >
1511
- </repository >
1512
1503
<repository >
1513
1504
<id >spring-milestone</id >
1514
1505
<url >https://repo.spring.io/milestone</url >
You can’t perform that action at this time.
0 commit comments