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 ec51e3f commit a87e5f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
== Version 1.1.0
* Updated Swagger2Markup dependency from 1.0.1 to 1.1.0

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

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

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

=== Version 1.3.1
* Updated Swagger2Markup dependency from 1.3.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.3.1-SNAPSHOT'
version '1.3.1'

apply plugin: 'java'
apply plugin: 'maven-publish'
Expand All @@ -37,7 +37,7 @@ repositories {
}

dependencies {
compile ("io.github.swagger2markup:swagger2markup:1.3.1-SNAPSHOT")
compile ("io.github.swagger2markup:swagger2markup:1.3.1")
compile 'io.airlift:airline:0.7'
compile 'ch.qos.logback:logback-classic:1.1.2'
testCompile 'org.assertj:assertj-core:3.4.0'
Expand Down

0 comments on commit a87e5f5

Please sign in to comment.