Skip to content

Commit 5e448af

Browse files
committed
Update doc publication urls to static.s2.org
1 parent 1f3ce64 commit 5e448af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-spring-framework/publish-documentation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<!-- Main targets -->
55
<target name="publish-documentation" depends="publish-documentation.init">
6-
<sshexec host="spring02.managed.contegix.com" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
6+
<sshexec host="static.springsource.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
77
command="mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"/>
88

9-
<scp remoteToDir="${username}@spring02.managed.contegix.com:/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
9+
<scp remoteToDir="${username}@static.springsource.org:/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
1010
keyfile="${key.file}" passphrase="${passphrase}" sftp="true" verbose="true">
1111
<fileset dir="${package.output.dir}">
1212
<include name="changelog.txt" />
@@ -16,7 +16,7 @@
1616
<fileset dir="${package.docs.dir}" />
1717
</scp>
1818

19-
<sshexec host="spring02.managed.contegix.com" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
19+
<sshexec host="static.springsource.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
2020
command="rm /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0.x"/>
2121
</target>
2222

0 commit comments

Comments
 (0)