File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6
52
52
53
53
This part is intended for committer who are packaging a release.
54
54
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
60
59
61
60
62
61
* Build and deploy the artifacts
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'signing'
11
11
12
12
group = " net.sourceforge.htmlunit"
13
13
archivesBaseName = " htmlunit-core-js"
14
- version = " 2.32-SNAPSHOT "
14
+ version = " 2.32"
15
15
16
16
17
17
jar {
You can’t perform that action at this time.
0 commit comments