Skip to content

Commit 0c824b6

Browse files
committed
set name of artifact to bc-<version>-bom
1 parent 1834526 commit 0c824b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bom/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies {
1313
api(project(":pkix"))
1414
api(project(":prov"))
1515
api(project(":tls"))
16-
api(project(":test"))
1716
api(project(":mls"))
1817
api(project(":mail"))
1918
api(project(":jmail"))
@@ -24,7 +23,7 @@ publishing {
2423
publications {
2524
mavenJava(MavenPublication) {
2625
groupId = 'org.bouncycastle'
27-
artifactId = "bc-bom-$vmrange"
26+
artifactId = "bc-$vmrange-bom"
2827
from components.javaPlatform
2928
}
3029
}

0 commit comments

Comments
 (0)