You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/15 13:12:55 UTC

[turbine-fulcrum-site] 04/31: Fixed site id to comply with settings.xml as explained in the wiki

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git

commit 77052ffd387caa14616d0d27ca5d7f748a67d6b5
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Fri Mar 27 08:42:55 2009 +0000

    Fixed site id to comply with settings.xml as explained in the wiki
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@759059 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d332bbd..f1d7f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
       <url />
     </repository>
     <site>
-      <id>fulcrum.website</id>
+      <id>apache.website</id>
       <name>Fulcrum Website</name>
       <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/</url>
     </site>