Skip to content

Commit e01ed50

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6087da5 commit e01ed50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131

3232
<artifactId>maven-assembly-plugin</artifactId>
33-
<version>3.4.2</version>
33+
<version>3.4.3-SNAPSHOT</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>Apache Maven Assembly Plugin</name>
@@ -44,7 +44,7 @@ under the License.
4444
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</connection>
4545
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</developerConnection>
4646
<url>https://github.com/apache/maven-assembly-plugin/tree/${project.scm.tag}</url>
47-
<tag>maven-assembly-plugin-3.4.2</tag>
47+
<tag>HEAD</tag>
4848
</scm>
4949
<issueManagement>
5050
<system>jira</system>
@@ -70,7 +70,7 @@ under the License.
7070
<surefire.version>3.0.0-M6</surefire.version>
7171
<testOutputToFile>true</testOutputToFile>
7272
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder,JavadocMethod</checkstyle.violation.ignore>
73-
<project.build.outputTimestamp>2022-07-20T21:30:46Z</project.build.outputTimestamp>
73+
<project.build.outputTimestamp>2022-07-20T21:31:20Z</project.build.outputTimestamp>
7474
</properties>
7575

7676
<contributors>

0 commit comments

Comments
 (0)