You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/09 13:16:35 UTC

[iotdb] branch fix_989 created (now d95a43f)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a change to branch fix_989
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at d95a43f  fix doc not found in the website

This branch includes the following new commits:

     new d95a43f  fix doc not found in the website

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: fix doc not found in the website

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch fix_989
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit d95a43f17856de27589e771f6bda95ac647d1910
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Nov 9 21:14:48 2020 +0800

    fix doc not found in the website
---
 site/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/pom.xml b/site/pom.xml
index 9d2bb03..26c456b 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -247,7 +247,7 @@
                         <phase>generate-sources</phase>
                         <configuration>
                             <fileset>
-                                <directory>${project.build.directory}/download/0.10.x.zip/iotdb-rel-0.10/docs/UserGuide</directory>
+                                <directory>${project.build.directory}/download/0.10.x.zip/incubator-iotdb-rel-0.10/docs/UserGuide</directory>
                                 <outputDirectory>${project.build.directory}/vue-source/src/UserGuide/V0.10.x</outputDirectory>
                             </fileset>
                         </configuration>
@@ -260,7 +260,7 @@
                         <phase>generate-sources</phase>
                         <configuration>
                             <fileset>
-                                <directory>${project.build.directory}/download/0.10.x.zip/iotdb-rel-0.10/docs/zh/UserGuide</directory>
+                                <directory>${project.build.directory}/download/0.10.x.zip/incubator-iotdb-rel-0.10/docs/zh/UserGuide</directory>
                                 <outputDirectory>${project.build.directory}/vue-source/src/zh/UserGuide/V0.10.x</outputDirectory>
                             </fileset>
                         </configuration>
@@ -273,7 +273,7 @@
                         <phase>generate-sources</phase>
                         <configuration>
                             <fileset>
-                                <directory>${project.build.directory}/download/0.9.x.zip/iotdb-rel-0.9/docs/UserGuide</directory>
+                                <directory>${project.build.directory}/download/0.9.x.zip/incubator-iotdb-rel-0.9/docs/UserGuide</directory>
                                 <outputDirectory>${project.build.directory}/vue-source/src/UserGuide/V0.9.x</outputDirectory>
                             </fileset>
                         </configuration>
@@ -286,7 +286,7 @@
                         <phase>generate-sources</phase>
                         <configuration>
                             <fileset>
-                                <directory>${project.build.directory}/download/0.9.x.zip/iotdb-rel-0.9/docs/zh/UserGuide</directory>
+                                <directory>${project.build.directory}/download/0.9.x.zip/incubator-iotdb-rel-0.9/docs/zh/UserGuide</directory>
                                 <outputDirectory>${project.build.directory}/vue-source/src/zh/UserGuide/V0.9.x</outputDirectory>
                             </fileset>
                         </configuration>
@@ -299,7 +299,7 @@
                         <phase>generate-sources</phase>
                         <configuration>
                             <fileset>
-                                <directory>${project.build.directory}/download/0.8.x.zip/iotdb-rel-0.8/docs/UserGuide</directory>
+                                <directory>${project.build.directory}/download/0.8.x.zip/incubator-iotdb-rel-0.8/docs/UserGuide</directory>
                                 <outputDirectory>${project.build.directory}/vue-source/src/UserGuide/V0.8.x</outputDirectory>
                             </fileset>
                         </configuration>
@@ -312,7 +312,7 @@
                         <phase>generate-sources</phase>
                         <configuration>
                             <fileset>
-                                <directory>${project.build.directory}/download/0.8.x.zip/iotdb-rel-0.8/docs/zh/UserGuide</directory>
+                                <directory>${project.build.directory}/download/0.8.x.zip/incubator-iotdb-rel-0.8/docs/zh/UserGuide</directory>
                                 <outputDirectory>${project.build.directory}/vue-source/src/zh/UserGuide/V0.8.x</outputDirectory>
                             </fileset>
                         </configuration>