Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 67 to 77
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 26, 2023
1 parent f5d916a commit a25dc06
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>67</version>
<version>77</version>
</parent>

<artifactId>taglist-maven-plugin</artifactId>
Expand All @@ -17,16 +17,11 @@
<url>https://www.mojohaus.org/taglist-maven-plugin/</url>

<properties>
<mavenVersion>3.6.3</mavenVersion>
<mojo.java.target>1.8</mojo.java.target>
<project.build.outputTimestamp>1642852333</project.build.outputTimestamp>

<doxiaVersion>1.12.0</doxiaVersion>
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>

<!-- test dependencies -->
<dependency.junit.version>5.8.2</dependency.junit.version>

<!-- override plugins -->
<taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -151,7 +146,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.10.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
Expand Down Expand Up @@ -195,18 +189,6 @@
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${dependency.junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -285,11 +267,6 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
Expand Down

0 comments on commit a25dc06

Please sign in to comment.