Skip to content

Commit dee4c10

Browse files
[MSOURCES-133] Upgrade Parent to 39
1 parent 452111f commit dee4c10

19 files changed

+697
-905
lines changed

pom.xml

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
2-
1+
<?xml version="1.0" encoding="UTF-8"?>
32
<!--
43
Licensed to the Apache Software Foundation (ASF) under one
54
or more contributor license agreements. See the NOTICE file
@@ -18,15 +17,14 @@ KIND, either express or implied. See the License for the
1817
specific language governing permissions and limitations
1918
under the License.
2019
-->
21-
2220
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
26-
<artifactId>maven-plugins</artifactId>
2724
<groupId>org.apache.maven.plugins</groupId>
28-
<version>36</version>
29-
<relativePath/>
25+
<artifactId>maven-plugins</artifactId>
26+
<version>39</version>
27+
<relativePath />
3028
</parent>
3129

3230
<artifactId>maven-source-plugin</artifactId>
@@ -36,10 +34,6 @@ under the License.
3634
<name>Apache Maven Source Plugin</name>
3735
<description>The Maven Source Plugin creates a JAR archive of the source files of the current project.</description>
3836

39-
<prerequisites>
40-
<maven>${mavenVersion}</maven>
41-
</prerequisites>
42-
4337
<contributors>
4438
<contributor>
4539
<name>Marvin Froeder</name>
@@ -57,11 +51,15 @@ under the License.
5751
</contributor>
5852
</contributors>
5953

54+
<prerequisites>
55+
<maven>${mavenVersion}</maven>
56+
</prerequisites>
57+
6058
<scm>
6159
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
6260
<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>
6461
<tag>HEAD</tag>
62+
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
6563
</scm>
6664
<issueManagement>
6765
<system>JIRA</system>
@@ -116,7 +114,7 @@ under the License.
116114
<artifactId>maven-plugin-annotations</artifactId>
117115
<scope>provided</scope>
118116
</dependency>
119-
117+
120118
<dependency>
121119
<groupId>org.apache.maven</groupId>
122120
<artifactId>maven-archiver</artifactId>
@@ -132,7 +130,7 @@ under the License.
132130
<artifactId>commons-io</artifactId>
133131
<version>2.11.0</version>
134132
</dependency>
135-
133+
136134
<dependency>
137135
<groupId>org.apache.maven.plugin-testing</groupId>
138136
<artifactId>maven-plugin-testing-harness</artifactId>

0 commit comments

Comments
 (0)