Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jun 29, 2022
1 parent 2d163c1 commit 5feb0c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
</parent>

<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Assembly Plugin</name>
Expand All @@ -44,7 +44,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</developerConnection>
<url>https://github.com/apache/maven-assembly-plugin/tree/${project.scm.tag}</url>
<tag>maven-assembly-plugin-3.4.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -70,7 +70,7 @@ under the License.
<surefire.version>3.0.0-M6</surefire.version>
<testOutputToFile>true</testOutputToFile>
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder,JavadocMethod</checkstyle.violation.ignore>
<project.build.outputTimestamp>2022-06-29T11:38:56Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-06-29T11:39:31Z</project.build.outputTimestamp>
</properties>

<contributors>
Expand Down

0 comments on commit 5feb0c7

Please sign in to comment.