aboutsummaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 8caad2bc2e..994071d94d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-parent</artifactId>
+ <artifactId>spark-parent_2.10</artifactId>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>