Skip to content

Commit

Permalink
Merge pull request #85 from liquibase/update-manifest-implementation-…
Browse files Browse the repository at this point in the history
…title

Use project name as implementation title in manifest
  • Loading branch information
filipelautert authored Oct 24, 2023
2 parents 79c96d6 + 90a2106 commit b77fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<configuration>
<archive>
<manifestEntries>
<Implementation-Title>${project.artifactId}-${project.version}</Implementation-Title>
<Implementation-Title>${project.name}</Implementation-Title>
<Bundle-Vendor>Liquibase</Bundle-Vendor>
<Bundle-Version>${project.version}</Bundle-Version>
</manifestEntries>
Expand Down

0 comments on commit b77fbeb

Please sign in to comment.