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 2018/03/31 19:57:26 UTC

[directory-studio] branch master updated: Fixed the SCM configuration

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-studio.git


The following commit(s) were added to refs/heads/master by this push:
     new bfd7b9e  Fixed the SCM configuration
bfd7b9e is described below

commit bfd7b9e4a051b77b9e94def1eceee44a64780fa0
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Sat Mar 31 21:57:22 2018 +0200

    Fixed the SCM configuration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 40b5c8f..a5187e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,9 +42,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/studio/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/studio/trunk/</developerConnection>
-    <url>https://svn.apache.org/viewvc/directory/studio/trunk/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-studio.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-studio.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=directory-studio.git;a=tag;h=refs/tags/${project.scm.tag}</url>
   </scm>
 
   <distributionManagement>

-- 
To stop receiving notification emails like this one, please contact
elecharny@apache.org.