aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-27 15:48:13 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-27 15:48:13 -0700
commit0b17c7d4f2176f0c0e8aaab95e034be54467ff30 (patch)
treee4d0ea6e57fba627189d4f4b2ee2ab9fac3ff135 /sql/catalyst
parent0c03fb621e5b080f24863cfc17032bd828b65b99 (diff)
downloadspark-0b17c7d4f2176f0c0e8aaab95e034be54467ff30.tar.gz
spark-0b17c7d4f2176f0c0e8aaab95e034be54467ff30.tar.bz2
spark-0b17c7d4f2176f0c0e8aaab95e034be54467ff30.zip
Revert "[maven-release-plugin] prepare release v1.1.0-snapshot2"
This reverts commit e1535ad3c6f7400f2b7915ea91da9c60510557ba.
Diffstat (limited to 'sql/catalyst')
-rw-r--r--sql/catalyst/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index 7c9e5b284e..58d44e7923 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -16,12 +16,13 @@
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.1.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>