Skip to content

Commit 7fd59cf

Browse files
author
Robert Winkler
committed
Fixed deployment issue to Maven Central.
1 parent 20437d1 commit 7fd59cf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

RELEASENOTES.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@
5757
* PR #43: Removed *nix specific code to make it run on Windows as well
5858
* PR #44: Extended folder as input still using one output file.
5959
* PR #47: Fixed issue with mixed path separator in input path
60+
61+
== Version 1.3.6
62+
* Fixed deployment issue

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515

1616
group = 'io.github.swagger2markup'
17-
version = '1.3.5'
17+
version = '1.3.6'
1818
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'
1919

2020
apply plugin: 'groovy'

0 commit comments

Comments
 (0)