aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-10-10 09:42:23 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-10-10 09:42:23 +0530
commit26860639c5fee7fc23db1e686f8eb202921e4314 (patch)
treee05e555fcd713a7eb15680ae078994d70f396135 /pom.xml
parent7d50f9f87baeb1f4b8d77d669d25649b97dd1d57 (diff)
parent7be75682b931dd52014f3cfdc6887e54583ad0af (diff)
downloadspark-26860639c5fee7fc23db1e686f8eb202921e4314.tar.gz
spark-26860639c5fee7fc23db1e686f8eb202921e4314.tar.bz2
spark-26860639c5fee7fc23db1e686f8eb202921e4314.zip
Merge branch 'scala-2.10' of github.com:ScrapCodes/spark into scala-2.10
Conflicts: core/src/main/scala/org/apache/spark/scheduler/cluster/ClusterTaskSetManager.scala project/SparkBuild.scala
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e9f90135dd..9278856e5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.9.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spark Project Parent POM</name>
<url>http://spark.incubator.apache.org/</url>
@@ -40,6 +40,7 @@
<connection>scm:git:git@github.com:apache/incubator-spark.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-spark.git</developerConnection>
<url>scm:git:git@github.com:apache/incubator-spark.git</url>
+ <tag>HEAD</tag>
</scm>
<developers>
<developer>
@@ -558,7 +559,6 @@
<useZincServer>true</useZincServer>
<args>
<arg>-unchecked</arg>
- <arg>-optimise</arg>
<arg>-deprecation</arg>
</args>
<jvmArgs>
@@ -605,7 +605,7 @@
<junitxml>.</junitxml>
<filereports>${project.build.directory}/SparkTestSuite.txt</filereports>
<argLine>-Xms64m -Xmx3g</argLine>
- <stderr/>
+ <stderr />
</configuration>
<executions>
<execution>