commit | ff7a9db4a0383474f724ad0d84c253158db23302 | [log] [tgz] |
---|---|---|
author | Mark Thomas <markt@apache.org> | Tue Jun 21 08:22:32 2022 +0100 |
committer | Mark Thomas <markt@apache.org> | Tue Jun 21 08:22:32 2022 +0100 |
tree | 598d7eded4f6c8d34a642bb5ed4fcf8241a2cd2f | |
parent | f128ad666260890e65667a1409cb0f38f74884f4 [diff] |
Prepare next development cycle for 5.0.2-SNAPSHOT
This repository contains the source for:
Jakarta Expression Language API can be built by executing the following from the project root:
cd api mvn clean package
The API jar can then be found in /impl/target
.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/target
.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.