From c06ad43097577719e1e6c43f7a3df9f6c414cdb3 Mon Sep 17 00:00:00 2001 From: David Webb Date: Thu, 26 Jun 2014 09:43:09 -0400 Subject: [PATCH] Fixed parent pom version in modules. --- spring-cql/pom.xml | 2 +- spring-data-cassandra-distribution/pom.xml | 2 +- spring-data-cassandra/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index b879afe2e..5a477f36c 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index a07e7f97a..3c82fe3e4 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 21297f088..a7ac06571 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT ../pom.xml