Browse Source

Prepared version 1.3.0.

pull/61/head
Kalle Stenflo 10 years ago
parent
commit
5af43e77eb
  1. 4
      build.gradle

4
build.gradle

@ -20,7 +20,7 @@ ext {
test: ['org.slf4j:slf4j-simple:1.7.7', 'org.assertj:assertj-core:1.6.1', 'commons-io:commons-io:2.4', 'org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.10']
]
snapshotVersion = false
snapshotVersion = true
}
allprojects {
@ -28,7 +28,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
group = 'com.jayway.jsonpath'
version = '1.2.0' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '1.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {

Loading…
Cancel
Save