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/05/01 15:51:49 UTC

[maven-doxia-site] branch master updated: source now in Git on master branch

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-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f22b80f  source now in Git on master branch
f22b80f is described below

commit f22b80f56cb5e6b905ee4a3e952ca6552c4ebff4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue May 1 17:51:47 2018 +0200

    source now in Git on master branch
---
 content/site.xml | 2 +-
 pom.xml          | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/content/site.xml b/content/site.xml
index f9ced4d..6a7c332 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -30,7 +30,7 @@ under the License.
     <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
-  <edit>https://github.com/apache/maven-doxia-site/tree/trunk</edit>
+  <edit>${project.scm.url}</edit>
 
   <body>
     <links>
diff --git a/pom.xml b/pom.xml
index 8eaa921..6ab0619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,9 +138,10 @@ under the License.
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/site/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/site/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/doxia/site/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-site.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-site.git</developerConnection>
+    <url>https://github.com/apache/maven-doxia-site/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>

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