Skip to content

Commit

Permalink
build: prepare release version 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: skhokhlov <[email protected]>
  • Loading branch information
skhokhlov committed Jan 15, 2025
1 parent d99005d commit bfc23ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To generate a BOM for a single project add the plugin to the `build.gradle`.

```groovy
plugins {
id 'org.cyclonedx.bom' version '1.10.0'
id 'org.cyclonedx.bom' version '2.0.0'
}
```

Expand Down Expand Up @@ -117,7 +117,7 @@ initscript {
}
}
dependencies {
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.10.0"
classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.0.0"
}
}
Expand Down Expand Up @@ -302,6 +302,7 @@ the CycloneDX version supported by the target system.

| Version | Schema Version | Format(s) |
|---------|----------------|-----------|
| 2.0.x | CycloneDX v1.6 | XML/JSON |
| 1.10.x | CycloneDX v1.6 | XML/JSON |
| 1.9.x | CycloneDX v1.6 | XML/JSON |
| 1.8.x | CycloneDX v1.5 | XML/JSON |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val organization = "CycloneDX"
group = "org.cyclonedx"
version = "2.0.0-alpha-1"
version = "2.0.0"

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit bfc23ae

Please sign in to comment.