We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816ebc4 commit 2a74824Copy full SHA for 2a74824
pom.xml
@@ -30,7 +30,7 @@ under the License.
30
</parent>
31
32
<artifactId>maven-source-plugin</artifactId>
33
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven Source Plugin</name>
@@ -61,7 +61,7 @@ under the License.
61
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
62
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
63
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
64
- <tag>HEAD</tag>
+ <tag>maven-source-plugin-3.2.0</tag>
65
</scm>
66
<issueManagement>
67
<system>JIRA</system>
0 commit comments