Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Dec 10, 2020
1 parent 70d11a6 commit 8ad4743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http

News
----
10 Dec 2020 - Released JsonPath 2.5.0

05 Jul 2017 - Released JsonPath 2.4.0

26 Jun 2017 - Released JsonPath 2.3.0
Expand All @@ -37,7 +39,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')

group = 'com.jayway.jsonpath'
version = '2.4.0' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '2.5.0' + (snapshotVersion ? "-SNAPSHOT" : "")

if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {
Expand Down

0 comments on commit 8ad4743

Please sign in to comment.