Skip to content

Commit

Permalink
Update dependencies / Fix site version numbers
Browse files Browse the repository at this point in the history
- os-maven-plugin 1.5.0 -> 1.6.1
- PlantUML 1.2018.3 -> 1.2018.12
  • Loading branch information
trustin committed Nov 24, 2018
1 parent 49a9adf commit f0edb58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.5.0.Final</version>
<version>1.6.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2018.3</version>
<version>1.2018.12</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/site/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

project = u'sphinx-maven-plugin'
copyright = u'2016, Trustin Lee et al'
version = '2.2'
release = '2.2.3'
version = '2.3'
release = '2.3.1'

# General options
needs_sphinx = '1.0'
Expand Down
1 change: 1 addition & 0 deletions src/site/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This plugin provides the following additional extensions out of the box:
- `sphinxcontrib-plantuml <https://pypi.org/project/sphinxcontrib-plantuml/>`_
- `sphinxcontrib-inlinesyntaxhighlight <https://sphinxcontrib-inlinesyntaxhighlight.readthedocs.io/>`_
- `sphinxcontrib-redoc <https://sphinxcontrib-redoc.readthedocs.io/>`_
- `sphinxcontrib-websupport <https://pypi.org/project/sphinxcontrib-websupport/>`_
- `sphinxcontrib-youtube <https://pypi.org/project/sphinxcontrib.youtube/>`_
- `recommonmark <https://recommonmark.readthedocs.io/>`_ + `sphinx_markdown_tables <https://github.com/ryanfox/sphinx-markdown-tables>`_
- `javasphinx <http://javasphinx.readthedocs.io/>`_
Expand Down

0 comments on commit f0edb58

Please sign in to comment.