Skip to content

Commit

Permalink
prepare 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 28, 2018
1 parent 8580443 commit 92e75a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'signing'

group = "net.sourceforge.htmlunit"
archivesBaseName = "htmlunit-core-js"
version = "2.32-SNAPSHOT"
version = "2.32"


jar {
Expand Down

0 comments on commit 92e75a5

Please sign in to comment.