You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/21 18:38:28 UTC

[struts] branch master updated: Fixes url used to generate the website

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 230a300  Fixes url used to generate the website
230a300 is described below

commit 230a300685d6d0b82b68818e743ebf506b3225aa
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Apr 20 07:20:22 2020 +0200

    Fixes url used to generate the website
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 237985e..a551c0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,9 +74,9 @@
 
     <distributionManagement>
         <site>
-            <id>struts-stage</id>
+            <id>struts-site</id>
             <name>Apache Struts</name>
-            <url>file://${project.build.directory}/staging/</url>
+            <url>https://struts.apache.org/maven/</url>
         </site>
     </distributionManagement>