Skip to content

Commit

Permalink
Update sphinx-maven-plugin from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Jun 30, 2019
1 parent 2213dee commit fbbb3f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
compile(group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '2.4.0') {
compile(group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '2.5.0') {
exclude group: 'org.apache.maven.shared', module: 'maven-filtering'
exclude group: 'org.apache.maven.reporting', module: 'maven-reporting-api'
exclude group: 'org.apache.maven.reporting', module: 'maven-reporting-impl'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=kr.motd.gradle
name=sphinx-gradle-plugin
version=2.4.1-SNAPSHOT
version=2.5.0-SNAPSHOT
4 changes: 2 additions & 2 deletions src/site/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

project = u'sphinx-gradle-plugin'
copyright = u'2017, Trustin Lee et al'
version = '2.4'
release = '2.4.0'
version = '2.5'
release = '2.5.0'

# General options
needs_sphinx = '1.0'
Expand Down

0 comments on commit fbbb3f9

Please sign in to comment.