Skip to content

Commit 7c2371c

Browse files
committed
DATACMNS-632 - After release cleanups.
1 parent e76df6d commit 7c2371c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-commons</artifactId>
8-
<version>1.8.5.BUILD-SNAPSHOT</version>
8+
<version>1.8.6.BUILD-SNAPSHOT</version>
99

1010
<name>Spring Data Core</name>
1111

1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.4.5.RELEASE</version>
15+
<version>1.4.6.BUILD-SNAPSHOT</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

@@ -210,8 +210,8 @@
210210

211211
<repositories>
212212
<repository>
213-
<id>spring-libs-release</id>
214-
<url>http://repo.spring.io/libs-release</url>
213+
<id>spring-libs-snapshot</id>
214+
<url>http://repo.spring.io/libs-snapshot</url>
215215
</repository>
216216
</repositories>
217217

0 commit comments

Comments
 (0)