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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 05aa14d  Fix scm urls
05aa14d is described below

commit 05aa14d93b74968c4e9d7cdf4b61566ebdad0cff
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Fri Feb 2 12:50:37 2018 -0500

    Fix scm urls
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80bf42e..f2a4696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,8 @@
     </distributionManagement>
     <inceptionYear>2006</inceptionYear>
     <scm>
-      
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</connection>
-      
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</developerConnection>
+      
<connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</connection>
+      
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</developerConnection>
       <tag>HEAD</tag>
   </scm>
     <mailingLists>

-- 
To stop receiving notification emails like this one, please contact
dk...@apache.org.

Reply via email to