Skip to content

Commit

Permalink
[pom] Change version number to allow for patches since this wraps spo…
Browse files Browse the repository at this point in the history
…tbugs

While spotbugs uses semantic versioning, us doing the same does not allow for any patches.  Using this style with one extra position allows us to patch.  It will most often be .0 but in this first case, I need to release a patch to patch vulnerable library usage.
  • Loading branch information
hazendaz committed Oct 17, 2021
1 parent a277cb3 commit 4bfe64e
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 @@ -11,7 +11,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.2.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>SpotBugs Maven Plugin</name>
Expand Down

0 comments on commit 4bfe64e

Please sign in to comment.