File tree Expand file tree Collapse file tree
src/main/resources/META-INF/maven Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151== Version 1.3.4
5252* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
53- * Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files
53+ * Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files
54+
55+ == Version 1.3.5
56+ * Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
57+ * PR #43: Removed *nix specific code to make it run on Windows as well
58+ * PR #44: Extended folder as input still using one output file.
59+ * PR #47: Fixed issue with mixed path separator in input path
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.5-SNAPSHOT '
17+ version = ' 1.3.5'
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.3.2 " )
46+ compile (" io.github.swagger2markup:swagger2markup:1.3.3 " )
4747 compile (" commons-io:commons-io:2.4" )
4848 compile ' org.apache.maven:maven-plugin-api:3.3.3'
4949 compile ' org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
Original file line number Diff line number Diff line change 7070 <maven .source.plugin.version>2.4</maven .source.plugin.version>
7171 <mockito .version>1.10.19</mockito .version>
7272 <project .java.version>1.8</project .java.version>
73- <swagger2markup .version>1.3.2 </swagger2markup .version>
73+ <swagger2markup .version>1.3.3 </swagger2markup .version>
7474 </properties >
7575
7676 <repositories >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ during the maven build cycle</description>
7777 <groupId >io.github.swagger2markup</groupId >
7878 <artifactId >swagger2markup</artifactId >
7979 <type >jar</type >
80- <version >1.3.2 </version >
80+ <version >1.3.3 </version >
8181 </dependency >
8282 <dependency >
8383 <groupId >io.github.swagger2markup</groupId >
You can’t perform that action at this time.
0 commit comments