diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-30 06:46:40 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-30 06:46:40 +0000 |
commit | 7bcc684b423c393fb14944492e19a2ada2f1335e (patch) | |
tree | 1bfd2a3d053f2746475fa6333bbd78b1da53f0fc | |
parent | 94c4420bf9624dead3f9088b2fcbf25fcfb39e9b (diff) | |
download | xmlgraphics-fop-7bcc684b423c393fb14944492e19a2ada2f1335e.tar.gz xmlgraphics-fop-7bcc684b423c393fb14944492e19a2ada2f1335e.zip |
Don't use "deprecated" hostname.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390009 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | publish.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/publish.xml b/publish.xml index 068c648df..ccdea6182 100644 --- a/publish.xml +++ b/publish.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
+ Copyright 2005-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ $Id$ <import file="../deploy.settings" optional="true"/>
<property name="deploy.scp.host" value="cvs.apache.org"/>
- <property name="deploy.scp.dest" value="${deploy.scp.user}@cvs.apache.org:/www/xmlgraphics.apache.org/fop"/>
+ <property name="deploy.scp.dest" value="${deploy.scp.user}@people.apache.org:/www/xmlgraphics.apache.org/fop"/>
<target name="deploy.scp-alt" unless="build.failed" description="FB: Deploy to a remote location via scp">
<if>
<not><isset property="deploy.scp.passphrase"/></not>
|