Skip to content

Commit

Permalink
Publish BOM to correct repo
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Oct 22, 2024
1 parent eda44d0 commit 6df40af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,23 @@ publishing {
publications {
mavenPlatform(MavenPublication) {
from components.javaPlatform
groupId "org.hyperledger.besu"
groupId "io.consensys.linea-besu"
artifactId 'bom'
version calculateVersion()

pom {
name = "Besu BOM"
url = 'http://github.com/hyperledger/besu'
name = "Linea Besu BOM"
url = 'https://github.com/ConsenSys/linea-besu'
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
scm {
connection = 'scm:git:git://github.com/hyperledger/besu.git'
developerConnection = 'scm:git:ssh://github.com/hyperledger/besu.git'
url = 'https://github.com/hyperledger/besu'
connection = 'scm:git:git://github.com/ConsenSys/linea-besu.git'
developerConnection = 'scm:git:ssh://github.com/ConsenSys/linea-besu.git'
url = 'https://github.com/ConsenSys/linea-besu'
}
}
}
Expand Down

0 comments on commit 6df40af

Please sign in to comment.