This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch test_doc_pic in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5d5f6bcc872a2f31fc629600b98239f47601c9a8 Author: HTHou <[email protected]> AuthorDate: Sun Jan 29 16:16:44 2023 +0800 fix bug --- site/pom.xml | 2 +- site/replace-picture-urls.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pom.xml b/site/pom.xml index c17d553be7..5e8d4d19a8 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -298,7 +298,7 @@ </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> - <version>3.1</version> + <version>1.3</version> <executions> <execution> <id>replace-picture-urls</id> diff --git a/site/replace-picture-urls.sh b/site/replace-picture-urls.sh old mode 100644 new mode 100755
