This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 308dd86 Switch to using https in the poms 308dd86 is described below commit 308dd8685dc9e73a7e855f4d23c5c46d28d1638e Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed May 22 15:38:04 2019 +0200 Switch to using https in the poms --- assembly/pom.xml | 2 +- pom.xml | 16 ++++++++-------- sshd-cli/pom.xml | 2 +- sshd-common/pom.xml | 2 +- sshd-contrib/pom.xml | 2 +- sshd-core/pom.xml | 2 +- sshd-git/pom.xml | 2 +- sshd-ldap/pom.xml | 2 +- sshd-mina/pom.xml | 2 +- sshd-netty/pom.xml | 2 +- sshd-openpgp/pom.xml | 2 +- sshd-osgi/pom.xml | 2 +- sshd-putty/pom.xml | 2 +- sshd-scp/pom.xml | 2 +- sshd-sftp/pom.xml | 2 +- sshd-spring-sftp/pom.xml | 2 +- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index c6cb79c..468d0b3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/pom.xml b/pom.xml index f254ad5..8790418 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- @@ -36,7 +36,7 @@ <licenses> <license> <name>Apache 2.0 License</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> @@ -47,23 +47,23 @@ <subscribe>users-subscr...@mina.apache.org</subscribe> <unsubscribe>users-unsubscr...@mina.apache.org</unsubscribe> <post>us...@mina.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/mina-users/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/mina-users/</archive> </mailingList> <mailingList> <name>MINA Development mailing list</name> <subscribe>dev-subscr...@mina.apache.org</subscribe> <unsubscribe>dev-unsubscr...@mina.apache.org</unsubscribe> <post>d...@mina.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/mina-dev/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/mina-dev/</archive> <otherArchives> - <otherArchive>http://www.nabble.com/Apache-MINA-f16868.html</otherArchive> + <otherArchive>https://www.nabble.com/Apache-MINA-f16868.html</otherArchive> </otherArchives> </mailingList> <mailingList> <name>MINA Commit mailing list</name> <subscribe>commits-subscr...@mina.apache.org</subscribe> <unsubscribe>commits-unsubscr...@mina.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/mina-commits/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/mina-commits/</archive> </mailingList> </mailingLists> @@ -73,8 +73,8 @@ </issueManagement> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/mina-sshd.git</connection> - <developerConnection>scm:git:http://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=mina-sshd.git</url> <tag>HEAD</tag> </scm> diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index 7153587..6754d23 100644 --- a/sshd-cli/pom.xml +++ b/sshd-cli/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml index 23ab842..34adcd3 100644 --- a/sshd-common/pom.xml +++ b/sshd-common/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index 0df44a4..c5d83f8 100644 --- a/sshd-contrib/pom.xml +++ b/sshd-contrib/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index dad48d6..ce02b48 100644 --- a/sshd-core/pom.xml +++ b/sshd-core/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 4721629..0fb8100 100644 --- a/sshd-git/pom.xml +++ b/sshd-git/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 99fdaa6..ba64492 100644 --- a/sshd-ldap/pom.xml +++ b/sshd-ldap/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index 1e40fa9..c27f554 100644 --- a/sshd-mina/pom.xml +++ b/sshd-mina/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml index 9309c66..3f4d73d 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index 445b35b..6a8e5b8 100644 --- a/sshd-openpgp/pom.xml +++ b/sshd-openpgp/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml index a063360..5029b84 100644 --- a/sshd-osgi/pom.xml +++ b/sshd-osgi/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml index 069ea6a..16113bd 100644 --- a/sshd-putty/pom.xml +++ b/sshd-putty/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml index 179a651..7f8b32a 100644 --- a/sshd-scp/pom.xml +++ b/sshd-scp/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 2454347..500023d 100644 --- a/sshd-sftp/pom.xml +++ b/sshd-sftp/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index 05cc164..9de8689 100644 --- a/sshd-spring-sftp/pom.xml +++ b/sshd-spring-sftp/pom.xml @@ -1,4 +1,4 @@ -<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/maven-v4_0_0.xsd"> +<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more