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:21 UTC

[commons-vfs] 10/12: corrected github url 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 82ab9c34ecf0f7192c6ddd8c51a43b603b840503
Author: siom79 <ma...@googlemail.com>
AuthorDate: Mon Jun 30 21:31:21 2014 +0200

    corrected github url in pom.xml
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42c7f15..538d31d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <github.account>siom79</github.account>
+        <github.project>japicmp</github.project>
         <cloudbees.account>siom79</cloudbees.account>
         <java.source>1.7</java.source>
         <java.target>1.7</java.target>
@@ -151,9 +152,9 @@
     </build>
 
     <scm>
-        <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>git@github.com:${github.account}/${project.groupId}.git</url>
+        <connection>scm:git:git@github.com:${github.account}/${github.project}.git</connection>
+        <developerConnection>scm:git:git@github.com:${github.account}/${github.project}.git</developerConnection>
+        <url>git@github.com:${github.account}/${github.project}.git</url>
         <tag>HEAD</tag>
     </scm>