aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-10 15:22:31 -0800
committerAnkur Dave <ankurdave@gmail.com>2014-01-10 15:22:31 -0800
commitb437ed62a8036566cb5e5d5dba293f94297cfef5 (patch)
tree8c5381c47025904e740daa92087d8e2a368b0a45 /pom.xml
parent7bda99778566b48355bc17f59a2e941eda70ad85 (diff)
downloadspark-b437ed62a8036566cb5e5d5dba293f94297cfef5.tar.gz
spark-b437ed62a8036566cb5e5d5dba293f94297cfef5.tar.bz2
spark-b437ed62a8036566cb5e5d5dba293f94297cfef5.zip
graph -> graphx in pom.xml
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 ba19c51391..68dbde7c8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<modules>
<module>core</module>
<module>bagel</module>
- <module>graph</module>
+ <module>graphx</module>
<module>mllib</module>
<module>tools</module>
<module>streaming</module>