aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-01-27 23:47:00 -0800
committerPatrick Wendell <patrick@databricks.com>2015-01-27 23:47:00 -0800
commit4026bba79e08e99a11bc1242ef035c25cdb8d364 (patch)
treef8a0f22eeba7cadd94465f9de694e877322c592b /sql
parent063a4c5037812739ce4a6370543c6e54d8956104 (diff)
downloadspark-4026bba79e08e99a11bc1242ef035c25cdb8d364.tar.gz
spark-4026bba79e08e99a11bc1242ef035c25cdb8d364.tar.bz2
spark-4026bba79e08e99a11bc1242ef035c25cdb8d364.zip
Revert "Preparing Spark release v1.2.1-rc1"
This reverts commit 3e2d7d310b76c293b9ac787f204e6880f508f6ec.
Diffstat (limited to 'sql')
-rw-r--r--sql/catalyst/pom.xml2
-rw-r--r--sql/core/pom.xml2
-rw-r--r--sql/hive-thriftserver/pom.xml2
-rw-r--r--sql/hive/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index 347fe37855..8ae51032ce 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 8ab7708735..96f4cd666a 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index 15a5aa1bbc..881ed87730 100644
--- a/sql/hive-thriftserver/pom.xml
+++ b/sql/hive-thriftserver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 177d6eb8c9..2628407d25 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>