Skip to content

Commit

Permalink
Maven build - OSGi Bundle-Version fix
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman committed Aug 8, 2024
1 parent 43356e8 commit 3522e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<build.type>SNAPSHOT</build.type>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<build.qualifier>v${maven.build.timestamp}</build.qualifier>
<bundle.version>${project.version}.${build.qualifier}</bundle.version>
<bundle.version>${release.version}.${build.qualifier}</bundle.version>
<project.build.testReports.settings>test-report-settings/surefire-report.properties</project.build.testReports.settings>
<project.build.testReports.subdirectory>test-reports</project.build.testReports.subdirectory>
<project.build.testReports.summaryFile>test-summary</project.build.testReports.summaryFile>
Expand Down Expand Up @@ -1664,6 +1664,7 @@
<_noextraheaders>true</_noextraheaders>
<_noimportjava>true</_noimportjava>
<HK2-Bundle-Name>${project.groupId}:${project.artifactId}</HK2-Bundle-Name>
<Bundle-Version>${bundle.version}</Bundle-Version>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 3522e63

Please sign in to comment.