From 92e75a5a9d6c5789017467315e7f7b0bfbc06348 Mon Sep 17 00:00:00 2001 From: rbri Date: Sat, 28 Jul 2018 20:12:41 +0200 Subject: [PATCH] prepare 2.32 --- README.md | 9 ++++----- build.gradle | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4f4ae1..cda33e1 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,10 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6 This part is intended for committer who are packaging a release. -* Check all your files are checked in -* Execute "gradlew clean test" to be sure all tests are passing -* Update the version number in pom.xml -* Execute "gradlew clean test" to be sure all tests are passing -* Commit the changes + * Check all your files are checked in + * Update the version number in build.gradle + * Execute "gradlew clean test" to be sure all tests are passing + * Commit the changes * Build and deploy the artifacts diff --git a/build.gradle b/build.gradle index 08c6338..d29432b 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'signing' group = "net.sourceforge.htmlunit" archivesBaseName = "htmlunit-core-js" -version = "2.32-SNAPSHOT" +version = "2.32" jar {