Skip to content

Commit

Permalink
Make 1.6 the default schema value
Browse files Browse the repository at this point in the history
  • Loading branch information
thesurlydev committed Oct 2, 2024
1 parent e41f66c commit c439ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public abstract class BaseCycloneDxMojo extends AbstractMojo {
*
* @since 2.1.0
*/
@Parameter(property = "schemaVersion", defaultValue = "1.5", required = false)
@Parameter(property = "schemaVersion", defaultValue = "1.6", required = false)
private String schemaVersion;
private Version effectiveSchemaVersion = null;

Expand Down

0 comments on commit c439ca2

Please sign in to comment.