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