File tree 1 file changed +5
-14
lines changed
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
141
142
<webbeans >2.0.27</webbeans >
142
143
143
144
<!-- Used in asciidoc reference documentation -->
144
- <releasetrain >2023.1.0-SNAPSHOT </releasetrain >
145
+ <releasetrain >2023.1.0-M3 </releasetrain >
145
146
146
147
<!-- To be overridden by individual modules -->
147
148
<java-module-name />
304
305
</filterchain >
305
306
</loadresource >
306
307
<tstamp >
307
- <format property = " current.year " pattern = " yyyy " />
308
+ <format pattern = " yyyy " property = " current.year " />
308
309
</tstamp >
309
310
</target >
310
311
<exportAntProperties >true</exportAntProperties >
396
397
<dependency >
397
398
<groupId >org.springframework.data.build</groupId >
398
399
<artifactId >spring-data-build-resources</artifactId >
399
- <version >3.2.0-SNAPSHOT </version >
400
+ <version >3.2.0-M3 </version >
400
401
<type >zip</type >
401
402
<optional >true</optional >
402
403
</dependency >
1466
1467
</build >
1467
1468
1468
1469
<repositories >
1469
- <repository >
1470
- <id >spring-snapshot</id >
1471
- <url >https://repo.spring.io/snapshot</url >
1472
- <snapshots >
1473
- <enabled >true</enabled >
1474
- </snapshots >
1475
- <releases >
1476
- <enabled >false</enabled >
1477
- </releases >
1478
- </repository >
1479
1470
<repository >
1480
1471
<id >spring-milestone</id >
1481
1472
<url >https://repo.spring.io/milestone</url >
You can’t perform that action at this time.
0 commit comments