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

Reply via email to