Skip to content

Commit ba4cdf2

Browse files
[MINSTALL-188] Upgrade Parent to 39 - code reformat
1 parent 1f9c6df commit ba4cdf2

File tree

8 files changed

+658
-848
lines changed

8 files changed

+658
-848
lines changed

pom.xml

Lines changed: 12 additions & 14 deletions
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,7 +17,6 @@
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

@@ -37,15 +35,25 @@
3735
<description>Copies the project artifacts to the user's local repository.</description>
3836
<inceptionYear>2004</inceptionYear>
3937

38+
<contributors>
39+
<!-- alphabetic order -->
40+
<contributor>
41+
<name>Hermann Josef Hill</name>
42+
</contributor>
43+
<contributor>
44+
<name>Ludwig Magnusson</name>
45+
</contributor>
46+
</contributors>
47+
4048
<prerequisites>
4149
<maven>${mavenVersion}</maven>
4250
</prerequisites>
4351

4452
<scm>
4553
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
4654
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
47-
<url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
4855
<tag>HEAD</tag>
56+
<url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
4957
</scm>
5058
<issueManagement>
5159
<system>jira</system>
@@ -179,16 +187,6 @@
179187
</dependency>
180188
</dependencies>
181189

182-
<contributors>
183-
<!-- alphabetic order -->
184-
<contributor>
185-
<name>Hermann Josef Hill</name>
186-
</contributor>
187-
<contributor>
188-
<name>Ludwig Magnusson</name>
189-
</contributor>
190-
</contributors>
191-
192190
<profiles>
193191
<profile>
194192
<id>run-its</id>

0 commit comments

Comments
 (0)