Skip to content

Commit

Permalink
Updated Swagger2Markup dependency from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Oct 18, 2016
1 parent 20c9039 commit 1259e42
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ MAINTAINER Robert Winkler

WORKDIR /usr/bin/swagger2markup

RUN wget https://jcenter.bintray.com/io/github/swagger2markup/swagger2markup-cli/1.0.1/swagger2markup-cli-1.0.1.jar
RUN wget https://jcenter.bintray.com/io/github/swagger2markup/swagger2markup-cli/1.1.0/swagger2markup-cli-1.1.0.jar

ENTRYPOINT ["java","-jar","/usr/bin/swagger2markup/swagger2markup-cli-1.0.1.jar"]
ENTRYPOINT ["java","-jar","/usr/bin/swagger2markup/swagger2markup-cli-1.1.0.jar"]
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It converts a Swagger JSON or YAML file into several AsciiDoc or GitHub Flavored

== Reference documentation

The documentation can be found at http://swagger2markup.github.io/swagger2markup/1.0.1/[Reference documentation]
The documentation can be found at http://swagger2markup.github.io/swagger2markup/1.1.0/[Reference documentation]

== License

Expand Down
11 changes: 11 additions & 0 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= Release Notes

== Version 1.0.0
* Updated Swagger2Markup dependency to 1.0.0

=== Version 1.0.1
* Updated Swagger2Markup dependency from 1.0.0 to 1.0.1

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

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.0.2-SNAPSHOT'
version '1.1.0'

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

dependencies {
compile ("io.github.swagger2markup:swagger2markup:1.0.2-SNAPSHOT")
compile ("io.github.swagger2markup:swagger2markup:1.1.0")
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 1259e42

Please sign in to comment.