Skip to content

Commit

Permalink
Merge pull request #124 from dmlloyd/po
Browse files Browse the repository at this point in the history
Do not override plugin versions from the parent POM
  • Loading branch information
dmlloyd authored Oct 16, 2023
2 parents a286023 + 27bf965 commit 5056a74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,8 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1-jboss-2</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -79,7 +71,6 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-injection-plugin</artifactId>
<version>1.0.2</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down

0 comments on commit 5056a74

Please sign in to comment.