Skip to content

Commit

Permalink
updated desc - bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed May 26, 2022
1 parent 44600bc commit 73c66b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -10,9 +10,9 @@
CycloneDX Maven Plugin
=========

The CycloneDX Maven plugin creates an aggregate of all direct and transitive dependencies of a project
and creates a valid CycloneDX SBOM. CycloneDX is a lightweight software bill of materials
(SBOM) specification designed for use in application security contexts and supply chain component analysis.
The CycloneDX Maven plugin generates CycloneDX Software Bill of Materials (SBOM) containing the aggregate of all direct
and transitive dependencies of a project. CycloneDX is a lightweight software bill of materials
(SBOM) standard designed for use in application security contexts and supply chain component analysis.

Maven Usage
-------------------
Expand All @@ -23,7 +23,7 @@ Maven Usage
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.6.2</version>
<version>2.7.0</version>
</plugin>
</plugins>
```
Expand All @@ -36,7 +36,7 @@ Default Values
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.6.2</version>
<version>2.7.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
<version>2.7.0-SNAPSHOT</version>

<name>CycloneDX Maven plugin</name>
<description>The CycloneDX Maven plugin creates an aggregate of all dependencies and transitive dependencies of a project and creates a valid CycloneDX Software Bill of Material (SBOM) from the results.</description>
<description>The CycloneDX Maven plugin generates CycloneDX Software Bill of Materials (SBOM) containing the aggregate of all direct and transitive dependencies of a project.</description>
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin</url>
<inceptionYear>2017</inceptionYear>
<organization>
Expand Down

0 comments on commit 73c66b1

Please sign in to comment.