Skip to content

Commit

Permalink
Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Apr 27, 2018
1 parent e492367 commit 9fddb54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@
== Version 1.2.0
* Updated Swagger2Markup dependency from 1.1.0 to 1.2.0

== Version 1.3.1
=== Version 1.3.1
* Updated Swagger2Markup dependency from 1.2.0 to 1.3.1

== Version 1.3.2
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
=== Version 1.3.2
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2

=== Version 1.3.3
* Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
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-SNAPSHOT'
version = '1.3.3'
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Gradle Plugin.'

apply plugin: 'groovy'
Expand Down Expand Up @@ -44,7 +44,7 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
compile ("io.github.swagger2markup:swagger2markup:1.3.2")
compile ("io.github.swagger2markup:swagger2markup:1.3.3")
testCompile("org.spockframework:spock-core:1.0-groovy-2.4") {
exclude group: "org.codehaus.groovy"
}
Expand Down

0 comments on commit 9fddb54

Please sign in to comment.