|
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.6.0.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.10.0.BUILD-SNAPSHOT</springdata.commons> |
28 | 28 | </properties>
|
29 |
| - |
| 29 | + |
30 | 30 | <developers>
|
31 | 31 | <developer>
|
32 | 32 | <id>christophstrobl</id>
|
|
198 | 198 | <version>3.0-alpha-1</version>
|
199 | 199 | <scope>test</scope>
|
200 | 200 | </dependency>
|
201 |
| - |
| 201 | + |
202 | 202 | <dependency>
|
203 | 203 | <groupId>com.fasterxml.jackson.core</groupId>
|
204 | 204 | <artifactId>jackson-databind</artifactId>
|
|
208 | 208 |
|
209 | 209 | <build>
|
210 | 210 | <plugins>
|
211 |
| - |
| 211 | + |
212 | 212 | <plugin>
|
213 | 213 | <groupId>org.apache.maven.plugins</groupId>
|
214 | 214 | <artifactId>maven-failsafe-plugin</artifactId>
|
|
228 | 228 | </execution>
|
229 | 229 | </executions>
|
230 | 230 | </plugin>
|
231 |
| - |
| 231 | + |
232 | 232 | <plugin>
|
233 | 233 | <groupId>org.apache.maven.plugins</groupId>
|
234 | 234 | <artifactId>maven-assembly-plugin</artifactId>
|
|
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 | + |
270 | 270 | <pluginRepositories>
|
271 | 271 | <pluginRepository>
|
272 | 272 | <id>spring-plugins-release</id>
|
|
0 commit comments