3.0.4 impl release (#166)

* Prepare release org.glassfish:jakarta.el:3.0.4

* Prepare next development cycle for 3.0.5-SNAPSHOT

Co-authored-by: Eclipse EL Bot <el-bot@eclipse.org>
1 file changed
tree: ee661279f4a4b3cdd633254a893081a21aa8a3a3
  1. api/
  2. impl/
  3. parent-pom/
  4. spec/
  5. src/
  6. uel/
  7. .gitignore
  8. CONTRIBUTING.md
  9. exclude.xml
  10. LICENSE.md
  11. NOTICE.md
  12. pom.xml
  13. README.md
README.md

Jakarta Expression Language

This repository contains the code for Jakarta Expression Language.

Online JavaDoc

Building

Jakarta Authentication can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Expression Language

Jakarta Expression Language defines an expression language for Java applications.