Repository: incubator-samoa
Updated Branches:
  refs/heads/releases/0.3.0-incubating f95cad703 -> 6a10cac6d


Fix git developer connection url in pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/fe68974f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/fe68974f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/fe68974f

Branch: refs/heads/releases/0.3.0-incubating
Commit: fe68974ffa2808b24c37f41cc0967ad0e4851132
Parents: f95cad7
Author: Gianmarco De Francisci Morales <[email protected]>
Authored: Wed Jul 1 14:41:11 2015 +0300
Committer: Gianmarco De Francisci Morales <[email protected]>
Committed: Wed Jul 1 15:13:50 2015 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/fe68974f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c13144..3cd4174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     <scm>
         <url>https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</url>
         
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</connection>
-        
<developerConnection>scm:git:git://git.apache.org/incubator-samoa.git</developerConnection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 

Reply via email to