Skip to content

Commit

Permalink
Properties section is moved to proper place
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Solodovnik <[email protected]>
  • Loading branch information
solomax authored and fstab committed Oct 24, 2023
1 parent 03378b8 commit ee99bb8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions prometheus-metrics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Core Prometheus metric types
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.core</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -32,10 +36,6 @@
</developer>
</developers>

<properties>
<automatic.module.name>io.prometheus.metrics.core</automatic.module.name>
</properties>

<dependencies>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions prometheus-metrics-exporter-httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
HTTP Server providing a Prometheus scrape endpoint.
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.exporter.httpserver</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -32,10 +36,6 @@
</developer>
</developers>

<properties>
<automatic.module.name>io.prometheus.metrics.exporter.httpserver</automatic.module.name>
</properties>

<dependencies>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions prometheus-metrics-exposition-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Prometheus exposition formats.
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.expositionformats</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -32,10 +36,6 @@
</developer>
</developers>

<properties>
<automatic.module.name>io.prometheus.metrics.expositionformats</automatic.module.name>
</properties>

<dependencies>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions prometheus-metrics-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Data model for read-only immutable Prometheus metrics snapshots.
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.model</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -32,10 +36,6 @@
</developer>
</developers>

<properties>
<automatic.module.name>io.prometheus.metrics.model</automatic.module.name>
</properties>

<dependencies>
<!-- test dependencies -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Common Module for Prometheus integrations with distributed tracing libraries.
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.tracer.common</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -31,8 +35,4 @@
<email>[email protected]</email>
</developer>
</developers>

<properties>
<automatic.module.name>io.prometheus.metrics.tracer.common</automatic.module.name>
</properties>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Prometheus integration with the OpenTelemetry distributed tracing library.
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.tracer.otel</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -32,10 +36,6 @@
</developer>
</developers>

<properties>
<automatic.module.name>io.prometheus.metrics.tracer.otel</automatic.module.name>
</properties>

<dependencies>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down

0 comments on commit ee99bb8

Please sign in to comment.