Skip to content

Commit 470b566

Browse files
authored
Prepare version 3.0.0
Prepare major release 3.0.0 with Java 17 baseline.
1 parent 5a7f29e commit 470b566

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ allprojects {
5252
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
5353

5454
group = 'com.jayway.jsonpath'
55-
version = '2.11.0' + (snapshotVersion ? "-SNAPSHOT" : "")
56-
55+
version = '3.0.0' + (snapshotVersion ? "-SNAPSHOT" : "")
5756
}
5857

5958
subprojects {

0 commit comments

Comments
 (0)