From 5217612bf6aa6d3c148f6e089ac205381cdd2aa0 Mon Sep 17 00:00:00 2001
From: Patrick Peralta <pperalta@gopivotal.com>
Date: Thu, 30 Jan 2014 14:12:23 -0500
Subject: [PATCH] Fixed parent POM versions in site-releases POMs

---
 site-releases/0.6.2-incubating/pom.xml | 2 +-
 site-releases/0.7.0-incubating/pom.xml | 2 +-
 site-releases/trunk/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site-releases/0.6.2-incubating/pom.xml b/site-releases/0.6.2-incubating/pom.xml
index 471ea4c..d39613f 100644
--- a/site-releases/0.6.2-incubating/pom.xml
+++ b/site-releases/0.6.2-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>site-releases</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating</version>
   </parent>
 
   <artifactId>0.6.2-incubating-site</artifactId>
diff --git a/site-releases/0.7.0-incubating/pom.xml b/site-releases/0.7.0-incubating/pom.xml
index b7406a7..70ba392 100644
--- a/site-releases/0.7.0-incubating/pom.xml
+++ b/site-releases/0.7.0-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>site-releases</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating</version>
   </parent>
 
   <artifactId>0.7.0-incubating-site</artifactId>
diff --git a/site-releases/trunk/pom.xml b/site-releases/trunk/pom.xml
index 1ccdf0d..535334a 100644
--- a/site-releases/trunk/pom.xml
+++ b/site-releases/trunk/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>site-releases</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating</version>
   </parent>
 
   <artifactId>trunk-site</artifactId>
-- 
1.8.5.2

