Skip to content

Commit 69038cb

Browse files
committed
version 3.1.0
1 parent a4f49ce commit 69038cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit Android package
22

3-
Version 3.1.0 / April 17, 2023
3+
Version 3.1.0 / April 27, 2023
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit3-android</artifactId>
8-
<version>3.1.0-SNAPSHOT</version>
8+
<version>3.1.0</version>
99

1010
<name>HtmlUnitAndroid</name>
1111
<organization>
@@ -26,7 +26,7 @@
2626
<maven.compiler.source>8</maven.compiler.source>
2727
<maven.compiler.target>8</maven.compiler.target>
2828

29-
<htmlunit.version>3.1.0</htmlunit.version>
29+
<htmlunit.version>3.2.0-SNAPSHOT</htmlunit.version>
3030
<!-- overwrite the jetty version to be compatible with older android api's -->
3131
<!-- see https://github.com/HtmlUnit/htmlunit-android/issues/5 -->
3232
<jetty.version>9.4.19.v20190610</jetty.version>

0 commit comments

Comments
 (0)