Skip to content

Commit

Permalink
Fixed deployment issue to Maven Central.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Apr 27, 2018
1 parent 7fd59cf commit 1a2c89b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@

== Version 1.3.6
* Fixed deployment issue

== Version 1.3.7
* Fixed deployment issue
2 changes: 1 addition & 1 deletion 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.6'
version = '1.3.7'
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'

apply plugin: 'groovy'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>Swagger2Markup Maven Plugin</description>
<groupId>io.github.swagger2markup</groupId>
<artifactId>swagger2markup-maven-plugin</artifactId>
<version>1.3.4</version>
<version>1.3.7</version>
<goalPrefix>swagger2markup</goalPrefix>
<mojos>
<mojo>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>Swagger2Markup Maven Plugin</description>
<groupId>io.github.swagger2markup</groupId>
<artifactId>swagger2markup-maven-plugin</artifactId>
<version>1.3.4</version>
<version>1.3.7</version>
<goalPrefix>swagger2markup</goalPrefix>
<isolatedRealm>false</isolatedRealm>
<inheritedByDefault>true</inheritedByDefault>
Expand Down

0 comments on commit 1a2c89b

Please sign in to comment.