commit | 4539dd14f92a2aad01f42b3cb4397968aa363add | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jun 24 00:45:18 2025 +0000 |
committer | Mark Thomas <mark.thomas@broadcom.com> | Tue Jun 24 08:41:03 2025 +0100 |
tree | d0987799b2cc7f93711ecdabbfd2504624a04c02 | |
parent | 25fb2bf800cd2ec7c536ae9265ec96a858e12148 [diff] |
Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to 1.7.1 Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.7.1 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.