Skip to content

Commit

Permalink
Add @since to externalReferences javadoc (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Jan 15, 2024
1 parent a78980b commit df528da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ public abstract class BaseCycloneDxMojo extends AbstractMojo {

/**
* External references to be added to <code>$.metadata.component.externalReferences[]</code>.
*
* @since 2.7.11
*/
@Parameter
private ExternalReference[] externalReferences;
Expand Down

0 comments on commit df528da

Please sign in to comment.