Skip to content

Commit

Permalink
Prepare release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Feb 20, 2018
1 parent 578cbbb commit 0c34919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
* Issue #35: Invalid plugin descriptor error on Release 1.3.2

== Version 1.3.4
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
* Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files
4 changes: 2 additions & 2 deletions 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.3'
version = '1.3.4'
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'

apply plugin: 'groovy'
Expand Down Expand Up @@ -43,7 +43,7 @@ repositories {
}

dependencies {
compile ("io.github.swagger2markup:swagger2markup:1.3.1")
compile ("io.github.swagger2markup:swagger2markup:1.3.2")
compile ("commons-io:commons-io:2.4")
compile 'org.apache.maven:maven-plugin-api:3.3.3'
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
Expand Down

0 comments on commit 0c34919

Please sign in to comment.