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 152
152
<webbeans >4.0.3</webbeans >
153
153
154
154
<!-- Used in asciidoc reference documentation -->
155
- <releasetrain >2025.1.0-M6 </releasetrain >
155
+ <releasetrain >2025.1.0-SNAPSHOT </releasetrain >
156
156
157
157
<!-- To be overridden by individual modules -->
158
158
<java-module-name />
1600
1600
</build >
1601
1601
1602
1602
<repositories >
1603
-
1604
-
1603
+ <repository >
1604
+ <id >spring-snapshot</id >
1605
+ <url >https://repo.spring.io/snapshot</url >
1606
+ <snapshots >
1607
+ <enabled >true</enabled >
1608
+ </snapshots >
1609
+ <releases >
1610
+ <enabled >false</enabled >
1611
+ </releases >
1612
+ </repository >
1613
+ <repository >
1614
+ <id >spring-milestone</id >
1615
+ <url >https://repo.spring.io/milestone</url >
1616
+ </repository >
1605
1617
</repositories >
1606
1618
1607
1619
</project >
You can’t perform that action at this time.
0 commit comments