|
|
|
|
@ -1,4 +1,4 @@
@@ -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 @@
@@ -14,7 +14,7 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.data.build</groupId> |
|
|
|
|
<artifactId>spring-data-parent</artifactId> |
|
|
|
|
<version>1.7.0.M1</version> |
|
|
|
|
<version>1.7.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
|
@ -27,7 +27,7 @@
@@ -27,7 +27,7 @@
|
|
|
|
|
<jpa>2.0.0</jpa> |
|
|
|
|
<openjpa>2.3.0</openjpa> |
|
|
|
|
<querydsl>3.6.3</querydsl> |
|
|
|
|
<springdata.commons>1.11.0.M1</springdata.commons> |
|
|
|
|
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons> |
|
|
|
|
|
|
|
|
|
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> |
|
|
|
|
|
|
|
|
|
@ -461,8 +461,8 @@
@@ -461,8 +461,8 @@
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-libs-milestone</id> |
|
|
|
|
<url>https://repo.spring.io/libs-milestone</url> |
|
|
|
|
<id>spring-libs-snapshot</id> |
|
|
|
|
<url>https://repo.spring.io/libs-snapshot</url> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
|