#59 - Prepare 1.0.4 (Hopper SR4).
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>1.8.4.BUILD-SNAPSHOT</version>
|
<version>1.8.4.RELEASE</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -42,8 +42,8 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<springdata.commons>1.12.4.BUILD-SNAPSHOT</springdata.commons>
|
<springdata.commons>1.12.4.RELEASE</springdata.commons>
|
||||||
<springdata.jpa>1.10.4.BUILD-SNAPSHOT</springdata.jpa>
|
<springdata.jpa>1.10.4.RELEASE</springdata.jpa>
|
||||||
<hibernate.envers>4.3.11</hibernate.envers>
|
<hibernate.envers>4.3.11</hibernate.envers>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -114,8 +114,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
<id>spring-libs-release</id>
|
||||||
<url>https://repo.spring.io/libs-snapshot</url>
|
<url>https://repo.spring.io/libs-release</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user