Skip to content

Commit 20437d1

Browse files
author
Robert Winkler
committed
Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
1 parent 1dc2fde commit 20437d1

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

RELEASENOTES.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@
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

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.3.5-SNAPSHOT'
17+
version = '1.3.5'
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.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'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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>

src/main/resources/META-INF/maven/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)