From 966d3c9e44781ef134b73620d9746552fd4922c1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 8 Mar 2015 12:50:28 +0100 Subject: [PATCH] #59 - Upgraded to Spring Data Fowler RC1. --- jpa/java8/pom.xml | 4 ---- jpa/jpa21/pom.xml | 4 ---- mongodb/java8/pom.xml | 4 ---- pom.xml | 2 +- 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/jpa/java8/pom.xml b/jpa/java8/pom.xml index 472ab08a..9685749f 100644 --- a/jpa/java8/pom.xml +++ b/jpa/java8/pom.xml @@ -10,9 +10,5 @@ spring-data-jpa-java8 Spring Data JPA - Java 8 specific features - - - Fowler-BUILD-SNAPSHOT - \ No newline at end of file diff --git a/jpa/jpa21/pom.xml b/jpa/jpa21/pom.xml index cdc09db8..d4052f54 100644 --- a/jpa/jpa21/pom.xml +++ b/jpa/jpa21/pom.xml @@ -10,9 +10,5 @@ spring-data-jpa-jpa21 Spring Data JPA - JPA 2.1 specific features - - - Fowler-BUILD-SNAPSHOT - \ No newline at end of file diff --git a/mongodb/java8/pom.xml b/mongodb/java8/pom.xml index 8a3cfbc9..a167b2f9 100644 --- a/mongodb/java8/pom.xml +++ b/mongodb/java8/pom.xml @@ -11,10 +11,6 @@ spring-data-mongodb-java8 Spring Data MongoDB - Java 8 specific features - - Fowler-BUILD-SNAPSHOT - - ${project.groupId} diff --git a/pom.xml b/pom.xml index 60e33d21..b694e03e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 1.1.3 1.8 3.6.1 - Fowler-M1 + Fowler-RC1