| tag | 331bc03e0673905ed3a7442e9001bc788862e750 | |
|---|---|---|
| tagger | Eclipse EL Bot <el-bot@eclipse.org> | Wed Nov 15 14:12:42 2023 +0000 |
| object | 6641073afbc350910fc2caf800b67881d475948c |
Release jakarta.el:el-parent:6.0.0-M1
| commit | 6641073afbc350910fc2caf800b67881d475948c | [log] [tgz] |
|---|---|---|
| author | Eclipse EL Bot <el-bot@eclipse.org> | Wed Nov 15 14:11:08 2023 +0000 |
| committer | Eclipse EL Bot <el-bot@eclipse.org> | Wed Nov 15 14:11:08 2023 +0000 |
| tree | b9c2aa732ef37e358ec9d72bdee906e4af3f35d9 | |
| parent | f8544f96db9d7bac999a8db9613a9ef311c33627 [diff] |
Prepare release jakarta.el:el-parent:6.0.0-M1
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.