Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Mar 20, 2017
1 parent def3268 commit d8b37fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0

== Version 1.2.0
* Updated Swagger2Markup dependency from 1.1.0 to 1.2.0
* Updated Swagger2Markup dependency from 1.1.0 to 1.2.0

== Version 1.3.1
* Updated Swagger2Markup dependency from 1.2.0 to 1.3.1
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}

group = 'io.github.swagger2markup'
version = '1.2.0'
version = '1.3.1'
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.2.0")
compile ("io.github.swagger2markup:swagger2markup:1.3.1")
compile 'org.apache.maven:maven-plugin-api:3.3.3'
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
testCompile 'junit:junit:4.12'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.github.swagger2markup</groupId>
<artifactId>swagger2markup-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>
<packaging>maven-plugin</packaging>

<name>Swagger2Markup Maven Plugin</name>
Expand Down 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.2.0</swagger2markup.version>
<swagger2markup.version>1.3.1</swagger2markup.version>
</properties>

<repositories>
Expand Down

0 comments on commit d8b37fe

Please sign in to comment.