Skip to content

Commit

Permalink
fix: display hook version in Admin pane (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Jul 18, 2024
1 parent c099394 commit e6efcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<maven-jar-plugin.Bundle-ManifestVersion>2</maven-jar-plugin.Bundle-ManifestVersion>
<maven-jar-plugin.Bundle-Build-Timestamp>${maven.build.timestamp}</maven-jar-plugin.Bundle-Build-Timestamp>
<!--suppress UnresolvedMavenProperty -->
<maven-jar-plugin.Bundle-Version>${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}.${project.artifact.selectedVersion.incrementalVersion}</maven-jar-plugin.Bundle-Version>
<maven-jar-plugin.Hook-Version>${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}.${project.artifact.selectedVersion.incrementalVersion}</maven-jar-plugin.Hook-Version>
<maven-jar-plugin.Automatic-Module-Name/>
<maven-jar-plugin.Extension-Context/>
</properties>
Expand Down Expand Up @@ -137,7 +137,7 @@
<Manifest-Version>${maven-jar-plugin.Manifest-Version}</Manifest-Version>
<Bundle-ManifestVersion>${maven-jar-plugin.Bundle-ManifestVersion}</Bundle-ManifestVersion>
<Automatic-Module-Name>${maven-jar-plugin.Automatic-Module-Name}</Automatic-Module-Name>
<Bundle-Version>${maven-jar-plugin.Bundle-Version}</Bundle-Version>
<Hook-Version>${maven-jar-plugin.Hook-Version}</Hook-Version>
<Bundle-Build-Timestamp>${maven-jar-plugin.Bundle-Build-Timestamp}</Bundle-Build-Timestamp>
<Extension-Context>${maven-jar-plugin.Extension-Context}</Extension-Context>
</manifestEntries>
Expand Down

0 comments on commit e6efcde

Please sign in to comment.