Skip to content

Commit f046527

Browse files
line-oduncdrum
authored andcommitted
[docs] mention new requirements in readme
1 parent 9c8cf0b commit f046527

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This is an eXist-db implementation of the [EXPath HTTP Crypto Module specificati
77
## Building from source
88

99
Requires:
10-
* Java 1.8 or newer
11-
* Maven 3.6 or newer
10+
* Java 21 or newer
11+
* Maven 3.9 or newer
1212

1313
```bash
1414
$ git clone https://github.com/eXist-db/expath-crypto-module.git
1515
$ cd expath-crypto-module
1616
$ mvn clean package
1717
```
1818

19-
This will create a "expath-crypto-module-<version>.xar" file in the target folder. The .xar file can be uploaded to any eXist-db version > 5.3.0 via the Dashboard.
19+
This will create a "expath-crypto-module-<version>.xar" file in the target folder. The .xar file can be uploaded to any eXist-db version > 7.0.0-SNAPSHOT via the Dashboard.
2020

2121
### Currently implemented functions
2222

0 commit comments

Comments
 (0)