Skip to content

Commit 41cdf43

Browse files
committed
Released JsonPath 2.1.0
1 parent 8e98ee5 commit 41cdf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ ext {
2121

2222
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']
2323
]
24-
snapshotVersion = true
24+
snapshotVersion = false
2525
}
2626

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

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

3434
if (JavaVersion.current().isJava8Compatible()) {
3535
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)