We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a8182 commit 1fb366dCopy full SHA for 1fb366d
pom.xml
@@ -30,7 +30,7 @@
30
</parent>
31
32
<artifactId>maven-shade-plugin</artifactId>
33
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven Shade Plugin</name>
@@ -47,7 +47,7 @@
47
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</connection>
48
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</developerConnection>
49
<url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
50
- <tag>HEAD</tag>
+ <tag>maven-shade-plugin-3.1.1</tag>
51
</scm>
52
<issueManagement>
53
<system>jira</system>
0 commit comments