Skip to content

Commit eaaf0ea

Browse files
committed
rename project
1 parent 3642860 commit eaaf0ea

File tree

14 files changed

+9
-9
lines changed

14 files changed

+9
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<module>prometheus-metrics-config</module>
6565
<module>prometheus-metrics-model</module>
6666
<module>prometheus-metrics-tracer</module>
67-
<module>prometheus-writer-textformat</module>
6867
<module>prometheus-metrics-exposition-formats</module>
68+
<module>prometheus-metrics-exposition-textformats</module>
6969
<module>prometheus-metrics-exporter-common</module>
7070
<module>prometheus-metrics-exporter-servlet-jakarta</module>
7171
<module>prometheus-metrics-exporter-servlet-javax</module>

prometheus-metrics-exporter-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</dependency>
2929
<dependency>
3030
<groupId>io.prometheus</groupId>
31-
<artifactId>prometheus-writer-textformat</artifactId>
31+
<artifactId>prometheus-metrics-exposition-textformats</artifactId>
3232
<version>${project.version}</version>
3333
</dependency>
3434
<dependency>

prometheus-metrics-exposition-formats/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependencies>
2626
<dependency>
2727
<groupId>io.prometheus</groupId>
28-
<artifactId>prometheus-writer-textformat</artifactId>
28+
<artifactId>prometheus-metrics-exposition-textformats</artifactId>
2929
<version>${project.version}</version>
3030
</dependency>
3131
<dependency>

prometheus-writer-textformat/pom.xml renamed to prometheus-metrics-exposition-textformats/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.3.2</version>
1010
</parent>
1111

12-
<artifactId>prometheus-writer-textformat</artifactId>
12+
<artifactId>prometheus-metrics-exposition-textformats</artifactId>
1313
<packaging>bundle</packaging>
1414

1515
<name>Prometheus Metrics Exposition Text Formats</name>

prometheus-writer-textformat/src/main/java/io/prometheus/metrics/expositionformats/ExpositionFormatWriter.java renamed to prometheus-metrics-exposition-textformats/src/main/java/io/prometheus/metrics/expositionformats/ExpositionFormatWriter.java

File renamed without changes.

prometheus-writer-textformat/src/main/java/io/prometheus/metrics/expositionformats/ExpositionFormats.java renamed to prometheus-metrics-exposition-textformats/src/main/java/io/prometheus/metrics/expositionformats/ExpositionFormats.java

File renamed without changes.

prometheus-writer-textformat/src/main/java/io/prometheus/metrics/expositionformats/OpenMetricsTextFormatWriter.java renamed to prometheus-metrics-exposition-textformats/src/main/java/io/prometheus/metrics/expositionformats/OpenMetricsTextFormatWriter.java

File renamed without changes.

prometheus-writer-textformat/src/main/java/io/prometheus/metrics/expositionformats/PrometheusTextFormatWriter.java renamed to prometheus-metrics-exposition-textformats/src/main/java/io/prometheus/metrics/expositionformats/PrometheusTextFormatWriter.java

File renamed without changes.

prometheus-writer-textformat/src/main/java/io/prometheus/metrics/expositionformats/TextFormatUtil.java renamed to prometheus-metrics-exposition-textformats/src/main/java/io/prometheus/metrics/expositionformats/TextFormatUtil.java

File renamed without changes.

prometheus-metrics-instrumentation-caffeine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- test dependencies -->
4545
<dependency>
4646
<groupId>io.prometheus</groupId>
47-
<artifactId>prometheus-writer-textformat</artifactId>
47+
<artifactId>prometheus-metrics-exposition-textformats</artifactId>
4848
<version>${project.version}</version>
4949
<scope>test</scope>
5050
</dependency>

0 commit comments

Comments
 (0)