Skip to content

Commit

Permalink
Move maven version change to a different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Feb 28, 2024
1 parent 79ee127 commit 38213f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ under the License.
</contributors>

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

<scm>
Expand All @@ -68,7 +68,7 @@ under the License.

<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.9.6</mavenVersion>
<mavenVersion>3.2.5</mavenVersion>
<project.build.outputTimestamp>2022-06-18T21:03:59Z</project.build.outputTimestamp>
</properties>

Expand Down

0 comments on commit 38213f7

Please sign in to comment.