You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2019/01/14 05:08:27 UTC

[mahout] branch master updated: NOJIRA: Changing scm URLs in pom for maven release plugin.

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

akm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/master by this push:
     new 981147d  NOJIRA: Changing scm URLs in pom for maven release plugin.
981147d is described below

commit 981147db7ede56d94f38c99a429320cf76ca5bdd
Author: Andrew Musselman <ak...@apache.org>
AuthorDate: Sun Jan 13 21:08:16 2019 -0800

    NOJIRA: Changing scm URLs in pom for maven release plugin.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b092af2..5ba86dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,8 +99,8 @@
   <!-- Required for Release Plugin -->
   <scm>
     <connection>scm:git:git@github.com:apache/mahout.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mahout.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
     <tag>mahout-0.14.0</tag>
   </scm>
   <!-- -->