Skip to content

Commit fb71130

Browse files
authored
[JXR-178] Update parent pom to 39 (#98)
* parent pom 39 * spotless format * remove extra copyright notices * still more copyright notices
1 parent f40882e commit fb71130

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1930
-2651
lines changed

maven-jxr-plugin/pom.xml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
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 @@ 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

@@ -35,15 +33,15 @@ under the License.
3533
<name>Maven JXR Plugin</name>
3634
<inceptionYear>2005</inceptionYear>
3735

36+
<prerequisites>
37+
<maven>${mavenVersion}</maven>
38+
</prerequisites>
39+
3840
<properties>
3941
<mavenVersion>3.2.5</mavenVersion>
4042
<aetherVersion>1.0.0.v20140518</aetherVersion>
4143
</properties>
4244

43-
<prerequisites>
44-
<maven>${mavenVersion}</maven>
45-
</prerequisites>
46-
4745
<dependencies>
4846
<dependency>
4947
<groupId>org.apache.maven</groupId>
@@ -84,7 +82,8 @@ under the License.
8482
<dependency>
8583
<groupId>org.apache.maven.wagon</groupId>
8684
<artifactId>wagon-provider-api</artifactId>
87-
<version>2.8</version><!-- like Maven 3.2.5 -->
85+
<version>2.8</version>
86+
<!-- like Maven 3.2.5 -->
8887
</dependency>
8988
<dependency>
9089
<groupId>org.apache.maven.reporting</groupId>
@@ -121,8 +120,8 @@ under the License.
121120
<scope>test</scope>
122121
<exclusions>
123122
<exclusion>
124-
<artifactId>plexus-container-default</artifactId>
125123
<groupId>org.codehaus.plexus</groupId>
124+
<artifactId>plexus-container-default</artifactId>
126125
</exclusion>
127126
</exclusions>
128127
</dependency>

0 commit comments

Comments
 (0)