We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66857ad commit e6f4557Copy full SHA for e6f4557
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.github.spotbugs</groupId>
13
<artifactId>spotbugs-maven-plugin</artifactId>
14
- <version>4.5.0.0-SNAPSHOT</version>
+ <version>4.5.0.0</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>SpotBugs Maven Plugin</name>
@@ -94,7 +94,7 @@
94
<connection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</connection>
95
<developerConnection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</developerConnection>
96
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
97
- <tag>HEAD</tag>
+ <tag>spotbugs-maven-plugin-4.5.0.0</tag>
98
</scm>
99
<issueManagement>
100
<system>GitHub Issues</system>
0 commit comments