Skip to content

Commit aa1978c

Browse files
authored
Merge pull request #161 from intergral/add-project-names
fix(release): Add Project Names to all projects
2 parents ec2b674 + c59033a commit aa1978c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/java-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</parent>
2929

3030
<artifactId>java-plugin</artifactId>
31+
<name>Java Plugin</name>
3132
<description>Attach special Java attributes to the collected snapshots.</description>
3233

3334
<properties>

plugins/otel-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</parent>
2929

3030
<artifactId>otel-plugin</artifactId>
31+
<name>OTel Plugin</name>
3132

3233
<properties>
3334
</properties>

plugins/prometheus-metrics/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</parent>
2828

2929
<artifactId>prometheus-metrics</artifactId>
30+
<name>Prometheus Metrics Plugin</name>
3031

3132
<properties>
3233
<prometheus.version>1.1.0</prometheus.version>

0 commit comments

Comments
 (0)