Browse Source

Prepare next version

pull/898/merge
Kalle Stenflo 1 year ago
parent
commit
21de620794
  1. 4
      build.gradle

4
build.gradle

@ -45,7 +45,7 @@ ext {
]
]
snapshotVersion = false
snapshotVersion = true
}
allprojects {
@ -53,7 +53,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
group = 'com.jayway.jsonpath'
version = '2.8.0' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '2.9.0' + (snapshotVersion ? "-SNAPSHOT" : "")
}

Loading…
Cancel
Save