Skip to content

Commit 3c33911

Browse files
committed
Avoid reliance on legacy domains for jboss.org
Just in case filemgmt.jboss.org gets decomissioned without warning one day...
1 parent 5fd64ac commit 3c33911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: upload-documentation.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [[ $RELEASE_VERSION =~ .*\.Final ]]; then
8888

8989
# update the symlink of stable to the latest release
9090
# don't indent the EOF!
91-
sftp filemgmt.jboss.org -b <<EOF
91+
sftp filemgmt-prod.jboss.org -b <<EOF
9292
cd docs_htdocs/hibernate/stable
9393
rm ${PROJECT}
9494
ln -s ../${PROJECT}/$VERSION_FAMILY ${PROJECT}

0 commit comments

Comments
 (0)