Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Mar 26, 2023
1 parent 8a0d2fd commit 21de620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -45,15 +45,15 @@ ext {

]
]
snapshotVersion = false
snapshotVersion = true
}

allprojects {
ext.displayName = null
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" : "")

}

Expand Down

0 comments on commit 21de620

Please sign in to comment.