You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/03/18 11:51:05 UTC

[maven-indexer] branch master updated: [MINDEXER-109] switch from Git-WIP to GitBox

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new e461976  [MINDEXER-109] switch from Git-WIP to GitBox
e461976 is described below

commit e461976396f0417eed0a7df88ea8a02fb8de5df5
Author: Hervé Boutemy <he...@free.fr>
AuthorDate: Sun Mar 18 12:51:02 2018 +0100

    [MINDEXER-109] switch from Git-WIP to GitBox
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61f29d8..7fbd2e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,10 +61,10 @@ under the License.
   </contributors>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-indexer.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-indexer.git</developerConnection>
-    <url>https://github.com/apache/maven-indexer</url>
-    <tag>HEAD</tag>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-indexer.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-indexer.git</developerConnection>
+    <url>https://github.com/apache/maven-indexer/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>
@@ -73,7 +73,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/job/maven-indexer/</url>
+    <url>https://builds.apache.org/job/maven-box/job/maven-indexer/</url>
   </ciManagement>
   <distributionManagement>
     <site>

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