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:31:48 -0800
commitc9cfba0cebe3eb546e3e96f3e5b9b89a74c5b7de (patch)
treeb47b49fde5cec39f9c29e2f16d3be610615e46b0 /pom.xml
parente06c7dfbc2331db2d1c365959c12aaac640a610a (diff)
downloadspark-c9cfba0cebe3eb546e3e96f3e5b9b89a74c5b7de.tar.gz
spark-c9cfba0cebe3eb546e3e96f3e5b9b89a74c5b7de.tar.bz2
spark-c9cfba0cebe3eb546e3e96f3e5b9b89a74c5b7de.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
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>