Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-assembly-plugin-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 19, 2023
1 parent f5ccd4d commit f73f48f
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.5.0-SNAPSHOT</version>
<version>3.5.0</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>HEAD</tag>
<tag>maven-assembly-plugin-3.5.0</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down Expand Up @@ -72,7 +72,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-07-20T21:31:20Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-02-19T15:09:01Z</project.build.outputTimestamp>
</properties>

<contributors>
Expand Down

0 comments on commit f73f48f

Please sign in to comment.