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


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

commit ecb16cfd4f3db050a2ddee32749bec144ab8658a
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Tue May 1 17:49:06 2018 +0200

    site source is now in Git in 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 2b84f76..ff9c58f 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -31,7 +31,7 @@ under the License.
     <version>${fluidoVersion}</version><!-- modify pom.xml property if 
necessary -->
   </skin>
 
-  <edit>https://github.com/apache/maven-site/tree/trunk</edit>
+  <edit>${project.scm.url}</edit>
 
   <custom>
     <fluidoSkin>
diff --git a/pom.xml b/pom.xml
index 0770181..6859f94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,10 @@
 
   <!-- repeated here so that maven-site is not appended -->
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/site/trunk/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/site/trunk/</developerConnection>
-    <url>https://svn.apache.org/viewvc/maven/site/trunk/</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-site.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-site.git</developerConnection>
+    <url>https://github.com/apache/maven-site/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to