File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414}
1515
1616group = ' io.github.swagger2markup'
17- version = ' 1.1 .0'
17+ version = ' 1.2 .0'
1818description = ' A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'
1919
2020apply plugin : ' groovy'
@@ -43,7 +43,7 @@ repositories {
4343}
4444
4545dependencies {
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'
You can’t perform that action at this time.
0 commit comments