| tag | d2b73cf8a448ef51a75e374529a3db32fc1a050b | |
|---|---|---|
| tagger | Eclipse EL Bot <el-bot@eclipse.org> | Wed Jan 19 14:09:56 2022 +0000 |
| object | 983e3e8b266b780f9ec0381d81e63da2987c96a3 |
Release jakarta.el:el-parent:5.0.0-RC1
| commit | 983e3e8b266b780f9ec0381d81e63da2987c96a3 | [log] [tgz] |
|---|---|---|
| author | Eclipse EL Bot <el-bot@eclipse.org> | Wed Jan 19 14:09:13 2022 +0000 |
| committer | Eclipse EL Bot <el-bot@eclipse.org> | Wed Jan 19 14:09:13 2022 +0000 |
| tree | e9a127b4b0a6263f3113e0a5075df6d3be69340a | |
| parent | 18bec35a2e5aa73c3aea252880f70472f6de5615 [diff] |
Prepare release jakarta.el:el-parent:5.0.0-RC1
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.