Skip to content

Commit

Permalink
Adjust osgi version suffix.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
  • Loading branch information
splatch committed Oct 29, 2023
1 parent 6dfbc39 commit 8af0f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@
<configuration>
<instructions>
<Git-SCM-SHA>$${githead}</Git-SCM-SHA>
<Bundle-Version>${project.version}.$${substring;$${githead};0;6}</Bundle-Version>
<_removeheaders>Require-Capability,Provide-Capability</_removeheaders>
<Bundle-Version>${project.version}.$${substring;$${githead};0;8}</Bundle-Version>
<_removeheaders>Include-Resource,Private-Package,Require-Capability,Provide-Capability,Bnd-LastModified</_removeheaders>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 8af0f92

Please sign in to comment.