Skip to content

Commit

Permalink
Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Apr 27, 2018
1 parent 1dc2fde commit 20437d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion RELEASENOTES.adoc
Expand Up @@ -50,4 +50,10 @@

== Version 1.3.4
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
* Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files
* Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files

== Version 1.3.5
* Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
* PR #43: Removed *nix specific code to make it run on Windows as well
* PR #44: Extended folder as input still using one output file.
* PR #47: Fixed issue with mixed path separator in input path
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -14,7 +14,7 @@ buildscript {
}

group = 'io.github.swagger2markup'
version = '1.3.5-SNAPSHOT'
version = '1.3.5'
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'

apply plugin: 'groovy'
Expand Down Expand Up @@ -43,7 +43,7 @@ repositories {
}

dependencies {
compile ("io.github.swagger2markup:swagger2markup:1.3.2")
compile ("io.github.swagger2markup:swagger2markup:1.3.3")
compile ("commons-io:commons-io:2.4")
compile 'org.apache.maven:maven-plugin-api:3.3.3'
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -70,7 +70,7 @@
<maven.source.plugin.version>2.4</maven.source.plugin.version>
<mockito.version>1.10.19</mockito.version>
<project.java.version>1.8</project.java.version>
<swagger2markup.version>1.3.2</swagger2markup.version>
<swagger2markup.version>1.3.3</swagger2markup.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/plugin.xml
Expand Up @@ -77,7 +77,7 @@ during the maven build cycle</description>
<groupId>io.github.swagger2markup</groupId>
<artifactId>swagger2markup</artifactId>
<type>jar</type>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>io.github.swagger2markup</groupId>
Expand Down

0 comments on commit 20437d1

Please sign in to comment.