Skip to content

Commit

Permalink
Issue #21: AsciidocBuilder should enable option to set pegdown timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-appscan authored and RobWin committed Nov 21, 2018
1 parent 1a2c89b commit 7355d59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.3.7'
version = '1.3.8-SNAPSHOT'
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.3.3")
compile ("io.github.swagger2markup:swagger2markup:1.3.4-SNAPSHOT")
compile ("commons-io:commons-io:2.4")
compile 'org.apache.maven:maven-plugin-api:3.3.3'
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
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.7</version>
<version>1.3.8-SNAPSHOT</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.7</version>
<version>1.3.8-SNAPSHOT</version>
<goalPrefix>swagger2markup</goalPrefix>
<isolatedRealm>false</isolatedRealm>
<inheritedByDefault>true</inheritedByDefault>
Expand Down

0 comments on commit 7355d59

Please sign in to comment.