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:16:31 UTC

[directory-fortress-realm] branch master updated: Fixed the scm part

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-fortress-realm.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fc0485  Fixed the scm part
9fc0485 is described below

commit 9fc04859aaca93c01281b7dfb8147235b3bc79e3
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu May 23 10:16:24 2019 +0200

    Fixed the scm part
---
 pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b20c74f..a8ac7ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<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">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -46,11 +46,10 @@
   </licenses>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git</connection>
-    <developerConnection>
-      scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
-    </developerConnection>
-    <tag>2.0.3</tag>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
+    <developerConnection> scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git </developerConnection>
+    <url>https://github.com/apache/directory-fortress-realm/tree/master</url>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>