Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Springett <steve@springett.us>
  • Loading branch information
stevespringett committed May 14, 2024
1 parent d75df53 commit 4e4e475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maven Usage
<dependency>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-core-java</artifactId>
<version>8.0.3</version>
<version>9.0.0</version>
</dependency>
```

Expand All @@ -33,6 +33,7 @@ the CycloneDX version supported by the target system.

| Version | Schema Version | Format(s) |
|---------|----------------|-----------|
| 9.x | CycloneDX v1.6 | XML/JSON |
| 8.x | CycloneDX v1.5 | XML/JSON |
| 7.x | CycloneDX v1.4 | XML/JSON |
| 6.x | CycloneDX v1.4 | XML/JSON |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-core-java</artifactId>
<packaging>jar</packaging>
<version>8.1.0-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>

<name>CycloneDX Core (Java)</name>
<description>The CycloneDX core module provides a model representation of the BOM along with utilities to assist in creating, parsing, and validating BOMs.</description>
Expand Down

0 comments on commit 4e4e475

Please sign in to comment.