We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb11ed6 commit 7803030Copy full SHA for 7803030
pom.xml
@@ -30,7 +30,7 @@ under the License.
30
</parent>
31
32
<artifactId>maven-checkstyle-plugin</artifactId>
33
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven Checkstyle Plugin</name>
@@ -45,7 +45,7 @@ under the License.
45
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</connection>
46
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</developerConnection>
47
<url>https://github.com/apache/maven-checkstyle-plugin/tree/${project.scm.tag}</url>
48
- <tag>HEAD</tag>
+ <tag>maven-checkstyle-plugin-3.0.0</tag>
49
</scm>
50
<issueManagement>
51
<system>JIRA</system>
0 commit comments