Skip to content

Commit

Permalink
Updated Swagger2Markup dependency from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Jan 13, 2017
1 parent f24b0c8 commit ea654df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@
* Updated Swagger2Markup dependency from 1.0.0 to 1.0.1

== Version 1.1.0
* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0
* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0

== Version 1.2.0
* Updated Swagger2Markup dependency from 1.1.0 to 1.2.0
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.1.1-SNAPSHOT'
version = '1.2.0'
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.1.1")
compile ("io.github.swagger2markup:swagger2markup:1.2.0")
testCompile("org.spockframework:spock-core:1.0-groovy-2.4") {
exclude group: "org.codehaus.groovy"
}
Expand Down

0 comments on commit ea654df

Please sign in to comment.