Skip to content

Commit 92e75a5

Browse files
committed
prepare 2.32
1 parent 8580443 commit 92e75a5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6
5252

5353
This part is intended for committer who are packaging a release.
5454

55-
* Check all your files are checked in
56-
* Execute "gradlew clean test" to be sure all tests are passing
57-
* Update the version number in pom.xml
58-
* Execute "gradlew clean test" to be sure all tests are passing
59-
* Commit the changes
55+
* Check all your files are checked in
56+
* Update the version number in build.gradle
57+
* Execute "gradlew clean test" to be sure all tests are passing
58+
* Commit the changes
6059

6160

6261
* Build and deploy the artifacts

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'signing'
1111

1212
group = "net.sourceforge.htmlunit"
1313
archivesBaseName = "htmlunit-core-js"
14-
version = "2.32-SNAPSHOT"
14+
version = "2.32"
1515

1616

1717
jar {

0 commit comments

Comments
 (0)