Skip to content

Commit

Permalink
fix version string in debug messages
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Dec 9, 2022
1 parent f9cfdc7 commit f3ca885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/pom.xml
Expand Up @@ -79,6 +79,9 @@
<spotbugs.exclude>${project.basedir}/../spotbugs-exclude.xml</spotbugs.exclude>
<!--Maven plugins version-->
<spotbugs.version>4.4.2.2</spotbugs.version>

<!-- version identifier in jakarta.mail.Version -->
<mail.version>${project.version}</mail.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -395,6 +398,10 @@
<addDefaultEntries>false</addDefaultEntries>
</manifest>
</archive>
<excludes>
<!-- avoid getting (re)sources, such as Version.java, to the binary -->
<exclude>**/*.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f3ca885

Please sign in to comment.