Skip to content

Commit 4f9a0bd

Browse files
authored
Merge pull request #171 from markhamstra/csd-1.6
Default build to Scala 2.11
2 parents c261ddb + 16cf555 commit 4f9a0bd

File tree

36 files changed

+71
-71
lines changed

36 files changed

+71
-71
lines changed

assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-assembly_2.10</artifactId>
29+
<artifactId>spark-assembly_2.11</artifactId>
3030
<name>Spark Project Assembly</name>
3131
<url>http://spark.apache.org/</url>
3232
<packaging>pom</packaging>

bagel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-bagel_2.10</artifactId>
29+
<artifactId>spark-bagel_2.11</artifactId>
3030
<properties>
3131
<sbt.project.name>bagel</sbt.project.name>
3232
</properties>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-core_2.10</artifactId>
29+
<artifactId>spark-core_2.11</artifactId>
3030
<properties>
3131
<sbt.project.name>core</sbt.project.name>
3232
</properties>

docker-integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

28-
<artifactId>spark-docker-integration-tests_2.10</artifactId>
28+
<artifactId>spark-docker-integration-tests_2.11</artifactId>
2929
<packaging>jar</packaging>
3030
<name>Spark Project Docker Integration Tests</name>
3131
<url>http://spark.apache.org/</url>

docs/_plugins/copy_api_dirs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Copy over the unified ScalaDoc for all projects to api/scala.
3939
# This directory will be copied over to _site when `jekyll` command is run.
40-
source = "../target/scala-2.10/unidoc"
40+
source = "../target/scala-2.11/unidoc"
4141
dest = "api/scala"
4242

4343
puts "Making directory " + dest

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-examples_2.10</artifactId>
29+
<artifactId>spark-examples_2.11</artifactId>
3030
<properties>
3131
<sbt.project.name>examples</sbt.project.name>
3232
</properties>

external/flume-assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-streaming-flume-assembly_2.10</artifactId>
29+
<artifactId>spark-streaming-flume-assembly_2.11</artifactId>
3030
<packaging>jar</packaging>
3131
<name>Spark Project External Flume Assembly</name>
3232
<url>http://spark.apache.org/</url>

external/flume-sink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-streaming-flume-sink_2.10</artifactId>
29+
<artifactId>spark-streaming-flume-sink_2.11</artifactId>
3030
<properties>
3131
<sbt.project.name>streaming-flume-sink</sbt.project.name>
3232
</properties>

external/flume/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-streaming-flume_2.10</artifactId>
29+
<artifactId>spark-streaming-flume_2.11</artifactId>
3030
<properties>
3131
<sbt.project.name>streaming-flume</sbt.project.name>
3232
</properties>

external/kafka-assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
23-
<artifactId>spark-parent_2.10</artifactId>
23+
<artifactId>spark-parent_2.11</artifactId>
2424
<version>1.6.2-csd-1-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.spark</groupId>
29-
<artifactId>spark-streaming-kafka-assembly_2.10</artifactId>
29+
<artifactId>spark-streaming-kafka-assembly_2.11</artifactId>
3030
<packaging>jar</packaging>
3131
<name>Spark Project External Kafka Assembly</name>
3232
<url>http://spark.apache.org/</url>

0 commit comments

Comments
 (0)