Skip to content

Commit

Permalink
Merge pull request #328 from msymons/1.5-Tweaks
Browse files Browse the repository at this point in the history
Update Version to 8.x
  • Loading branch information
stevespringett authored Oct 2, 2023
2 parents 5629a91 + ab8df57 commit e907b4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CycloneDX Core (Java)
=========

The CycloneDX core module provides a model representation of the SBOM along with utilities to assist in creating,
validating, and parsing SBOMs. CycloneDX is a lightweight software bill of materials (SBOM) specification designed for
use in application security contexts and supply chain component analysis.
validating, and parsing SBOMs. OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced
supply chain capabilities for cyber risk reduction

Maven Usage
-------------------
Expand All @@ -21,7 +21,7 @@ Maven Usage
<dependency>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-core-java</artifactId>
<version>7.3.2</version>
<version>8.0.0</version>
</dependency>
```

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

| Version | Schema Version | Format(s) |
|---------|----------------|-----------|
| 8.x | CycloneDX v1.5 | XML/JSON |
| 7.x | CycloneDX v1.4 | XML/JSON |
| 6.x | CycloneDX v1.4 | XML/JSON |
| 5.x | CycloneDX v1.3 | 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>7.4.0-SNAPSHOT</version>
<version>8.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 e907b4b

Please sign in to comment.