Skip to content

Commit b363033

Browse files
author
Robert Winkler
committed
Updated Swagger2Markup dependency from 1.1.0 to 1.2.0
1 parent bf073d7 commit b363033

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

RELEASENOTES.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@
3434
* Updated Swagger2Markup dependency from 1.0.0 to 1.0.1
3535

3636
== Version 1.1.0
37-
* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0
37+
* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0
38+
39+
== Version 1.2.0
40+
* Updated Swagger2Markup dependency from 1.1.0 to 1.2.0

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515

1616
group = 'io.github.swagger2markup'
17-
version = '1.1.0'
17+
version = '1.2.0'
1818
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'
1919

2020
apply plugin: 'groovy'
@@ -43,7 +43,7 @@ repositories {
4343
}
4444

4545
dependencies {
46-
compile ("io.github.swagger2markup:swagger2markup:1.1.0")
46+
compile ("io.github.swagger2markup:swagger2markup:1.2.0")
4747
compile 'org.apache.maven:maven-plugin-api:3.3.3'
4848
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
4949
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)