File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
3
4
<!--
4
5
139
140
<webbeans >2.0.27</webbeans >
140
141
141
142
<!-- Used in asciidoc reference documentation -->
142
- <releasetrain >2023.1.0-SNAPSHOT </releasetrain >
143
+ <releasetrain >2023.1.0-M2 </releasetrain >
143
144
144
145
<!-- To be overridden by individual modules -->
145
146
<java-module-name />
279
280
<dependency >
280
281
<groupId >org.springframework.data.build</groupId >
281
282
<artifactId >spring-data-build-resources</artifactId >
282
- <version >3.2.0-SNAPSHOT </version >
283
+ <version >3.2.0-M2 </version >
283
284
<type >zip</type >
284
285
<optional >true</optional >
285
286
</dependency >
1331
1332
</build >
1332
1333
1333
1334
<repositories >
1334
- <repository >
1335
- <id >spring-snapshot</id >
1336
- <url >https://repo.spring.io/snapshot</url >
1337
- <snapshots >
1338
- <enabled >true</enabled >
1339
- </snapshots >
1340
- <releases >
1341
- <enabled >false</enabled >
1342
- </releases >
1343
- </repository >
1344
1335
<repository >
1345
1336
<id >spring-milestone</id >
1346
1337
<url >https://repo.spring.io/milestone</url >
1347
1338
</repository >
1348
1339
</repositories >
1349
1340
1350
- </project >
1341
+ </project >
You can’t perform that action at this time.
0 commit comments