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 149
149
<webbeans >4.0.3</webbeans >
150
150
151
151
<!-- Used in asciidoc reference documentation -->
152
- <releasetrain >2025.1.0-M3 </releasetrain >
152
+ <releasetrain >2025.1.0-SNAPSHOT </releasetrain >
153
153
154
154
<!-- To be overridden by individual modules -->
155
155
<java-module-name />
1578
1578
</build >
1579
1579
1580
1580
<repositories >
1581
-
1582
-
1581
+ <repository >
1582
+ <id >spring-snapshot</id >
1583
+ <url >https://repo.spring.io/snapshot</url >
1584
+ <snapshots >
1585
+ <enabled >true</enabled >
1586
+ </snapshots >
1587
+ <releases >
1588
+ <enabled >false</enabled >
1589
+ </releases >
1590
+ </repository >
1591
+ <repository >
1592
+ <id >spring-milestone</id >
1593
+ <url >https://repo.spring.io/milestone</url >
1594
+ </repository >
1583
1595
</repositories >
1584
1596
1585
1597
</project >
You can’t perform that action at this time.
0 commit comments