diff --git a/README.md b/README.md index 7e9c955..7a78186 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future. ### Project News [HtmlUnit@Twitter][3] -### Latest release Version 1.14.0 / January 22, 2023 +### Latest release Version 3.0.0 / March 19, 2023 For maven, you would add: - net.sourceforge.htmlunit + org.htmlunit htmlunit-cssparser - 1.14.0 + 3.0.0 ### Latst CI build @@ -34,16 +34,16 @@ The latest builds are available from our If you use maven please add: - net.sourceforge.htmlunit + org.htmlunit htmlunit-cssparser - 1.15.0-SNAPSHOT + 3.1.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom distributionManagement section also: OSS Sonatype snapshots - https://oss.sonatype.org/content/repositories/snapshots/ + https://s01.oss.sonatype.org/content/repositories/snapshots/ true always @@ -100,19 +100,19 @@ This part is intended for committer who are packaging a release. mvn -up clean deploy ``` -* Go to [Sonatype staging repositories](https://oss.sonatype.org/index.html#stagingRepositories) and process the deploy +* Go to [Sonatype staging repositories](https://s01.oss.sonatype.org/index.html#stagingRepositories) and process the deploy - select the repository and close it - wait until the close is processed - release the package and wait until it is processed * Create the version on Github * login to Github and open project https://github.com/HtmlUnit/htmlunit-cssparser * click Releases > Draft new release - * fill the tag and title field with the release number (e.g. 1.1.0) + * fill the tag and title field with the release number (e.g. 3.0.0) * append - * htmlunit-cssparser-1.x.x.jar - * htmlunit-cssparser-1.x.x.jar.asc - * htmlunit-cssparser-1.x.x-javadoc.jar - * htmlunit-cssparser-1.x.x-javadoc.jar.asc + * htmlunit-cssparser-3.x.x.jar + * htmlunit-cssparser-3.x.x.jar.asc + * htmlunit-cssparser-3.x.x-javadoc.jar + * htmlunit-cssparser-3.x.x-javadoc.jar.asc * and publish the release * Update the version number in pom.xml to start next snapshot development diff --git a/pom.xml b/pom.xml index 401fd5b..daf45ca 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - net.sourceforge.htmlunit + org.htmlunit htmlunit-cssparser - 3.0.0-SNAPSHOT + 3.0.0 HtmlUnit CSS Parser + + HtmlUnit + https://www.htmlunit.org + jar CSS parser for HtmlUnit. https://github.com/HtmlUnit/htmlunit-cssparser @@ -359,11 +363,11 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2 + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 @@ -376,7 +380,7 @@ false OSS Sonatype snapshots - https://oss.sonatype.org/content/repositories/snapshots/ + https://s01.oss.sonatype.org/content/repositories/snapshots/