Skip to content

Commit 645e2b7

Browse files
spring-buildsodrotbohm
authored andcommitted
DATAES-78 - Prepare next development iteration.
1 parent 95c87b4 commit 645e2b7

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
@@ -4,12 +4,12 @@
44

55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-elasticsearch</artifactId>
7-
<version>1.0.0.M2</version>
7+
<version>1.0.0.BUILD-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>1.4.0.M1</version>
12+
<version>1.4.0.BUILD-SNAPSHOT</version>
1313
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -24,7 +24,7 @@
2424
<commonscollections>3.2.1</commonscollections>
2525
<commonslang>2.6</commonslang>
2626
<elasticsearch>1.1.0</elasticsearch>
27-
<springdata.commons>1.8.0.M1</springdata.commons>
27+
<springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons>
2828

2929
</properties>
3030

@@ -146,8 +146,8 @@
146146

147147
<repositories>
148148
<repository>
149-
<id>spring-libs-milestone</id>
150-
<url>http://repo.spring.io/libs-milestone</url>
149+
<id>spring-libs-snapshot</id>
150+
<url>http://repo.spring.io/libs-snapshot</url>
151151
</repository>
152152
</repositories>
153153

0 commit comments

Comments
 (0)