Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Jun 26, 2017
1 parent d3b146e commit 8a23997
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 @@ -23,15 +23,15 @@ ext {

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']
]
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.2.1' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")

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

1 comment on commit 8a23997

@jochenberger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats! 🎉 🎈
Could you please update http://jsonpath.herokuapp.com/?

Please sign in to comment.