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 bf073d7 commit b363033
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 @@ -34,4 +34,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.0'
version = '1.2.0'
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.1.0")
compile ("io.github.swagger2markup:swagger2markup:1.2.0")
compile 'org.apache.maven:maven-plugin-api:3.3.3'
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit b363033

Please sign in to comment.