Skip to content

Commit

Permalink
Maven build - OSGi Bundle-Version fix (#2232)
Browse files Browse the repository at this point in the history
Fixes #2221

Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman committed Aug 9, 2024
1 parent ef4f334 commit e012b74
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 @@ -108,7 +108,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.subdirectory>test-reports</project.build.testReports.subdirectory>
<project.build.testReports.summaryFile>test-summary</project.build.testReports.summaryFile>
<project.build.licenceResourceDirectory>${project.build.directory}/license</project.build.licenceResourceDirectory>
Expand Down Expand Up @@ -1453,6 +1453,7 @@
<Bundle-Version>${release.version}.v${build.date}${build.time}</Bundle-Version>
<Automatic-Module-Name>${project.artifactId}</Automatic-Module-Name>
<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 e012b74

Please sign in to comment.