You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/05/23 08:42:59 UTC

[directory-project] branch master updated: Fixed the scm tag; Switched to https

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/directory-project.git


The following commit(s) were added to refs/heads/master by this push:
     new b073fa7  Fixed the scm tag; Switched to https
b073fa7 is described below

commit b073fa7f1c9291cbbd4dcbe4e09dcf494ce65971
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu May 23 10:42:52 2019 +0200

    Fixed the scm tag; Switched to https
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0344cc8..903ade0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,10 +21,10 @@
 
 <!-- ===================================================-->
 <!-- The customize snapshot and site deployment see     -->
-<!-- http://cwiki.apache.org/confluence/x/zbEB          -->
+<!-- https://cwiki.apache.org/confluence/x/zbEB          -->
 <!-- ================================================== -->
 
-<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">
 
   <parent>
     <groupId>org.apache</groupId>
@@ -740,8 +740,8 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-project.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-project.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf/directory-project.git</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/directory-project.git/tree/{project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <prerequisites>