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/08 13:19:07 UTC

[turbine-fulcrum-factory] 05/49: 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-factory.git

commit a7f5c05f25f28d106e942316705120702d0beb57
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/factory@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 0384bd0..dad627a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
 
   <distributionManagement>
     <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/fulcrum-factory/</url>
     </site>