| tag | d34a7917455ab2781bdf024209baf6c6f38367f8 | |
|---|---|---|
| tagger | Eclipse EL Bot <el-bot@eclipse.org> | Thu Feb 22 18:08:24 2024 +0000 |
| object | a0e5bd9899faa48b16f7d68d66aaf1d64b8c63ef |
Release jakarta.el:el-parent:6.0.0-RC1
| commit | a0e5bd9899faa48b16f7d68d66aaf1d64b8c63ef | [log] [tgz] |
|---|---|---|
| author | Eclipse EL Bot <el-bot@eclipse.org> | Thu Feb 22 18:06:59 2024 +0000 |
| committer | Eclipse EL Bot <el-bot@eclipse.org> | Thu Feb 22 18:06:59 2024 +0000 |
| tree | a7cc522f73fa3bbe024b3f2f62541a787bfb637c | |
| parent | 41a26b777b989426f6564b3689df71d7a014957c [diff] |
Prepare release jakarta.el:el-parent:6.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.