aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-30 02:26:03 +0000
committerPatrick Wendell <pwendell@gmail.com>2014-08-30 02:26:03 +0000
commit2b2e02265f80e4c5172c1e498aa9ba2c6b91c6c9 (patch)
treefc544f0a1f2fe560e756e9100fb7350374eeefde /sql/hive/pom.xml
parent272b4a68d9b4ae2d74df7615122c587bfac2dddf (diff)
downloadspark-2b2e02265f80e4c5172c1e498aa9ba2c6b91c6c9.tar.gz
spark-2b2e02265f80e4c5172c1e498aa9ba2c6b91c6c9.tar.bz2
spark-2b2e02265f80e4c5172c1e498aa9ba2c6b91c6c9.zip
[maven-release-plugin] prepare release v1.1.0-rc3
Diffstat (limited to 'sql/hive/pom.xml')
-rw-r--r--sql/hive/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 30ff277e67..dc5cfbac82 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -16,13 +16,12 @@
~ 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-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>