From 44106c05a9fc9f289213a50f439e847cb738a55e Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sun, 19 Feb 2017 17:36:02 +0900 Subject: [PATCH] Update dependencies and release 1.0.3 --- build.gradle | 2 +- gradle.properties | 2 +- src/site/sphinx/conf.py | 4 ++-- src/site/sphinx/index.rst | 8 ++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8b2759e..adfa3d9 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ configurations { dependencies { compile gradleApi() compile localGroovy() - compile group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '1.5.2.Final' + compile group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '1.5.3.Final' testCompile group: 'junit', name: 'junit', version: '4.12' } diff --git a/gradle.properties b/gradle.properties index 3655656..bce35c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=kr.motd.gradle name=sphinx-gradle-plugin -version=1.0.3.Final-SNAPSHOT +version=1.0.3.Final diff --git a/src/site/sphinx/conf.py b/src/site/sphinx/conf.py index eeb5042..9b0555d 100644 --- a/src/site/sphinx/conf.py +++ b/src/site/sphinx/conf.py @@ -4,9 +4,9 @@ from recommonmark.parser import CommonMarkParser project = u'sphinx-gradle-plugin' -copyright = u'2016, Trustin Lee et al' +copyright = u'2017, Trustin Lee et al' version = '1.0' -release = '1.0.2.Final' +release = '1.0.3.Final' # General options needs_sphinx = '1.0' diff --git a/src/site/sphinx/index.rst b/src/site/sphinx/index.rst index d350786..862b46c 100644 --- a/src/site/sphinx/index.rst +++ b/src/site/sphinx/index.rst @@ -44,6 +44,14 @@ This plugin reuses the ``SphinxRunner`` implementation of ``sphinx-maven-plugin` `Thomas Dudziak`_. `Bala Sridhar`_ since then upgraded Sphinx to 1.3.1 and added PlantUML and JavaSphinx support in his fork. I'd like to appreciate their effort that did all the heavy lifting. +1.0.3.Final (19-Feb-2017) +^^^^^^^^^^^^^^^^^^^^^^^^^ +- Updated sphinx-maven-plugin to 1.5.3, which includes: + + - Sphinx 1.5.2 + - sphinx_rtd_theme master (eef98b3) + - PyYAML 3.12 + 1.0.2.Final (28-Sep-2016) ^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed a bug where line ending conversion is not performed on CSS files