You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/12 07:15:09 UTC

[1/2] git commit: Use http git for apache releases

Updated Branches:
  refs/heads/branch-0.8 ca4a89bcf -> c699a0c26


Use http git for apache releases


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/2aa2b295
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/2aa2b295
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/2aa2b295

Branch: refs/heads/branch-0.8
Commit: 2aa2b295397ca6c4a2e4fb391e280bd73ec4ad41
Parents: ca4a89b
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Sep 12 04:48:18 2013 +0000
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Sep 12 04:48:18 2013 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/2aa2b295/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 73618c0..aa1b04d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </licenses>
   <scm>
     <connection>scm:git:git@github.com:apache/incubator-spark.git</connection>
-    <developerConnection>scm:git:git@github.com:apache/incubator-spark.git</developerConnection>
+    <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>
   </scm>
   <developers>


[2/2] git commit: [maven-release-plugin] prepare release v0.8.0-incubating-rc3

Posted by pw...@apache.org.
[maven-release-plugin] prepare release v0.8.0-incubating-rc3


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/c699a0c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/c699a0c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/c699a0c2

Branch: refs/heads/branch-0.8
Commit: c699a0c269ed45db56342d079f169370fe5f6894
Parents: 2aa2b29
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Sep 12 05:14:58 2013 +0000
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Sep 12 05:14:58 2013 +0000

----------------------------------------------------------------------
 assembly/pom.xml  |  6 +++---
 bagel/pom.xml     |  2 +-
 core/pom.xml      | 10 +++++-----
 examples/pom.xml  |  4 ++--
 mllib/pom.xml     |  2 +-
 pom.xml           |  5 +++--
 repl/pom.xml      | 10 +++++-----
 streaming/pom.xml |  2 +-
 tools/pom.xml     |  2 +-
 9 files changed, 22 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7d32718..7730f43 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -104,13 +104,13 @@
             </goals>
             <configuration>
               <transformers>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                 <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                   <resource>META-INF/services/org.apache.hadoop.fs.FileSystem</resource>
                 </transformer>
               </transformers>
               <transformers>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                 <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                   <resource>reference.conf</resource>
                 </transformer>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/bagel/pom.xml
----------------------------------------------------------------------
diff --git a/bagel/pom.xml b/bagel/pom.xml
index f1210cb..5838254 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 7e6f984..1e54b5c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -202,14 +202,14 @@
             <configuration>
               <exportAntProperties>true</exportAntProperties>
               <tasks>
-                <property name="spark.classpath" refid="maven.test.classpath"/>
-                <property environment="env"/>
+                <property name="spark.classpath" refid="maven.test.classpath" />
+                <property environment="env" />
                 <fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
                   <condition>
                     <not>
                       <or>
-                        <isset property="env.SCALA_HOME"/>
-                        <isset property="env.SCALA_LIBRARY_PATH"/>
+                        <isset property="env.SCALA_HOME" />
+                        <isset property="env.SCALA_LIBRARY_PATH" />
                       </or>
                     </not>
                   </condition>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index a3dbe52..4d64cea 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -161,7 +161,7 @@
             </goals>
             <configuration>
               <transformers>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                 <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                   <resource>reference.conf</resource>
                 </transformer>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/mllib/pom.xml
----------------------------------------------------------------------
diff --git a/mllib/pom.xml b/mllib/pom.xml
index f06636c..3ad4e13 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa1b04d..e46c1c2 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-incubating-rc3-SNAPSHOT</version>
+  <version>0.8.0-incubating-rc3</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>v0.8.0-incubating-rc3</tag>
   </scm>
   <developers>
     <developer>
@@ -603,7 +604,7 @@
             <junitxml>.</junitxml>
             <filereports>${project.build.directory}/SparkTestSuite.txt</filereports>
             <argLine>-Xms64m -Xmx3g</argLine>
-            <stderr/>
+            <stderr />
           </configuration>
           <executions>
             <execution>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index 64de68c..d970ff4 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -101,14 +101,14 @@
             <configuration>
               <exportAntProperties>true</exportAntProperties>
               <tasks>
-                <property name="spark.classpath" refid="maven.test.classpath"/>
-                <property environment="env"/>
+                <property name="spark.classpath" refid="maven.test.classpath" />
+                <property environment="env" />
                 <fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
                   <condition>
                     <not>
                       <or>
-                        <isset property="env.SCALA_HOME"/>
-                        <isset property="env.SCALA_LIBRARY_PATH"/>
+                        <isset property="env.SCALA_HOME" />
+                        <isset property="env.SCALA_LIBRARY_PATH" />
                       </or>
                     </not>
                   </condition>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 4e4ba82..f19531f 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c699a0c2/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index e1d9a2a..abe4a1d 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-rc3-SNAPSHOT</version>
+    <version>0.8.0-incubating-rc3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>