Skip to content

Commit 8739a12

Browse files
committed
build: prepare version 3.0.2
Signed-off-by: skhokhlov <me@skhlv.nyc>
1 parent ca95023 commit 8739a12

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Apply the plugin to your project:
4848

4949
```groovy
5050
plugins {
51-
id 'org.cyclonedx.bom' version '3.0.1'
51+
id 'org.cyclonedx.bom' version '3.0.2'
5252
}
5353
```
5454

5555
**Kotlin DSL:**
5656

5757
```kotlin
5858
plugins {
59-
id("org.cyclonedx.bom") version "3.0.1"
59+
id("org.cyclonedx.bom") version "3.0.2"
6060
}
6161
```
6262

@@ -289,7 +289,7 @@ Both tasks support:
289289

290290
```kotlin
291291
plugins {
292-
id("org.cyclonedx.bom") version "3.0.1"
292+
id("org.cyclonedx.bom") version "3.0.2"
293293
id("application")
294294
}
295295

@@ -305,7 +305,7 @@ Root `/build.gradle.kts`:
305305

306306
```kotlin
307307
plugins {
308-
id("org.cyclonedx.bom") version "3.0.1"
308+
id("org.cyclonedx.bom") version "3.0.2"
309309
}
310310

311311
allprojects {
@@ -345,7 +345,7 @@ import org.cyclonedx.model.*
345345
import org.cyclonedx.model.schema.*
346346

347347
plugins {
348-
id("org.cyclonedx.bom") version "3.0.1"
348+
id("org.cyclonedx.bom") version "3.0.2"
349349
id("java")
350350
}
351351

@@ -388,7 +388,7 @@ tasks.cyclonedxDirectBom {
388388
import org.cyclonedx.model.*
389389

390390
plugins {
391-
id("org.cyclonedx.bom") version "3.0.1"
391+
id("org.cyclonedx.bom") version "3.0.2"
392392
id("java")
393393
}
394394

@@ -408,7 +408,7 @@ tasks.cyclonedxDirectBom {
408408
import org.cyclonedx.model.*
409409

410410
plugins {
411-
id("org.cyclonedx.bom") version "3.0.1"
411+
id("org.cyclonedx.bom") version "3.0.2"
412412
id("java")
413413
}
414414
tasks.cyclonedxDirectBom {
@@ -426,7 +426,7 @@ tasks.cyclonedxDirectBom {
426426

427427
```kotlin
428428
plugins {
429-
id("org.cyclonedx.bom") version "3.0.1"
429+
id("org.cyclonedx.bom") version "3.0.2"
430430
id("java")
431431
}
432432

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
val organization = "CycloneDX"
1515
group = "org.cyclonedx"
16-
version = "3.0.1"
16+
version = "3.0.2"
1717

1818
java {
1919
toolchain {

0 commit comments

Comments
 (0)