@@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
16
16
17
17
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
18
19
- ### Latest release Version 4.0 .0 / April 1 , 2024
19
+ ### Latest release Version 4.1 .0 / April 28 , 2024
20
20
21
21
## Get it!
22
22
@@ -28,7 +28,7 @@ Add to your `pom.xml`:
28
28
<dependency >
29
29
<groupId >org.htmlunit</groupId >
30
30
<artifactId >htmlunit-cssparser</artifactId >
31
- <version >4.0 .0</version >
31
+ <version >4.1 .0</version >
32
32
</dependency >
33
33
```
34
34
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
37
37
Add to your ` build.gradle ` :
38
38
39
39
``` groovy
40
- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.0 .0'
40
+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.1 .0'
41
41
```
42
42
43
43
@@ -53,7 +53,7 @@ If you use maven please add:
53
53
<dependency>
54
54
<groupId>org.htmlunit</groupId>
55
55
<artifactId>htmlunit-cssparser</artifactId>
56
- <version>4.1 .0-SNAPSHOT</version>
56
+ <version>4.2 .0-SNAPSHOT</version>
57
57
</dependency>
58
58
59
59
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -106,7 +106,14 @@ Every contribution - from bug reports to feature requests, typos to full new fea
106
106
This part is intended for committer who are packaging a release.
107
107
108
108
* Check all your files are checked in
109
- * Execute "mvn -U clean test" to be sure all tests are passing
109
+ * Execute these mvn to be sure all tests are passing and everything is up to data
110
+
111
+ ```
112
+ mvn versions:display-plugin-updates
113
+ mvn versions:display-dependency-updates
114
+ mvn -U clean test
115
+ ```
116
+
110
117
* Update the version number in pom.xml and README.md
111
118
* Commit the changes
112
119
@@ -124,12 +131,12 @@ This part is intended for committer who are packaging a release.
124
131
* Create the version on Github
125
132
* login to Github and open project https://github.com/HtmlUnit/htmlunit-cssparser
126
133
* click Releases > Draft new release
127
- * fill the tag and title field with the release number (e.g. 3 .0.0)
134
+ * fill the tag and title field with the release number (e.g. 4 .0.0)
128
135
* append
129
- * htmlunit-cssparser-3 .x.x.jar
130
- * htmlunit-cssparser-3 .x.x.jar.asc
131
- * htmlunit-cssparser-3 .x.x-javadoc.jar
132
- * htmlunit-cssparser-3 .x.x-javadoc.jar.asc
136
+ * htmlunit-cssparser-4 .x.x.jar
137
+ * htmlunit-cssparser-4 .x.x.jar.asc
138
+ * htmlunit-cssparser-4 .x.x-javadoc.jar
139
+ * htmlunit-cssparser-4 .x.x-javadoc.jar.asc
133
140
* and publish the release
134
141
135
142
* Update the version number in pom.xml to start next snapshot development
0 commit comments