Skip to content

Commit

Permalink
Released JsonPath 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Nov 22, 2015
1 parent 8e98ee5 commit 41cdf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ ext {

test: ['org.slf4j:slf4j-simple:1.7.12', 'org.assertj:assertj-core:2.1.0', 'commons-io:commons-io:2.4','org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12']
]
snapshotVersion = true
snapshotVersion = false
}

allprojects {
ext.displayName = null
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')

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

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

0 comments on commit 41cdf43

Please sign in to comment.