Browse Source

Prepared 1.2.0 release.

pull/61/head
Kalle Stenflo 10 years ago
parent
commit
0c364cbde1
  1. 2
      build.gradle

2
build.gradle

@ -28,7 +28,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
group = 'com.jayway.jsonpath'
version = '1.1.1' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '1.2.0' + (snapshotVersion ? "-SNAPSHOT" : "")
if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {

Loading…
Cancel
Save