Skip to content

Commit

Permalink
build: prepare release version 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: skhokhlov <[email protected]>
  • Loading branch information
skhokhlov committed Feb 6, 2025
1 parent 9cbee94 commit 8660b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 '2.0.0'
id 'org.cyclonedx.bom' version '2.1.0'
}
```

Expand Down Expand Up @@ -117,7 +117,7 @@ initscript {
}
}
dependencies {
classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.0.0"
classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.1.0"
}
}
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"
version = "2.1.0"

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

0 comments on commit 8660b9e

Please sign in to comment.