Skip to content

Commit

Permalink
feat: add scope to pom properties (anchore#1779)
Browse files Browse the repository at this point in the history
* feat: add scope to pom properties

Signed-off-by: James Neate <[email protected]>

* fix: fixed conflict with schema bump

Signed-off-by: James Neate <[email protected]>

---------

Signed-off-by: James Neate <[email protected]>
  • Loading branch information
jneate authored Jun 1, 2023
1 parent 664e7cd commit 1997ad6
Show file tree
Hide file tree
Showing 5 changed files with 1,916 additions and 11 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const (

// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "8.0.0"
JSONSchemaVersion = "8.0.1"
)
Loading

0 comments on commit 1997ad6

Please sign in to comment.