Skip to content

Commit df25b6b

Browse files
committed
Bump version to 1.8.1
1 parent a0e6324 commit df25b6b

File tree

6 files changed

+4
-46
lines changed

6 files changed

+4
-46
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To generate BOM for a single project add the plugin to the `build.gradle`.
3030

3131
```groovy
3232
plugins {
33-
id 'org.cyclonedx.bom' version '1.8.0'
33+
id 'org.cyclonedx.bom' version '1.8.1'
3434
}
3535
```
3636

@@ -107,7 +107,7 @@ initscript {
107107
}
108108
}
109109
dependencies {
110-
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.8.0"
110+
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.8.1"
111111
}
112112
}
113113

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
val organization = "CycloneDX"
99
group = "org.cyclonedx"
10-
version = "1.8.0"
10+
version = "1.8.1"
1111

1212
java.sourceCompatibility = JavaVersion.VERSION_1_8
1313
java.targetCompatibility = JavaVersion.VERSION_1_8

src/main/resources/plugin.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
vendor=CycloneDX
22
name=cyclonedx-gradle-plugin
3-
version=1.7.4
3+
version=1.8.1

src/test/build.gradle

-27
This file was deleted.

src/test/createbom.sh

-6
This file was deleted.

src/test/settings.gradle

-9
This file was deleted.

0 commit comments

Comments
 (0)