From 7fd59cfb5db24f92fa6235ac44c40a9398d00f17 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Fri, 27 Apr 2018 14:03:09 +0200 Subject: [PATCH] Fixed deployment issue to Maven Central. --- RELEASENOTES.adoc | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.adoc b/RELEASENOTES.adoc index 7d7fae8..a722ff5 100644 --- a/RELEASENOTES.adoc +++ b/RELEASENOTES.adoc @@ -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 diff --git a/build.gradle b/build.gradle index 92685bd..311da99 100644 --- a/build.gradle +++ b/build.gradle @@ -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'