aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-29 15:55:30 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-29 15:55:30 -0700
commitc4b7ec8dd8d63255451acf7e62383217f1f63bdc (patch)
tree5dc1b5ca51283b5aa0727f93bb167c37b5b22885 /sql/hive/pom.xml
parent926f171c90d9c3cb83e99c31bccf79c21bd6f5e0 (diff)
downloadspark-c4b7ec8dd8d63255451acf7e62383217f1f63bdc.tar.gz
spark-c4b7ec8dd8d63255451acf7e62383217f1f63bdc.tar.bz2
spark-c4b7ec8dd8d63255451acf7e62383217f1f63bdc.zip
Revert "[maven-release-plugin] prepare release v1.1.0-rc2"
This reverts commit 711aebb329ca28046396af1e34395a0df92b5327.
Diffstat (limited to 'sql/hive/pom.xml')
-rw-r--r--sql/hive/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index dc5cfbac82..30ff277e67 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/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>