Skip to content

Commit 3a18283

Browse files
committed
4.14.0
1 parent d6b5215 commit 3a18283

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and we added unit tests and the maven-based build.
1717

1818
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
1919

20-
### Latest release Version 4.13.0 / June 03, 2025
20+
### Latest release Version 4.14.0 / July 30, 2025
2121

2222
### Maven
2323

@@ -27,7 +27,7 @@ Add to your `pom.xml`:
2727
<dependency>
2828
<groupId>org.htmlunit</groupId>
2929
<artifactId>htmlunit-xpath</artifactId>
30-
<version>4.13.0</version>
30+
<version>4.14.0</version>
3131
</dependency>
3232
```
3333

@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636
Add to your `build.gradle`:
3737

3838
```groovy
39-
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.13.0'
39+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.14.0'
4040
```
4141

4242
### Last CI build
@@ -50,22 +50,24 @@ If you use maven please add:
5050
<dependency>
5151
<groupId>org.htmlunit</groupId>
5252
<artifactId>htmlunit-xpath</artifactId>
53-
<version>4.14.0-SNAPSHOT</version>
53+
<version>4.15.0-SNAPSHOT</version>
5454
</dependency>
5555

56-
You have to add the sonatype snapshot repository to your pom `repositories` section also:
56+
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
5757

58-
<repository>
59-
<id>OSS Sonatype snapshots</id>
60-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
61-
<snapshots>
62-
<enabled>true</enabled>
63-
<updatePolicy>always</updatePolicy>
64-
</snapshots>
65-
<releases>
66-
<enabled>false</enabled>
67-
</releases>
68-
</repository>
58+
<repositories>
59+
<repository>
60+
<name>Central Portal Snapshots</name>
61+
<id>central-portal-snapshots</id>
62+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
63+
<releases>
64+
<enabled>false</enabled>
65+
</releases>
66+
<snapshots>
67+
<enabled>true</enabled>
68+
</snapshots>
69+
</repository>
70+
</repositories>
6971

7072

7173
## Start HtmlUnit - XPath Development
@@ -122,9 +124,8 @@ This part is intended for committer who are packaging a release.
122124
mvn -up clean deploy
123125
```
124126

125-
* Go to [Sonatype staging repositories](https://s01.oss.sonatype.org/index.html#stagingRepositories) and process the deploy
126-
- select the repository and close it - wait until the close is processed
127-
- release the package and wait until it is processed
127+
* Go to [Maven Central Portal](https://central.sonatype.com/) and process the deploy
128+
- publish the package and wait until it is processed
128129

129130
* Create the version on Github
130131
* login to Github and open project https://github.com/HtmlUnit/htmlunit-xpath

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-xpath</artifactId>
7-
<version>4.14.0-SNAPSHOT</version>
7+
<version>4.14.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)