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 32d8b6f commit bf073d7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:https://travis-ci.org/Swagger2Markup/swagger2markup-maven-plugin.svg["Buil

== 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: 10 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@
* Updated Swagger2Markup dependency from 0.9.1 to 0.9.2

=== Version 0.9.3
* Fixed plugin.xml and plugin-help.xml
* Fixed plugin.xml and plugin-help.xml

== Version 1.0.0
* Updated Swagger2Markup dependency from 0.9.2 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.1-SNAPSHOT'
version = '1.1.0'
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.0.1")
compile ("io.github.swagger2markup:swagger2markup:1.1.0")
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.0.1-SNAPSHOT</version>
<version>1.1.0</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.0.1</swagger2markup.version>
<swagger2markup.version>1.1.0</swagger2markup.version>
</properties>

<repositories>
Expand Down

0 comments on commit bf073d7

Please sign in to comment.