Skip to content

Commit

Permalink
Update mojo-parent to 78
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 11, 2024
1 parent adb0b8d commit 94681db
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>74</version>
<version>78</version>
</parent>

<artifactId>extra-enforcer-rules</artifactId>
Expand Down Expand Up @@ -64,20 +64,9 @@
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>
<!-- we need dot less properties for .vm -->
<enforcerPluginVersion>${maven-enforcer-plugin.version}</enforcerPluginVersion>
<maven.version>3.6.3</maven.version>
<project.build.outputTimestamp>2023-06-01T15:30:27Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- enforcer API -->
<dependency>
Expand All @@ -91,7 +80,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>

Expand All @@ -118,7 +107,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 94681db

Please sign in to comment.