Skip to content

Commit 9229828

Browse files
committed
start 2.33 development
1 parent 92e75a5 commit 9229828

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
@@ -61,7 +61,7 @@ This part is intended for committer who are packaging a release.
6161
* Build and deploy the artifacts
6262

6363
```
64-
gradlew clean uploadArchives
64+
gradlew clean test uploadArchives -i
6565
```
6666

6767
* 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.
7171
* Create the version on Github
7272
* login to Github and open project https://github.com/HtmlUnit/htmlunit-core-js
7373
* 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)
7575
* write some notes about the release
7676
* 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
8079

8180
## Authors
8281

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"
14+
version = "2.33-SNAPSHOT"
1515

1616

1717
jar {

0 commit comments

Comments
 (0)