Skip to content

Commit

Permalink
Don't use the animal sniffer plugin on Java >=9, use the release flag
Browse files Browse the repository at this point in the history
instead
  • Loading branch information
garydgregory committed Jul 22, 2023
1 parent 763e029 commit b2483dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,8 @@
<profile>
<id>animal-sniffer</id>
<activation>
<!-- Don't use on Java >= 9, use the release flag instead -->
<jdk>(,9)</jdk>
<!-- active unless the file is found -->
<file>
<missing>src/site/resources/profile.noanimal</missing>
Expand Down
3 changes: 2 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="59" date="2023-MM-DD" description="Version 59: Maintenance and update dependencies">
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add moditect profile for JPMS.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add moditect profile for JPMS on Java >= 9.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add POM property commons.javadoc.javaee8.link.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add POM property commons.javadoc.javaee9.link.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add POM property commons.javadoc.javaee9.1.link.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add POM property commons.javadoc.javaee10.link.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Don't use the animal sniffer plugin on Java >=9, use the release flag instead.</action>
<!-- FIX -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">Bump various GitHub actions is /.github.</action>
Expand Down

0 comments on commit b2483dd

Please sign in to comment.