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 143
143
<webbeans >4.0.2</webbeans >
144
144
145
145
<!-- Used in asciidoc reference documentation -->
146
- <releasetrain >2024.0.5 </releasetrain >
146
+ <releasetrain >2024.0.6-SNAPSHOT </releasetrain >
147
147
148
148
<!-- To be overridden by individual modules -->
149
149
<java-module-name />
1441
1441
</build >
1442
1442
1443
1443
<repositories >
1444
-
1445
-
1444
+ <repository >
1445
+ <id >spring-snapshot</id >
1446
+ <url >https://repo.spring.io/snapshot</url >
1447
+ <snapshots >
1448
+ <enabled >true</enabled >
1449
+ </snapshots >
1450
+ <releases >
1451
+ <enabled >false</enabled >
1452
+ </releases >
1453
+ </repository >
1454
+ <repository >
1455
+ <id >spring-milestone</id >
1456
+ <url >https://repo.spring.io/milestone</url >
1457
+ </repository >
1446
1458
</repositories >
1447
1459
1448
1460
</project >
You can’t perform that action at this time.
0 commit comments