| commit | cbd7d2d8cd6be0ffe277e7e42e3b01838f5842ca | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Tue Jun 09 21:00:05 2020 +0100 |
| committer | Mark Thomas <markt@apache.org> | Tue Jun 09 21:00:05 2020 +0100 |
| tree | 482e40af659f38c26aedf7ed30143c35c2e7707d | |
| parent | ff2d1d14b20975b57c4526a4de65d71366e9a3a3 [diff] |
Keep version numbers aligned.
diff --git a/impl/pom.xml b/impl/pom.xml index 5333a48..276eb64 100644 --- a/impl/pom.xml +++ b/impl/pom.xml
@@ -37,7 +37,7 @@ <properties> <!-- the bundle build number must be the same as the maven number --> - <bundle.version>4.0.0-SNAPSHOT</bundle.version> + <bundle.version>${project.version}</bundle.version> <!-- The most current api version --> <spec.version>4.0</spec.version> <extensionName>jakarta.el.impl</extensionName>