You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2015/09/03 09:28:54 UTC

[18/25] gora git commit: Spark version should be placed at parent pom and it's done.

Spark version should be placed at parent pom and it's done.


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/888c899f
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/888c899f
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/888c899f

Branch: refs/heads/master
Commit: 888c899f966c27dec1fb173611812f8574737da1
Parents: 8f1acc6
Author: Furkan KAMACI <fu...@gmail.com>
Authored: Thu Aug 27 23:46:34 2015 +0300
Committer: Furkan KAMACI <fu...@gmail.com>
Committed: Thu Aug 27 23:46:34 2015 +0300

----------------------------------------------------------------------
 gora-core/pom.xml | 2 +-
 pom.xml           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/888c899f/gora-core/pom.xml
----------------------------------------------------------------------
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 5f147fb..55312d1 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -145,7 +145,7 @@
     <dependency> <!-- Spark dependency -->
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_2.10</artifactId>
-      <version>1.3.1</version>
+      <version>${spark.version}</version>
     </dependency>
 
     <!-- Logging Dependencies -->

http://git-wip-us.apache.org/repos/asf/gora/blob/888c899f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a6261ca..307fa1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -644,6 +644,7 @@
     <commons-io.version>1.3.2</commons-io.version>
     <restlet.version>2.3.1</restlet.version>
 
+    <spark.version>1.3.1</spark.version>
     <!-- Misc Dependencies -->
     <guava.version>13.0</guava.version>
     <commons-lang.version>2.6</commons-lang.version>