@@ -11,6 +11,9 @@ Notice that "org.mozilla.*" is renamed to "org.htmlunit.corejs.*"
11
11
12
12
[ ![ 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 )
13
13
14
+ ### Project News
15
+
16
+ [ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
14
17
15
18
## Getting Started
16
19
@@ -57,16 +60,16 @@ Every contribution - from bug reports to feature requests, typos to full new fea
57
60
58
61
This part is intended for committer who are packaging a release.
59
62
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
64
67
65
68
66
69
* Build and deploy the artifacts
67
70
68
71
```
69
- gradlew clean test uploadArchives -i
72
+ mvn -up clean deploy
70
73
```
71
74
72
75
* 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.
76
79
* Create the version on Github
77
80
* login to Github and open project https://github.com/HtmlUnit/htmlunit-core-js
78
81
* 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
81
88
* 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
84
92
85
93
## Authors
86
94
@@ -93,4 +101,7 @@ This project is licensed under the Apache 2.0 License
93
101
94
102
## Acknowledgments
95
103
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