Skip to content

Commit 38f7324

Browse files
committed
version 3.7.0
1 parent 6056b8d commit 38f7324

File tree

2 files changed

+540
-527
lines changed

2 files changed

+540
-527
lines changed

README.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Notice that "org.mozilla.*" is renamed to "org.htmlunit.corejs.*"
1111

1212
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.htmlunit/htmlunit-core-js/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.htmlunit/htmlunit-core-js)
1313

14+
### Project News
15+
16+
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1417

1518
## Getting Started
1619

@@ -57,16 +60,16 @@ Every contribution - from bug reports to feature requests, typos to full new fea
5760

5861
This part is intended for committer who are packaging a release.
5962

60-
* Check all your files are checked in
61-
* Update the version number in build.gradle
62-
* Execute "gradlew clean test" to be sure all tests are passing
63-
* Commit the changes
63+
* Check all your files are checked in
64+
* Execute "mvn -U clean test" to be sure all tests are passing
65+
* Update the version number in pom.xml and README.md
66+
* Commit the changes
6467

6568

6669
* Build and deploy the artifacts
6770

6871
```
69-
gradlew clean test uploadArchives -i
72+
mvn -up clean deploy
7073
```
7174

7275
* Go to [Sonatype staging repositories](https://s01.oss.sonatype.org/index.html#stagingRepositories) and process the deploy
@@ -76,11 +79,16 @@ This part is intended for committer who are packaging a release.
7679
* Create the version on Github
7780
* login to Github and open project https://github.com/HtmlUnit/htmlunit-core-js
7881
* click Releases > Draft new release
79-
* fill the tag and title field with the release number (e.g. 2.32)
80-
* write some notes about the release
82+
* fill the tag and title field with the release number (e.g. 3.0.0)
83+
* append
84+
* htmlunit-core-js-3.x.x.jar
85+
* htmlunit-core-js-3.x.x.jar.asc
86+
* htmlunit-core-js-3.x.x-javadoc.jar
87+
* htmlunit-core-js-3.x.x-javadoc.jar.asc
8188
* and publish the release
82-
* Update the version number in build.gradle to start next snapshot development
83-
* Update the htmlunit pom to use the new release
89+
90+
* Update the version number in pom.xml to start next snapshot development
91+
* Update the htmlunit pom to use the new release
8492

8593
## Authors
8694

@@ -93,4 +101,7 @@ This project is licensed under the Apache 2.0 License
93101

94102
## Acknowledgments
95103

96-
Many thanks to all of you contributing to HtmlUnit/Rhino in the past.
104+
Many thanks to all of you contributing to HtmlUnit/Rhino in the past.
105+
106+
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
107+
[4]: https://fosstodon.org/@HtmlUnit

0 commit comments

Comments
 (0)