Skip to content

Commit

Permalink
version 2.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2022
1 parent 0adeefa commit 2bd06e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit Android package

Version 2.66.0 / October 23, 2022
Version 2.67.0 / November 20, 2022

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

Expand All @@ -24,7 +24,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-android</artifactId>
<version>2.66.0</version>
<version>2.67.0</version>
</dependency>
```

Expand All @@ -33,7 +33,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.66.0'
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67.0'
```

Overview
Expand Down Expand Up @@ -103,7 +103,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-android</artifactId>
<version>2.67.0-SNAPSHOT</version>
<version>2.68.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -122,7 +122,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67.0-SNAPSHOT'
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.68.0-SNAPSHOT'
// ...
}
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-android</artifactId>
<version>2.67.0-SNAPSHOT</version>
<version>2.67.0</version>

<name>HtmlUnitAndroid</name>
<organization>
Expand All @@ -26,7 +26,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunit.version>2.67.0-SNAPSHOT</htmlunit.version>
<htmlunit.version>2.67.0</htmlunit.version>
<!-- overwrite the jetty version to be compatible with older android api's -->
<!-- see https://github.com/HtmlUnit/htmlunit-android/issues/5 -->
<jetty.version>9.4.19.v20190610</jetty.version>
Expand Down

0 comments on commit 2bd06e5

Please # to comment.