Skip to content

Commit

Permalink
Bump org.apache.maven:maven-parent from 39 to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 3, 2024
1 parent 06dc3b2 commit ff59d89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
7 changes: 0 additions & 7 deletions maven-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
Expand Down
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>39</version>
<version>41</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -76,7 +76,6 @@
<!-- provided by Maven core -->
<javaVersion>8</javaVersion>
<netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
<surefire.version>2.22.2</surefire.version>
<maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
<project.build.outputTimestamp>2023-10-07T20:08:46Z</project.build.outputTimestamp>
<maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
Expand Down Expand Up @@ -155,17 +154,6 @@
<artifactId>maven-artifact-transfer</artifactId>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<!-- DO NOT UPGRADE TO 4 -->
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit ff59d89

Please sign in to comment.