commit | 94c60a1bd70c40d59bd9af4bb8061b929adbb620 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Aug 05 05:02:51 2025 +0000 |
committer | Mark Thomas <mark.thomas@broadcom.com> | Tue Aug 05 17:34:59 2025 +0100 |
tree | 6b5b38af5f345451401b59ca730de98e8e78ef29 | |
parent | dbb9513ca8f9d7928e5339f951ce0937a040791e [diff] |
Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.1 to 1.7.2 Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.7.1...1.7.2) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.