Author: kwright
Date: Mon Oct 4 06:59:56 2021
New Revision: 1893867
URL: http://svn.apache.org/viewvc?rev=1893867&view=rev
Log:
Partial update, except download page, for 2.20. Includes fix though for
CONNECTORS-1673.
Modified:
manifoldcf/site/trunk/build.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/download.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/index.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/release-documentation.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/download.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/index.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/release-documentation.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/download.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/index.xml
manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/release-documentation.xml
Modified: manifoldcf/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/site/trunk/build.xml?rev=1893867&r1=1893866&r2=1893867&view=diff
==============================================================================
--- manifoldcf/site/trunk/build.xml (original)
+++ manifoldcf/site/trunk/build.xml Mon Oct 4 06:59:56 2021
@@ -161,10 +161,10 @@
<target name="get-releases-doc"> <!-- depends="install-trunk-release"-->
<antcall target="install-release">
- <param name="release-version" value="2.19"/>
+ <param name="release-version" value="2.20"/>
</antcall>
<antcall target="install-archive">
- <param name="release-version" value="2.18"/>
+ <param name="release-version" value="2.19"/>
</antcall>
<antcall target="install-release">
<param name="release-version" value="1.10"/>