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