Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 78 to 80
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 78 to 80.
- [Release notes](https://github.com/mojohaus/mojo-parent/releases)
- [Commits](https://github.com/mojohaus/mojo-parent/commits)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:mojo-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and slachiewicz committed Feb 25, 2024
1 parent 1fb5acb commit 1ac99a6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>78</version>
<version>80</version>
</parent>

<artifactId>javacc-maven-plugin</artifactId>
Expand Down Expand Up @@ -64,7 +64,6 @@ under the License.
</ciManagement>

<properties>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<sitePluginVersion>${maven-site-plugin.version}</sitePluginVersion>
<skipTests>false</skipTests>
</properties>
Expand Down Expand Up @@ -197,22 +196,4 @@ under the License.
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>java11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 1ac99a6

Please sign in to comment.