You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:33:20 UTC

[commons-vfs] 09/12: Corrected scm and developerConnection in pom.xml

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag japicmp-base-0.1.1
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit ae67fa18183e87fc4c730f6721c49769caa24332
Author: siom79 <ma...@googlemail.com>
AuthorDate: Mon Jun 30 21:17:52 2014 +0200

    Corrected scm and developerConnection in pom.xml
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae37c30..42c7f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,9 +151,9 @@
     </build>
 
     <scm>
-        <connection>scm:git:git://github.com/${github.account}/${project.groupId}.git</connection>
+        <connection>scm:git:git@github.com:${github.account}/${project.groupId}.git</connection>
         <developerConnection>scm:git:git@github.com:${github.account}/${project.groupId}.git</developerConnection>
-        <url>http://github.com/${github.account}/${project.groupId}/tree/master/</url>
+        <url>git@github.com:${github.account}/${project.groupId}.git</url>
         <tag>HEAD</tag>
     </scm>