Skip to content

Commit 8a23997

Browse files
committed
Release 2.3.0
1 parent d3b146e commit 8a23997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ ext {
2323

2424
test: ['org.slf4j:slf4j-simple:1.7.16', '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']
2525
]
26-
snapshotVersion = true
26+
snapshotVersion = false
2727
}
2828

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

3333
group = 'com.jayway.jsonpath'
34-
version = '2.2.1' + (snapshotVersion ? "-SNAPSHOT" : "")
34+
version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
3535

3636
if (JavaVersion.current().isJava8Compatible()) {
3737
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)