File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 144
144
<webbeans >4.0.3</webbeans >
145
145
146
146
<!-- Used in asciidoc reference documentation -->
147
- <releasetrain >2024.0.8 </releasetrain >
147
+ <releasetrain >2024.0.9-SNAPSHOT </releasetrain >
148
148
149
149
<!-- To be overridden by individual modules -->
150
150
<java-module-name />
1499
1499
</build >
1500
1500
1501
1501
<repositories >
1502
-
1503
-
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
+ <repository >
1513
+ <id >spring-milestone</id >
1514
+ <url >https://repo.spring.io/milestone</url >
1515
+ </repository >
1504
1516
</repositories >
1505
1517
1506
1518
</project >
You can’t perform that action at this time.
0 commit comments