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 64c5e65 commit d91fff8Copy full SHA for d91fff8
pom.xml
@@ -30,7 +30,7 @@
30
</parent>
31
32
<artifactId>maven-jar-plugin</artifactId>
33
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven JAR Plugin</name>
@@ -57,7 +57,7 @@
57
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</connection>
58
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</developerConnection>
59
<url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
60
- <tag>HEAD</tag>
+ <tag>maven-jar-plugin-3.2.0</tag>
61
</scm>
62
<issueManagement>
63
<system>JIRA</system>
0 commit comments