aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-03-05 11:31:48 -0800
committerPatrick Wendell <patrick@databricks.com>2015-03-05 11:32:06 -0800
commitae315d2b86e217fddcc18c0b43e3028fe590bbbe (patch)
treec5986096eec9aced3705f922f70a3fca9ca92364 /pom.xml
parentf8205d3be30c76c60e361b3426fc82e0da425580 (diff)
downloadspark-ae315d2b86e217fddcc18c0b43e3028fe590bbbe.tar.gz
spark-ae315d2b86e217fddcc18c0b43e3028fe590bbbe.tar.bz2
spark-ae315d2b86e217fddcc18c0b43e3028fe590bbbe.zip
SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11
Option 1 of 2: Convert spark-parent module name to spark-parent_2.10 / spark-parent_2.11 Author: Sean Owen <sowen@cloudera.com> Closes #4912 from srowen/SPARK-6182.1 and squashes the following commits: eff60de [Sean Owen] Convert spark-parent module name to spark-parent_2.10 / spark-parent_2.11 (cherry picked from commit c9cfba0cebe3eb546e3e96f3e5b9b89a74c5b7de) Signed-off-by: Patrick Wendell <patrick@databricks.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 54fe784fe5..f99a83b999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<version>14</version>
</parent>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-parent</artifactId>
+ <artifactId>spark-parent_2.10</artifactId>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spark Project Parent POM</name>