Skip to content

Commit

Permalink
Merge pull request #1197 from juherr/feature/upgrade-plugins
Browse files Browse the repository at this point in the history
Update maven plugins
  • Loading branch information
goekay authored Aug 2, 2023
2 parents c49d0c0 + 7ccc479 commit 0d7f045
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<requireJavaVersion>
<version>[11,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.3.9,)</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -224,9 +227,9 @@
</plugin>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.9.10</version>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>6.0.0</version>
<executions>
<execution>
<phase>initialize</phase>
Expand Down

0 comments on commit 0d7f045

Please sign in to comment.