Skip to content

Commit bfde4aa

Browse files
authored
Merge pull request clusterbench#614 from rhusar/metadata
chore: Fix project metadata clusterbench#559
2 parents 208484d + 50ff155 commit bfde4aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= ClusterBench image:https://github.com/clusterbench/clusterbench/workflows/CI/badge.svg[CI,link=https://github.com/clusterbench/clusterbench/actions] image:https://img.shields.io/maven-central/v/org.jboss.test/clusterbench?logo=apache-maven[Version,link=https://search.maven.org/artifact/org.jboss.test/clusterbench]
1+
= ClusterBench image:https://github.com/clusterbench/clusterbench/workflows/CI/badge.svg[CI,link=https://github.com/clusterbench/clusterbench/actions] image:https://img.shields.io/maven-central/v/org.wildfly.clustering.benchmark/clusterbench-bom?logo=apache-maven[Version,link=https://central.sonatype.com/artifact/org.wildfly.clustering.benchmark/clusterbench-bom]
22
:toc:
33
:toclevels: 1
44

bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,14 @@
4343
<scm>
4444
<developerConnection>scm:git:[email protected]:clusterbench/clusterbench.git</developerConnection>
4545
<tag>HEAD</tag>
46+
<url>https://github.com/clusterbench/clusterbench</url>
4647
</scm>
4748

49+
<issueManagement>
50+
<system>GitHub Issues</system>
51+
<url>https://github.com/clusterbench/clusterbench/issues</url>
52+
</issueManagement>
53+
4854
<properties>
4955
<nexus.staging.tag>${project.groupId}-${project.version}</nexus.staging.tag>
5056

0 commit comments

Comments
 (0)