aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Szymanski <develop@tszymanski.com>2015-06-28 01:06:49 -0700
committerPatrick Wendell <patrick@databricks.com>2015-06-28 01:06:49 -0700
commit52d128180166280af443fae84ac61386f3d6c500 (patch)
tree910391e2b00758e05d8852b2c40db11c098cee97 /pom.xml
parentf51004519c4c4915711fb9992e3aa4f05fd143ec (diff)
downloadspark-52d128180166280af443fae84ac61386f3d6c500.tar.gz
spark-52d128180166280af443fae84ac61386f3d6c500.tar.bz2
spark-52d128180166280af443fae84ac61386f3d6c500.zip
[SPARK-8649] [BUILD] Mapr repository is not defined properly
The previous commiter on this part was pwendell The previous url gives 404, the new one seems to be OK. This patch is added under the Apache License 2.0. The JIRA link: https://issues.apache.org/jira/browse/SPARK-8649 Author: Thomas Szymanski <develop@tszymanski.com> Closes #7054 from tszym/SPARK-8649 and squashes the following commits: bfda9c4 [Thomas Szymanski] [SPARK-8649] [BUILD] Mapr repository is not defined properly
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 1aa7024088..00f50166b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
<repository>
<id>mapr-repo</id>
<name>MapR Repository</name>
- <url>http://repository.mapr.com/maven</url>
+ <url>http://repository.mapr.com/maven/</url>
<releases>
<enabled>true</enabled>
</releases>