aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-10 23:46:02 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-10 23:46:02 -0800
commit3a503839ffbcf367578d2148a27ad4300c124646 (patch)
tree1c7de140240f32271d4f426e569309613a0fab14 /sql
parent0386fc4d6b8ede2d7e4a962b0e3c2569e273e7ec (diff)
downloadspark-3a503839ffbcf367578d2148a27ad4300c124646.tar.gz
spark-3a503839ffbcf367578d2148a27ad4300c124646.tar.bz2
spark-3a503839ffbcf367578d2148a27ad4300c124646.zip
Revert "Preparing development version 1.3.1-SNAPSHOT"
This reverts commit ba12b793f1f4f432e71439e2a7ebacce74d9c472.
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 d221c5af2b..d9c0ad8f12 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.3.1-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 381571c6a0..21acb1fd97 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.3.1-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index 4b5d1d5ec7..c8dc162bf5 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.3.1-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index e6b635c414..72376be0fd 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.3.1-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>