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 2017/10/22 09:03:20 UTC

[maven-jxr] branch trunk updated: [JXR-134] switched to Git

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 07ce534  [JXR-134] switched to Git
07ce534 is described below

commit 07ce534fd0c6de072a5e23932af2db93ea161fda
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 22 11:03:10 2017 +0200

    [JXR-134] switched to Git
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2e873b0..cc0a915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,10 @@ under the License.
   <description>Source cross reference library</description>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</developerConnection>
-    <url>https://svn.apache.org/viewvc/maven/jxr/trunk/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</developerConnection>
+    <url>https://github.com/apache/maven-jxr/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].