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:41:23 UTC

[maven-plugin-testing] branch master updated: [MPLUGINTESTING-54] 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-plugin-testing.git


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

commit 3fa2fa3d74585c36bf7bc7a2f6429e8bb75dd9b9
Author: Hervé Boutemy <he...@free.fr>
AuthorDate: Sun Mar 18 12:41:22 2018 +0100

    [MPLUGINTESTING-54] 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 cabddb7..6ff3578 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ under the License.
 
   <name>Maven Plugin Testing</name>
   <description>The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.</description>
-  <url>http://maven.apache.org/plugin-testing/</url>
+  <url>https://maven.apache.org/plugin-testing/</url>
   <inceptionYear>2008</inceptionYear>
 
   <mailingLists>
@@ -124,9 +124,9 @@ under the License.
   </modules>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
-    <url>https://github.com/apache/maven-plugin-testing/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
+    <url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
     <tag>master</tag>
   </scm>
   <issueManagement>
@@ -135,7 +135,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/job/maven-plugin-testing/</url>
+    <url>https://builds.apache.org/job/maven-box/job/maven-plugin-testing/</url>
   </ciManagement>
   <distributionManagement>
     <site>

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