Skip to content

Commit 4bfe64e

Browse files
committed
[pom] Change version number to allow for patches since this wraps spotbugs
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.
1 parent a277cb3 commit 4bfe64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.github.spotbugs</groupId>
1313
<artifactId>spotbugs-maven-plugin</artifactId>
14-
<version>4.4.3-SNAPSHOT</version>
14+
<version>4.4.2.1-SNAPSHOT</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>SpotBugs Maven Plugin</name>

0 commit comments

Comments
 (0)