Skip to content

Commit

Permalink
Fixed deployment issue to Maven Central.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Apr 27, 2018
1 parent 20437d1 commit 7fd59cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@
* PR #43: Removed *nix specific code to make it run on Windows as well
* PR #44: Extended folder as input still using one output file.
* PR #47: Fixed issue with mixed path separator in input path

== Version 1.3.6
* Fixed deployment issue
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}

group = 'io.github.swagger2markup'
version = '1.3.5'
version = '1.3.6'
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'

apply plugin: 'groovy'
Expand Down

0 comments on commit 7fd59cf

Please sign in to comment.