From efdab976ad515b42b05d61d8b09a580e6e1a0665 Mon Sep 17 00:00:00 2001 From: Kalle Stenflo Date: Wed, 5 Jul 2017 10:31:44 +0200 Subject: [PATCH] Release 2.4.0 --- README.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7826eef2..68fa76a8f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http News ---- +05 Jul 2017 - Released JsonPath 2.4.0 + 26 Jun 2017 - Released JsonPath 2.3.0 29 Feb 2016 - Released JsonPath 2.2.0 diff --git a/build.gradle b/build.gradle index 652d6fb76..6a96ca466 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ allprojects { ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss') group = 'com.jayway.jsonpath' - version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "") + version = '2.4.0' + (snapshotVersion ? "-SNAPSHOT" : "") if (JavaVersion.current().isJava8Compatible()) { tasks.withType(Javadoc) {