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 @@ -61,7 +61,7 @@ This part is intended for committer who are packaging a release.
61
61
* Build and deploy the artifacts
62
62
63
63
```
64
- gradlew clean uploadArchives
64
+ gradlew clean test uploadArchives -i
65
65
```
66
66
67
67
* Go to [ Sonatype staging repositories] ( https://oss.sonatype.org/index.html#stagingRepositories ) and process the deploy
@@ -71,12 +71,11 @@ This part is intended for committer who are packaging a release.
71
71
* Create the version on Github
72
72
* login to Github and open project https://github.com/HtmlUnit/htmlunit-core-js
73
73
* click Releases > Draft new release
74
- * fill the tag and title field with the release number (e.g. 1.1.0 )
74
+ * fill the tag and title field with the release number (e.g. 2.32 )
75
75
* write some notes about the release
76
76
* and publish the release
77
-
78
- * Update the version number in pom.xml to start next snapshot development
79
- * Update the htmlunit pom to use the new release
77
+ * Update the version number in build.gradle to start next snapshot development
78
+ * Update the htmlunit pom to use the new release
80
79
81
80
## Authors
82
81
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 "
14
+ version = " 2.33-SNAPSHOT "
15
15
16
16
17
17
jar {
You can’t perform that action at this time.
0 commit comments