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 13bc3fe commit 63feb99Copy full SHA for 63feb99
pom.xml
@@ -30,7 +30,7 @@ under the License.
30
</parent>
31
32
<artifactId>maven-pmd-plugin</artifactId>
33
- <version>3.13.0-SNAPSHOT</version>
+ <version>3.13.0</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven PMD Plugin</name>
@@ -67,7 +67,7 @@ under the License.
67
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</connection>
68
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</developerConnection>
69
<url>https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag}</url>
70
- <tag>HEAD</tag>
+ <tag>maven-pmd-plugin-3.13.0</tag>
71
</scm>
72
<issueManagement>
73
<system>JIRA</system>
0 commit comments