From 52b7ce7663977a07466edfced1ff1772412c69e6 Mon Sep 17 00:00:00 2001 From: Kalle Stenflo Date: Wed, 2 Jun 2021 20:30:15 +0200 Subject: [PATCH] Prepare next version. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 34e2d6a4..33dbf0cd 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ ext { 'org.slf4j:slf4j-simple:1.7.30' ] ] - snapshotVersion = false + snapshotVersion = true } allprojects { @@ -39,7 +39,7 @@ allprojects { ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss') group = 'com.jayway.jsonpath' - version = '2.6.0' + (snapshotVersion ? "-SNAPSHOT" : "") + version = '2.7.0' + (snapshotVersion ? "-SNAPSHOT" : "") if (JavaVersion.current().isJava8Compatible()) { tasks.withType(Javadoc) {