@@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
15
15
### Project News
16
16
[ HtmlUnit@Twitter] [ 3 ]
17
17
18
- ### Latest release Version 1.14 .0 / January 22 , 2023
18
+ ### Latest release Version 3.0 .0 / March 19 , 2023
19
19
20
20
For maven, you would add:
21
21
22
22
<dependency>
23
- <groupId>net.sourceforge .htmlunit</groupId>
23
+ <groupId>org .htmlunit</groupId>
24
24
<artifactId>htmlunit-cssparser</artifactId>
25
- <version>1.14 .0</version>
25
+ <version>3.0 .0</version>
26
26
</dependency>
27
27
28
28
### Latst CI build
@@ -34,16 +34,16 @@ The latest builds are available from our
34
34
If you use maven please add:
35
35
36
36
<dependency>
37
- <groupId>net.sourceforge .htmlunit</groupId>
37
+ <groupId>org .htmlunit</groupId>
38
38
<artifactId>htmlunit-cssparser</artifactId>
39
- <version>1.15 .0-SNAPSHOT</version>
39
+ <version>3.1 .0-SNAPSHOT</version>
40
40
</dependency>
41
41
42
42
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
43
43
44
44
<repository>
45
45
<id>OSS Sonatype snapshots</id>
46
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
46
+ <url>https://s01. oss.sonatype.org/content/repositories/snapshots/</url>
47
47
<snapshots>
48
48
<enabled>true</enabled>
49
49
<updatePolicy>always</updatePolicy>
@@ -100,19 +100,19 @@ This part is intended for committer who are packaging a release.
100
100
mvn -up clean deploy
101
101
```
102
102
103
- * Go to [ Sonatype staging repositories] ( https://oss.sonatype.org/index.html#stagingRepositories ) and process the deploy
103
+ * Go to [ Sonatype staging repositories] ( https://s01. oss.sonatype.org/index.html#stagingRepositories ) and process the deploy
104
104
- select the repository and close it - wait until the close is processed
105
105
- release the package and wait until it is processed
106
106
107
107
* Create the version on Github
108
108
* login to Github and open project https://github.com/HtmlUnit/htmlunit-cssparser
109
109
* click Releases > Draft new release
110
- * fill the tag and title field with the release number (e.g. 1.1 .0)
110
+ * fill the tag and title field with the release number (e.g. 3.0 .0)
111
111
* append
112
- * htmlunit-cssparser-1 .x.x.jar
113
- * htmlunit-cssparser-1 .x.x.jar.asc
114
- * htmlunit-cssparser-1 .x.x-javadoc.jar
115
- * htmlunit-cssparser-1 .x.x-javadoc.jar.asc
112
+ * htmlunit-cssparser-3 .x.x.jar
113
+ * htmlunit-cssparser-3 .x.x.jar.asc
114
+ * htmlunit-cssparser-3 .x.x-javadoc.jar
115
+ * htmlunit-cssparser-3 .x.x-javadoc.jar.asc
116
116
* and publish the release
117
117
118
118
* Update the version number in pom.xml to start next snapshot development
0 commit comments