From cf96642db582d7ca1de4cdb213c46cd301b7283f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20H=C3=A5kansson?= Date: Mon, 15 Feb 2016 13:19:22 +0100 Subject: [PATCH] Reverted custom versioning --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 076c0992..a6457b47 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { } } description = 'swagger2markup Build' -version = '0.9.3-VOC-1' +version = '0.9.3-SNAPSHOT' group = 'io.github.robwin' apply plugin: 'java' @@ -58,7 +58,7 @@ dependencies { dependencyManagement { dependencies { - dependency "io.github.robwin:markup-document-builder:0.1.6-VOC" + dependency "io.github.robwin:markup-document-builder:0.1.6-SNAPSHOT" dependency "io.swagger:swagger-compat-spec-parser:1.0.17" dependency "commons-collections:commons-collections:3.2.1" dependency "commons-io:commons-io:2.4"