Skip to content

Commit d98316e

Browse files
committed
Update doc publication urls to static.s2.org
1 parent cb14697 commit d98316e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-spring-framework/publish-documentation.xml

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

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

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

21-
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
21+
<sshexec host="static.springsource.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
2222
command="rm -f /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.1.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.1.x"/>
2323
</target>
2424

0 commit comments

Comments
 (0)