Skip to content

Commit

Permalink
Updated version to 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Jun 16, 2020
1 parent 6f676c5 commit e84f0b6
Showing 1 changed file with 2 additions and 2 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.8-SNAPSHOT'
version = '2.0.0-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.4-SNAPSHOT")
compile ("io.github.swagger2markup:swagger2markup:2.0.0-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

0 comments on commit e84f0b6

Please sign in to comment.