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 141
141
<webbeans >2.0.27</webbeans >
142
142
143
143
<!-- Used in asciidoc reference documentation -->
144
- <releasetrain >2023.0.6 </releasetrain >
144
+ <releasetrain >2023.0.7-SNAPSHOT </releasetrain >
145
145
146
146
<!-- To be overridden by individual modules -->
147
147
<java-module-name />
1349
1349
</build >
1350
1350
1351
1351
<repositories >
1352
-
1353
-
1352
+ <repository >
1353
+ <id >spring-snapshot</id >
1354
+ <url >https://repo.spring.io/snapshot</url >
1355
+ <snapshots >
1356
+ <enabled >true</enabled >
1357
+ </snapshots >
1358
+ <releases >
1359
+ <enabled >false</enabled >
1360
+ </releases >
1361
+ </repository >
1362
+ <repository >
1363
+ <id >spring-milestone</id >
1364
+ <url >https://repo.spring.io/milestone</url >
1365
+ </repository >
1354
1366
</repositories >
1355
1367
1356
1368
</project >
You can’t perform that action at this time.
0 commit comments