Skip to content

Commit

Permalink
Update sphinx-binary from 0.7.1 to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Mar 29, 2020
1 parent 419f1de commit e0808dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
<artifactId>sphinx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

<version>2.6.1-SNAPSHOT</version>
<url>http://trustin.github.io/sphinx-maven-plugin/</url>
<version>2.7.0-SNAPSHOT</version>
<url>https://trustin.github.io/sphinx-maven-plugin/</url>

<name>sphinx-maven-plugin</name>
<description>Maven plugin that creates the site with Sphinx</description>

<licenses>
<license>
<name>BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<url>https://opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<inceptionYear>2015</inceptionYear>

<organization>
<name>Trustin Lee et al</name>
<url>http://trustin.github.io/sphinx-maven-plugin/</url>
<url>https://trustin.github.io/sphinx-maven-plugin/</url>
</organization>

<developers>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2019.8</version>
<version>1.2020.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/kr/motd/maven/sphinx/SphinxRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class SphinxRunner {
private static final OsDetector osDetector = new OsDetector();

public static final String DEFAULT_BINARY_URL =
"https://github.com/trustin/sphinx-binary/releases/download/v0.7.1/sphinx." +
"https://github.com/trustin/sphinx-binary/releases/download/v0.8.0/sphinx." +
osDetector.executableSuffix();

private static final String VERSION;
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.6'
release = '2.6.0'
version = '2.7'
release = '2.7.0'

# General options
needs_sphinx = '1.0'
Expand Down

0 comments on commit e0808dc

Please sign in to comment.