1
- <?xml version =' 1.0' encoding =' UTF-8' ?>
2
-
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
3
2
<!--
4
3
Licensed to the Apache Software Foundation (ASF) under one
5
4
or more contributor license agreements. See the NOTICE file
@@ -18,15 +17,14 @@ KIND, either express or implied. See the License for the
18
17
specific language governing permissions and limitations
19
18
under the License.
20
19
-->
21
-
22
20
<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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
26
- <artifactId >maven-plugins</artifactId >
27
24
<groupId >org.apache.maven.plugins</groupId >
28
- <version >36</version >
29
- <relativePath />
25
+ <artifactId >maven-plugins</artifactId >
26
+ <version >39</version >
27
+ <relativePath />
30
28
</parent >
31
29
32
30
<artifactId >maven-source-plugin</artifactId >
@@ -36,10 +34,6 @@ under the License.
36
34
<name >Apache Maven Source Plugin</name >
37
35
<description >The Maven Source Plugin creates a JAR archive of the source files of the current project.</description >
38
36
39
- <prerequisites >
40
- <maven >${mavenVersion} </maven >
41
- </prerequisites >
42
-
43
37
<contributors >
44
38
<contributor >
45
39
<name >Marvin Froeder</name >
@@ -57,11 +51,15 @@ under the License.
57
51
</contributor >
58
52
</contributors >
59
53
54
+ <prerequisites >
55
+ <maven >${mavenVersion} </maven >
56
+ </prerequisites >
57
+
60
58
<scm >
61
59
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection >
62
60
<developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection >
63
- <url >https://github.com/apache/maven-source-plugin/tree/${project.scm.tag} </url >
64
61
<tag >HEAD</tag >
62
+ <url >https://github.com/apache/maven-source-plugin/tree/${project.scm.tag} </url >
65
63
</scm >
66
64
<issueManagement >
67
65
<system >JIRA</system >
@@ -116,7 +114,7 @@ under the License.
116
114
<artifactId >maven-plugin-annotations</artifactId >
117
115
<scope >provided</scope >
118
116
</dependency >
119
-
117
+
120
118
<dependency >
121
119
<groupId >org.apache.maven</groupId >
122
120
<artifactId >maven-archiver</artifactId >
@@ -132,7 +130,7 @@ under the License.
132
130
<artifactId >commons-io</artifactId >
133
131
<version >2.11.0</version >
134
132
</dependency >
135
-
133
+
136
134
<dependency >
137
135
<groupId >org.apache.maven.plugin-testing</groupId >
138
136
<artifactId >maven-plugin-testing-harness</artifactId >
0 commit comments