|
@@ -4,7 +4,7 @@
|
|
|
you may not use this file except in compliance with the License.
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
- http://www.apache.org/licenses/LICENSE-2.0
|
|
|
+ https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -14,7 +14,7 @@
|
|
|
-->
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
<artifactId>hadoop-main</artifactId>
|
|
@@ -59,7 +59,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
|
</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>
|
|
@@ -69,13 +69,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
|
<licenses>
|
|
|
<license>
|
|
|
<name>Apache License, Version 2.0</name>
|
|
|
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
</license>
|
|
|
</licenses>
|
|
|
|
|
|
<organization>
|
|
|
<name>Apache Software Foundation</name>
|
|
|
- <url>http://www.apache.org</url>
|
|
|
+ <url>https://www.apache.org</url>
|
|
|
</organization>
|
|
|
|
|
|
<properties>
|