@@ -18,7 +18,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
18
18
19
19
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
20
20
21
- ### Latest release Version 4.13 .0 / June 03 , 2025
21
+ ### Latest release Version 4.14 .0 / July 30 , 2025
22
22
23
23
## Get it!
24
24
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
30
30
<dependency >
31
31
<groupId >org.htmlunit</groupId >
32
32
<artifactId >htmlunit-cssparser</artifactId >
33
- <version >4.13 .0</version >
33
+ <version >4.14 .0</version >
34
34
</dependency >
35
35
```
36
36
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
39
39
Add to your ` build.gradle ` :
40
40
41
41
``` groovy
42
- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.13 .0'
42
+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.14 .0'
43
43
```
44
44
45
45
@@ -55,22 +55,24 @@ If you use maven please add:
55
55
<dependency>
56
56
<groupId>org.htmlunit</groupId>
57
57
<artifactId>htmlunit-cssparser</artifactId>
58
- <version>4.14 .0-SNAPSHOT</version>
58
+ <version>4.15 .0-SNAPSHOT</version>
59
59
</dependency>
60
60
61
- You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
61
+ You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
62
62
63
- <repository>
64
- <id>OSS Sonatype snapshots</id>
65
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
66
- <snapshots>
67
- <enabled>true</enabled>
68
- <updatePolicy>always</updatePolicy>
69
- </snapshots>
70
- <releases>
71
- <enabled>false</enabled>
72
- </releases>
73
- </repository>
63
+ <repositories>
64
+ <repository>
65
+ <name>Central Portal Snapshots</name>
66
+ <id>central-portal-snapshots</id>
67
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
68
+ <releases>
69
+ <enabled>false</enabled>
70
+ </releases>
71
+ <snapshots>
72
+ <enabled>true</enabled>
73
+ </snapshots>
74
+ </repository>
75
+ </repositories>
74
76
75
77
76
78
## Start HtmlUnit - CSSParser Development
@@ -126,9 +128,8 @@ This part is intended for committer who are packaging a release.
126
128
mvn -up clean deploy
127
129
```
128
130
129
- * Go to [ Sonatype staging repositories] ( https://s01.oss.sonatype.org/index.html#stagingRepositories ) and process the deploy
130
- - select the repository and close it - wait until the close is processed
131
- - release the package and wait until it is processed
131
+ * Go to [ Maven Central Portal] ( https://central.sonatype.com/ ) and process the deploy
132
+ - publish the package and wait until it is processed
132
133
133
134
* Create the version on Github
134
135
* login to Github and open project https://github.com/HtmlUnit/htmlunit-cssparser
0 commit comments