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 142
142
<webbeans >4.0.0</webbeans >
143
143
144
144
<!-- Used in asciidoc reference documentation -->
145
- <releasetrain >2023.1.0 </releasetrain >
145
+ <releasetrain >2023.2.0-SNAPSHOT </releasetrain >
146
146
147
147
<!-- To be overridden by individual modules -->
148
148
<java-module-name />
1424
1424
</build >
1425
1425
1426
1426
<repositories >
1427
-
1428
-
1427
+ <repository >
1428
+ <id >spring-snapshot</id >
1429
+ <url >https://repo.spring.io/snapshot</url >
1430
+ <snapshots >
1431
+ <enabled >true</enabled >
1432
+ </snapshots >
1433
+ <releases >
1434
+ <enabled >false</enabled >
1435
+ </releases >
1436
+ </repository >
1437
+ <repository >
1438
+ <id >spring-milestone</id >
1439
+ <url >https://repo.spring.io/milestone</url >
1440
+ </repository >
1429
1441
</repositories >
1430
1442
1431
1443
</project >
You can’t perform that action at this time.
0 commit comments