File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
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" >
23
34 <!--
45
139140 <webbeans >2.0.27</webbeans >
140141
141142 <!-- Used in asciidoc reference documentation -->
142- <releasetrain >2023.1.0-SNAPSHOT </releasetrain >
143+ <releasetrain >2023.1.0-M1 </releasetrain >
143144
144145 <!-- To be overridden by individual modules -->
145146 <java-module-name />
279280 <dependency >
280281 <groupId >org.springframework.data.build</groupId >
281282 <artifactId >spring-data-build-resources</artifactId >
282- <version >3.2.0-SNAPSHOT </version >
283+ <version >3.2.0-M1 </version >
283284 <type >zip</type >
284285 <optional >true</optional >
285286 </dependency >
13311332 </build >
13321333
13331334 <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 >
13441335 <repository >
13451336 <id >spring-milestone</id >
13461337 <url >https://repo.spring.io/milestone</url >
You can’t perform that action at this time.
0 commit comments