Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit c506355

Browse files
committed
DATASOLR-199 - After release cleanups.
1 parent 118e8b8 commit c506355

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>1.5.0.RELEASE</version>
17+
<version>1.6.0.BUILD-SNAPSHOT</version>
1818
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -24,9 +24,9 @@
2424
<commons.lang>3.1</commons.lang>
2525
<httpcomponents>4.2.2</httpcomponents>
2626
<solr>4.7.2</solr>
27-
<springdata.commons>1.9.0.RELEASE</springdata.commons>
27+
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
2828
</properties>
29-
29+
3030
<developers>
3131
<developer>
3232
<id>christophstrobl</id>
@@ -198,7 +198,7 @@
198198
<version>3.0-alpha-1</version>
199199
<scope>test</scope>
200200
</dependency>
201-
201+
202202
<dependency>
203203
<groupId>com.fasterxml.jackson.core</groupId>
204204
<artifactId>jackson-databind</artifactId>
@@ -208,7 +208,7 @@
208208

209209
<build>
210210
<plugins>
211-
211+
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-failsafe-plugin</artifactId>
@@ -228,7 +228,7 @@
228228
</execution>
229229
</executions>
230230
</plugin>
231-
231+
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
234234
<artifactId>maven-assembly-plugin</artifactId>
@@ -262,11 +262,11 @@
262262

263263
<repositories>
264264
<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>
267267
</repository>
268268
</repositories>
269-
269+
270270
<pluginRepositories>
271271
<pluginRepository>
272272
<id>spring-plugins-release</id>

0 commit comments

Comments
 (0)