#49 - Prepare next development iteration.
This commit is contained in:
committed by
Oliver Gierke
parent
42f6311bdb
commit
e35239811a
12
pom.xml
12
pom.xml
@@ -4,12 +4,12 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-envers</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<version>1.0.1.BUILD-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.8.0.RELEASE</version>
|
||||
<version>1.8.1.BUILD-SNAPSHOT</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<springdata.commons>1.12.0.RELEASE</springdata.commons>
|
||||
<springdata.jpa>1.10.0.RELEASE</springdata.jpa>
|
||||
<springdata.commons>1.12.1.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>1.10.1.BUILD-SNAPSHOT</springdata.jpa>
|
||||
<hibernate.envers>4.3.11</hibernate.envers>
|
||||
</properties>
|
||||
|
||||
@@ -114,8 +114,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user