Skip to content

Commit

Permalink
Remove M qualifier from version number
Browse files Browse the repository at this point in the history
The plan going forwards is to specify the qualifier directly in the CI
release build.
See
https://www.eclipse.org/lists/jakartaee-spec-project-leads/msg00355.html

Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Jan 9, 2020
1 parent 8c33a02 commit a07c770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -31,7 +31,7 @@

<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>4.0.0.M2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

<name>Jakarta Expression Language 4.0 API</name>
<description>
Expand All @@ -42,7 +42,7 @@
<properties>
<!-- Make sure the two versions are in sync with the maven version -->
<spec.version>4.0</spec.version>
<bundle.version>4.0.0.M2-SNAPSHOT</bundle.version>
<bundle.version>4.0.0-SNAPSHOT</bundle.version>
<extensionName>jakarta.el</extensionName>
<bundle.symbolicName>jakarta.el-api</bundle.symbolicName>
<vendorName>Eclipse Foundation</vendorName>
Expand Down

0 comments on commit a07c770

Please sign in to comment.