From d0a2280b1c522ac13dfc9233071db57b3088a1e1 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sat, 10 Apr 2021 18:06:52 +0200
Subject: [PATCH] prepare 2.49.0
---
README.md | 8 ++++----
pom.xml | 4 ++--
src/changes/changes.xml | 2 +-
src/site/xdoc/index.xml | 6 +++---
src/site/xdoc/packagingARelease.xml | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 1937f9e529a..62f9b45833d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 2.48.0 / March 20, 2021
+Version 2.49.0 / April 11, 2021
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -25,7 +25,7 @@ For maven, you would add:
net.sourceforge.htmlunit
htmlunit
- 2.48.0
+ 2.49.0
Overview
@@ -71,7 +71,7 @@ If you use maven please add:
net.sourceforge.htmlunit
htmlunit
- 2.48.0-SNAPSHOT
+ 2.50.0-SNAPSHOT
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -91,7 +91,7 @@ License
This project is licensed under the Apache 2.0 License
-[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.48.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.49.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Headless/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"
diff --git a/pom.xml b/pom.xml
index 51727d595c4..39a15c69db0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
net.sourceforge.htmlunit
htmlunit
- 2.49.0-SNAPSHOT
+ 2.49.0
HtmlUnit
Gargoyle Software Inc.
@@ -24,7 +24,7 @@
8
8
- 2.48.0
+ 2.49.0
1.7.0
2.49.0
2.49.0
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4d12cb6ee19..29a37906471 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
Fix :required and :optional pseudo classes to work with all html elements supporting the 'required' attribute.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 16ccaa18bef..1c836d96979 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -55,9 +55,9 @@
- - Latest release February 7, 2021
+ - Latest release April 11, 2021
-
-
version 2.48.0
+ version 2.49.0
- Source code
@@ -169,7 +169,7 @@
net.sourceforge.htmlunit
htmlunit
- 2.48.0
+ 2.49.0
]]>
diff --git a/src/site/xdoc/packagingARelease.xml b/src/site/xdoc/packagingARelease.xml
index 53cc8ba9800..dceb5342af5 100644
--- a/src/site/xdoc/packagingARelease.xml
+++ b/src/site/xdoc/packagingARelease.xml
@@ -122,8 +122,8 @@ mvn clean deploy -Dmaven.test.skip=true
fill the tag and title field with the release number (e.g. 1.1.0)
append
- - htmlunit-2.47.0-bin.zip
- - htmlunit-2.47.0-src.zip
+ - htmlunit-2.49.0-bin.zip
+ - htmlunit-2.49.0-src.zip
do not publish the release now, we have to add a file later on