This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
2
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
14
14
<parent >
15
15
<groupId >org.springframework.data.build</groupId >
16
16
<artifactId >spring-data-parent</artifactId >
17
- <version >1.5.0.RELEASE </version >
17
+ <version >1.5.1.BUILD-SNAPSHOT </version >
18
18
<relativePath >../spring-data-build/parent/pom.xml</relativePath >
19
19
</parent >
20
20
24
24
<commons .lang>3.1</commons .lang>
25
25
<httpcomponents >4.2.2</httpcomponents >
26
26
<solr >4.7.2</solr >
27
- <springdata .commons>1.9.0.RELEASE </springdata .commons>
27
+ <springdata .commons>1.9.1.BUILD-SNAPSHOT </springdata .commons>
28
28
</properties >
29
29
30
30
<developers >
262
262
263
263
<repositories >
264
264
<repository >
265
- <id >spring-libs-release </id >
266
- <url >http://repo.spring.io/libs-release </url >
265
+ <id >spring-libs-snapshot </id >
266
+ <url >http://repo.spring.io/libs-snapshot </url >
267
267
</repository >
268
268
</repositories >
269
269
You can’t perform that action at this time.
0 commit comments