DATAJPA-860 - After release cleanups.

This commit is contained in:
Oliver Gierke
2016-02-23 14:18:15 +01:00
committed by Oliver Gierke
parent 1941c8f405
commit 0cad5b6d9c

10
pom.xml
View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.4.RELEASE</version>
<version>1.7.5.BUILD-SNAPSHOT</version>
</parent>
<properties>
@@ -27,7 +27,7 @@
<jpa>2.0.0</jpa>
<openjpa>2.3.0</openjpa>
<querydsl>3.6.3</querydsl>
<springdata.commons>1.11.4.RELEASE</springdata.commons>
<springdata.commons>1.11.5.BUILD-SNAPSHOT</springdata.commons>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
@@ -503,8 +503,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>