Skip to content

Commit

Permalink
Bump parent from 70 to 73
Browse files Browse the repository at this point in the history
- remove items defined in parent
  • Loading branch information
slawekjaranowski committed Feb 18, 2023
1 parent 57520d0 commit ebb2df5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 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>70</version>
<version>73</version>
</parent>

<artifactId>extra-enforcer-rules</artifactId>
Expand Down Expand Up @@ -141,9 +141,6 @@
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
<bannedDependencies>
<excludes>
<exclude>org.apache.maven.enforcer:enforcer-rules</exclude>
Expand Down Expand Up @@ -213,15 +210,5 @@
</plugins>
</build>
</profile>

<profile>
<id>java9+</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
</profiles>
</project>

0 comments on commit ebb2df5

Please sign in to comment.