Skip to content

Commit

Permalink
DATAREST-1244 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jun 13, 2018
1 parent 4ca86fc commit 06f775a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>

Expand All @@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>

<springdata.commons>2.0.8.RELEASE</springdata.commons>
<springdata.jpa>2.0.8.RELEASE</springdata.jpa>
<springdata.mongodb>2.0.8.RELEASE</springdata.mongodb>
<springdata.gemfire>2.0.8.RELEASE</springdata.gemfire>
<springdata.solr>3.0.8.RELEASE</springdata.solr>
<springdata.cassandra>2.0.8.RELEASE</springdata.cassandra>
<springdata.keyvalue>2.0.8.RELEASE</springdata.keyvalue>
<springdata.commons>2.0.9.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>2.0.9.BUILD-SNAPSHOT</springdata.jpa>
<springdata.mongodb>2.0.9.BUILD-SNAPSHOT</springdata.mongodb>
<springdata.gemfire>2.0.9.BUILD-SNAPSHOT</springdata.gemfire>
<springdata.solr>3.0.9.BUILD-SNAPSHOT</springdata.solr>
<springdata.cassandra>2.0.9.BUILD-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.0.9.BUILD-SNAPSHOT</springdata.keyvalue>

<hibernate.version>4.3.10.Final</hibernate.version>
<jsonpath>1.1.0</jsonpath>
Expand Down Expand Up @@ -113,8 +113,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>

Expand Down

0 comments on commit 06f775a

Please sign in to comment.