Skip to content

Commit

Permalink
Updated markup-document-builder from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Nov 30, 2016
1 parent cd5b5c9 commit 83bb633
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,10 @@
* Updated swagger-parser from v1.0.16 to v1.0.23
* Added javslang v2.0.4 as a dependency
* Added paleo-core v0.10.1 as a dependency

* Updated markup-document-builder from 1.0.0 to 1.1.0
* PR #201: Add support for Brazilian Portuguese language
* PR #202: Add support for Japanese language
* Issue #205: Fixed the option to influence resource ordering
* Issue #198: Chinese chinese language encoding
* Issue #207: Properties that start with an underscore are displayed correctly now
* Refactored Swagger2Markup to use a Component-Based design. A document can be composed of components and components can be composed of other components.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}
description = 'swagger2markup Build'
version = '1.1.1-SNAPSHOT'
version = '1.1.1'
ext.releaseVersion = '1.1.0'
group = 'io.github.swagger2markup'

Expand Down Expand Up @@ -41,7 +41,7 @@ repositories {
}

dependencies {
compile 'io.github.swagger2markup:markup-document-builder:1.1.0-SNAPSHOT'
compile 'io.github.swagger2markup:markup-document-builder:1.1.0'
compile 'io.swagger:swagger-compat-spec-parser:1.0.23'
compile 'org.apache.commons:commons-configuration2:2.1'
compile 'commons-beanutils:commons-beanutils:1.9.2'
Expand Down

0 comments on commit 83bb633

Please sign in to comment.