This is an automated email from the ASF dual-hosted git repository. oflebbe pushed a commit to branch branch-1.4 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 4c7d1f84ef2cea9fea79a6420ccbe88a35abd6e8 Author: Olaf Flebbe <[email protected]> AuthorDate: Sun Mar 8 20:04:08 2020 +0100 BIGTOP-3323: Fix hadoop pom for 1.4 branch --- bigtop-packages/src/common/hadoop/patch4-BIGTOP3323-pom.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bigtop-packages/src/common/hadoop/patch4-BIGTOP3323-pom.diff b/bigtop-packages/src/common/hadoop/patch4-BIGTOP3323-pom.diff new file mode 100644 index 0000000..f6f60a4 --- /dev/null +++ b/bigtop-packages/src/common/hadoop/patch4-BIGTOP3323-pom.diff @@ -0,0 +1,11 @@ +--- hadoop-2.8.5/pom.xml_old 2020-02-23 16:12:14.956399393 +0000 ++++ hadoop-2.8.5/pom.xml 2020-02-23 16:12:38.116835137 +0000 +@@ -59,7 +59,7 @@ + </repository> + <repository> + <id>repository.jboss.org</id> +- <url>http://repository.jboss.org/nexus/content/groups/public/</url> ++ <url>https://repository.jboss.org/nexus/content/groups/public/</url> + <snapshots> + <enabled>false</enabled> + </snapshots>
