Skip to content

Commit 2d163c1

Browse files
committed
[maven-release-plugin] prepare release maven-assembly-plugin-3.4.0
1 parent 9377502 commit 2d163c1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,18 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2523
<modelVersion>4.0.0</modelVersion>
2624

2725
<parent>
2826
<artifactId>maven-plugins</artifactId>
2927
<groupId>org.apache.maven.plugins</groupId>
3028
<version>36</version>
31-
<relativePath/>
29+
<relativePath />
3230
</parent>
3331

3432
<artifactId>maven-assembly-plugin</artifactId>
35-
<version>3.3.1-SNAPSHOT</version>
33+
<version>3.4.0</version>
3634
<packaging>maven-plugin</packaging>
3735

3836
<name>Apache Maven Assembly Plugin</name>
@@ -46,7 +44,7 @@ under the License.
4644
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</connection>
4745
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</developerConnection>
4846
<url>https://github.com/apache/maven-assembly-plugin/tree/${project.scm.tag}</url>
49-
<tag>HEAD</tag>
47+
<tag>maven-assembly-plugin-3.4.0</tag>
5048
</scm>
5149
<issueManagement>
5250
<system>jira</system>
@@ -72,7 +70,7 @@ under the License.
7270
<surefire.version>3.0.0-M6</surefire.version>
7371
<testOutputToFile>true</testOutputToFile>
7472
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder,JavadocMethod</checkstyle.violation.ignore>
75-
<project.build.outputTimestamp>2020-04-27T17:26:57Z</project.build.outputTimestamp>
73+
<project.build.outputTimestamp>2022-06-29T11:38:56Z</project.build.outputTimestamp>
7674
</properties>
7775

7876
<contributors>

0 commit comments

Comments
 (0)