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 dd1e349 commit 42ff8bcCopy full SHA for 42ff8bc
pom.xml
@@ -30,7 +30,7 @@ under the License.
30
</parent>
31
32
<artifactId>maven-assembly-plugin</artifactId>
33
- <version>3.1.1</version>
+ <version>3.1.2-SNAPSHOT</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven Assembly Plugin</name>
@@ -44,7 +44,7 @@ under the License.
44
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</connection>
45
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</developerConnection>
46
<url>https://github.com/apache/maven-assembly-plugin/tree/${project.scm.tag}</url>
47
- <tag>maven-assembly-plugin-3.1.1</tag>
+ <tag>HEAD</tag>
48
</scm>
49
<issueManagement>
50
<system>jira</system>
0 commit comments