Skip to content

Commit

Permalink
[JXR-178] Update parent pom to 39 (#98)
Browse files Browse the repository at this point in the history
* parent pom 39
* spotless format
* remove extra copyright notices
* still more copyright notices
  • Loading branch information
elharo authored May 23, 2023
1 parent f40882e commit fb71130
Show file tree
Hide file tree
Showing 50 changed files with 1,930 additions and 2,651 deletions.
15 changes: 7 additions & 8 deletions maven-jxr-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -18,7 +17,6 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>

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

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<aetherVersion>1.0.0.v20140518</aetherVersion>
</properties>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -84,7 +82,8 @@ under the License.
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>2.8</version><!-- like Maven 3.2.5 -->
<version>2.8</version>
<!-- like Maven 3.2.5 -->
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down Expand Up @@ -121,8 +120,8 @@ under the License.
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>plexus-container-default</artifactId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
Loading

0 comments on commit fb71130

Please sign in to comment.