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 <martin.m...@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:g...@github.com:${github.account}/${project.groupId}.git</connection> <developerConnection>scm:git:g...@github.com:${github.account}/${project.groupId}.git</developerConnection> - <url>http://github.com/${github.account}/${project.groupId}/tree/master/</url> + <url>g...@github.com:${github.account}/${project.groupId}.git</url> <tag>HEAD</tag> </scm>