Skip to content

Commit

Permalink
DATAREST-707 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 19, 2015
1 parent 45a00b5 commit 515bee7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
@@ -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>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.1.RELEASE</version>
<version>1.7.2.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>

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

<springdata.commons>1.11.1.RELEASE</springdata.commons>
<springdata.jpa>1.9.1.RELEASE</springdata.jpa>
<springdata.mongodb>1.8.1.RELEASE</springdata.mongodb>
<springdata.neo4j>3.4.1.RELEASE</springdata.neo4j>
<springdata.gemfire>1.7.1.RELEASE</springdata.gemfire>
<springdata.solr>1.5.1.RELEASE</springdata.solr>
<springdata.cassandra>1.3.1.RELEASE</springdata.cassandra>
<springdata.commons>1.11.2.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.9.2.BUILD-SNAPSHOT</springdata.jpa>
<springdata.mongodb>1.8.2.BUILD-SNAPSHOT</springdata.mongodb>
<springdata.neo4j>3.4.2.BUILD-SNAPSHOT</springdata.neo4j>
<springdata.gemfire>1.7.2.BUILD-SNAPSHOT</springdata.gemfire>
<springdata.solr>1.5.2.BUILD-SNAPSHOT</springdata.solr>
<springdata.cassandra>1.3.2.BUILD-SNAPSHOT</springdata.cassandra>

<hibernate.version>4.3.10.Final</hibernate.version>

Expand Down Expand Up @@ -155,8 +155,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 515bee7

Please sign in to comment.