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 API
  • Loading branch information
markt-asf committed Jan 24, 2022
1 parent 9d2ee4f commit c84f58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
Copyright (c) 1997, 2022 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -77,7 +77,7 @@
<properties>
<!-- Make sure the two versions are in sync with the maven version -->
<spec.version>3.1</spec.version>
<bundle.version>3.1.0-SNAPSHOT</bundle.version>
<bundle.version>${project.version}</bundle.version>
<extensionName>jakarta.servlet.jsp</extensionName>
<bundle.symbolicName>jakarta.servlet.jsp-api</bundle.symbolicName>
<vendorName>Eclipse Foundation</vendorName>
Expand Down

0 comments on commit c84f58b

Please sign in to comment.