* Swagger License is not mandatory anymore

* Updated markup-document-builder from v0.1.3 to v0.1.4
This commit is contained in:
Robert Winkler
2015-05-20 10:12:21 +02:00
parent 9397bf4255
commit 4948c8bea1
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
= Swagger2Markup = Swagger2Markup
:author: Robert Winkler :author: Robert Winkler
:version: 0.5.2 :version: 0.5.3
:hardbreaks: :hardbreaks:
image:https://travis-ci.org/RobWin/swagger2markup.svg["Build Status", link="https://travis-ci.org/RobWin/swagger2markup"] image:https://coveralls.io/repos/RobWin/swagger2markup/badge.svg["Coverage Status", link="https://coveralls.io/r/RobWin/swagger2markup"] image:https://api.bintray.com/packages/robwin/maven/swagger2markup/images/download.svg[link="https://bintray.com/robwin/maven/swagger2markup/_latestVersion"] image:http://img.shields.io/badge/license-ASF2-blue.svg["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"] image:https://travis-ci.org/RobWin/swagger2markup.svg["Build Status", link="https://travis-ci.org/RobWin/swagger2markup"] image:https://coveralls.io/repos/RobWin/swagger2markup/badge.svg["Coverage Status", link="https://coveralls.io/r/RobWin/swagger2markup"] image:https://api.bintray.com/packages/robwin/maven/swagger2markup/images/download.svg[link="https://bintray.com/robwin/maven/swagger2markup/_latestVersion"] image:http://img.shields.io/badge/license-ASF2-blue.svg["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"]
@@ -43,7 +43,7 @@ The project is published in JCenter and Maven Central.
<dependency> <dependency>
<groupId>io.github.robwin</groupId> <groupId>io.github.robwin</groupId>
<artifactId>swagger2markup</artifactId> <artifactId>swagger2markup</artifactId>
<version>0.5.2</version> <version>0.5.3</version>
</dependency> </dependency>
---- ----
@@ -55,7 +55,7 @@ repositories {
jcenter() jcenter()
} }
compile "io.github.robwin:swagger2markup:0.5.2" compile "io.github.robwin:swagger2markup:0.5.3"
---- ----
=== Using Swagger2Markup === Using Swagger2Markup

View File

@@ -37,4 +37,7 @@
== Version 0.5.2 == Version 0.5.2
* Swagger License is not mandatory anymore * Swagger License is not mandatory anymore
* Updated markup-document-builder from v0.1.3 to v0.1.4 * Updated markup-document-builder from v0.1.3 to v0.1.4
== Version 0.5.3
* Fixed compiler warning: [options] bootstrap class path not set in conjunction with -source 1.7

View File

@@ -13,7 +13,7 @@ buildscript {
} }
} }
description = 'swagger2markup Build' description = 'swagger2markup Build'
version = '0.5.2' version = '0.5.3'
group = 'io.github.robwin' group = 'io.github.robwin'
apply plugin: 'java' apply plugin: 'java'