TAJO-1687: sphinx-mavan-plugin version should be 1.0.3.

Closes #632

Signed-off-by: Jihoon Son <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/a1a9d624
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/a1a9d624
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/a1a9d624

Branch: refs/heads/index_support
Commit: a1a9d624d22d2e78d4726a69b27378da356281e6
Parents: 3dba8c7
Author: Jongyoung Park <[email protected]>
Authored: Fri Jul 17 19:10:02 2015 +0900
Committer: Jihoon Son <[email protected]>
Committed: Fri Jul 17 19:10:02 2015 +0900

----------------------------------------------------------------------
 CHANGES           | 3 +++
 tajo-docs/pom.xml | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/a1a9d624/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 39f2617..9d3fbe2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -324,6 +324,9 @@ Release 0.11.0 - unreleased
   
   TASKS
 
+    TAJO-1687: sphinx-mavan-plugin version should be 1.0.3. 
+    (Contributed by Jongyoung Park, Committed by jihoon)
+
     TAJO-1345: Implement logical plan part and DDL executor
     for alter partition. (jaehwa)
 

http://git-wip-us.apache.org/repos/asf/tajo/blob/a1a9d624/tajo-docs/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml
index a1e2a14..a0e842d 100644
--- a/tajo-docs/pom.xml
+++ b/tajo-docs/pom.xml
@@ -49,11 +49,11 @@ limitations under the License.
       <plugin>
         <groupId>org.tomdz.maven</groupId>
         <artifactId>sphinx-maven-plugin</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.3</version>
         <configuration>
           <fork>true</fork>
           <force>true</force>
-          <warningsAsErrors>true</warningsAsErrors>
+          <warningsAsErrors>false</warningsAsErrors>
           <sourceDirectory>${project.basedir}/src/main/sphinx</sourceDirectory>
           <outputDirectory>${project.build.directory}/html</outputDirectory>
         </configuration>

Reply via email to