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 210446f Reverted some of the http->https changes; Updated the scm part 210446f is described below commit 210446fcd641ba3c650c10f23dc5feb4df77fc03 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed May 29 15:05:36 2019 +0200 Reverted some of the http->https changes; Updated the scm part --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8790418..1c3b45b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<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"> +<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"> <!-- @@ -75,8 +75,8 @@ <scm> <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> + <url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url> + <tag>master</tag> </scm> <properties>