Skip to content

Commit

Permalink
OSGi bundle version should be consistent with project version
Browse files Browse the repository at this point in the history
Use same approach as EL and JSP
  • Loading branch information
markt-asf committed Jan 24, 2022
1 parent afd8fcd commit 7b373de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -79,9 +79,9 @@
</issueManagement>

<properties>
<!-- Make sure the two versions are in sync with the maven version -->
<!-- Make sure the spec version is in sync with the maven version -->
<spec.version>2.1</spec.version>
<bundle.version>2.1.0-SNAPSHOT</bundle.version>
<bundle.version>${project.version}</bundle.version>
<vendorName>Eclipse Foundation</vendorName>
</properties>

Expand Down

0 comments on commit 7b373de

Please sign in to comment.