aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-12-04 11:22:22 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-12-04 11:22:22 -0800
commit701019bf259c3b270b2aeedc4a16caf0f221b8b4 (patch)
treec295532d5a1e81f285b3ade9bcb985230660b0ae /sql
parent2c6e2876b3f57aff9ed88626d95bd84e4f25098f (diff)
downloadspark-701019bf259c3b270b2aeedc4a16caf0f221b8b4.tar.gz
spark-701019bf259c3b270b2aeedc4a16caf0f221b8b4.tar.bz2
spark-701019bf259c3b270b2aeedc4a16caf0f221b8b4.zip
Revert "Preparing development version 1.2.1-SNAPSHOT"
This reverts commit 00316cc87983b844f6603f351a8f0b84fe1f6035.
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 8ae51032ce..ac03869e77 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 96f4cd666a..4a065d34ed 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index a018b68736..54fd6e4e6d 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 048ed25a2d..b150ff8c5c 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>