@@ -19,20 +19,18 @@ specific language governing permissions and limitations
19
19
under the License.
20
20
-->
21
21
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" >
25
23
<modelVersion >4.0.0</modelVersion >
26
24
27
25
<parent >
28
26
<artifactId >maven-plugins</artifactId >
29
27
<groupId >org.apache.maven.plugins</groupId >
30
28
<version >36</version >
31
- <relativePath />
29
+ <relativePath />
32
30
</parent >
33
31
34
32
<artifactId >maven-assembly-plugin</artifactId >
35
- <version >3.3.1-SNAPSHOT </version >
33
+ <version >3.4.0 </version >
36
34
<packaging >maven-plugin</packaging >
37
35
38
36
<name >Apache Maven Assembly Plugin</name >
@@ -46,7 +44,7 @@ under the License.
46
44
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</connection >
47
45
<developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</developerConnection >
48
46
<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 >
50
48
</scm >
51
49
<issueManagement >
52
50
<system >jira</system >
@@ -72,7 +70,7 @@ under the License.
72
70
<surefire .version>3.0.0-M6</surefire .version>
73
71
<testOutputToFile >true</testOutputToFile >
74
72
<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>
76
74
</properties >
77
75
78
76
<contributors >
0 commit comments