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 <jamesmneate@gmail.com>

* fix: fixed conflict with schema bump

Signed-off-by: James Neate <jamesmneate@gmail.com>

---------

Signed-off-by: James Neate <jamesmneate@gmail.com>
  • Loading branch information
jneate committed 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
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"
)

0 comments on commit 1997ad6

Please sign in to comment.