Skip to content

Commit

Permalink
Cleanup after mojo-parent upgrade to 75
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 8, 2023
1 parent 359676a commit 5f14331
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</developers>

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

<scm>
Expand All @@ -74,11 +74,7 @@
</ciManagement>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mojo.java.target>8</mojo.java.target>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<!-- remove with parent upgrade -->
<maven-release-plugin.version>3.0.0</maven-release-plugin.version>
<scmpublish.content>${project.build.directory}/staging/build-helper-maven-plugin</scmpublish.content>
<project.build.outputTimestamp>2023-05-11T22:04:25Z</project.build.outputTimestamp>
</properties>
Expand All @@ -87,13 +83,13 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5f14331

Please sign in to comment.