File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
10
10
News
11
11
----
12
12
13
+ 19 Mar 2015 - Released JsonPath 2.0.0
13
14
11 Nov 2014 - Released JsonPath 1.2.0
14
15
01 Oct 2014 - Released JsonPath 1.1.0
15
16
26 Sep 2014 - Released JsonPath 1.0.0
@@ -25,7 +26,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
25
26
<dependency >
26
27
<groupId >com.jayway.jsonpath</groupId >
27
28
<artifactId >json-path</artifactId >
28
- <version >1.2 .0</version >
29
+ <version >2.0 .0</version >
29
30
</dependency >
30
31
```
31
32
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
28
28
ext. buildTimestamp = new Date (). format(' yyyy-MM-dd HH:mm:ss' )
29
29
30
30
group = ' com.jayway.jsonpath'
31
- version = ' 1.3.0 ' + (snapshotVersion ? " -SNAPSHOT" : " " )
31
+ version = ' 2.0.1 ' + (snapshotVersion ? " -SNAPSHOT" : " " )
32
32
33
33
if (JavaVersion . current(). isJava8Compatible()) {
34
34
tasks. withType(Javadoc ) {
You can’t perform that action at this time.
0 commit comments