File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed
Expand file tree Collapse file tree 1 file changed +7
-18
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" ?>
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 <modelVersion >4.0.0</modelVersion >
45
2223 <parent >
2324 <groupId >org.springframework.data.build</groupId >
2425 <artifactId >spring-data-parent</artifactId >
25- <version >4.1.0-SNAPSHOT </version >
26+ <version >4.1.0-M2 </version >
2627 </parent >
2728
2829 <properties >
3839 <mysql-connector-java >9.5.0</mysql-connector-java >
3940 <postgresql >42.7.10</postgresql >
4041 <oracle >23.26.0.0.0</oracle >
41- <springdata .commons>4.1.0-SNAPSHOT </springdata .commons>
42+ <springdata .commons>4.1.0-M2 </springdata .commons>
4243 <vavr >0.10.3</vavr >
4344
4445 <hibernate .groupId>org.hibernate</hibernate .groupId>
191192 </build >
192193
193194 <repositories >
194- <repository >
195- <id >spring-snapshot</id >
196- <url >https://repo.spring.io/snapshot</url >
197- <snapshots >
198- <enabled >true</enabled >
199- </snapshots >
200- <releases >
201- <enabled >false</enabled >
202- </releases >
203- </repository >
204- <repository >
205- <id >spring-milestone</id >
206- <url >https://repo.spring.io/milestone</url >
207- </repository >
195+
196+
208197 </repositories >
209198
210199 <pluginRepositories >
214203 </pluginRepository >
215204 </pluginRepositories >
216205
217- </project >
206+ </project >
You can’t perform that action at this time.
0 commit comments