File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99== Version 1.1.0
1010* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0
1111
12- == Version 1.1.1
12+ === Version 1.1.1
1313* Updated Swagger2Markup dependency from 1.1.0 to 1.1.1
1414
1515== Version 1.2.0
1616* Updated Swagger2Markup dependency from 1.1.0 to 1.2.0
1717
1818== Version 1.3.0
1919* Updated Swagger2Markup dependency from 1.2.0 to 1.3.0
20+
21+ === Version 1.3.1
22+ * Updated Swagger2Markup dependency from 1.3.0 to 1.3.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414}
1515
1616group ' io.github.swagger2markup'
17- version ' 1.3.1-SNAPSHOT '
17+ version ' 1.3.1'
1818
1919apply plugin : ' java'
2020apply plugin : ' maven-publish'
@@ -37,7 +37,7 @@ repositories {
3737}
3838
3939dependencies {
40- compile (" io.github.swagger2markup:swagger2markup:1.3.1-SNAPSHOT " )
40+ compile (" io.github.swagger2markup:swagger2markup:1.3.1" )
4141 compile ' io.airlift:airline:0.7'
4242 compile ' ch.qos.logback:logback-classic:1.1.2'
4343 testCompile ' org.assertj:assertj-core:3.4.0'
You can’t perform that action at this time.
0 commit comments