Skip to content

Commit 2b0771c

Browse files
committed
rename project
1 parent b87cefa commit 2b0771c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

integration-tests/it-exporter/it-no-protobuf/pom.xml renamed to integration-tests/it-exporter/it-no-protobuf-test/pom.xml

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

11-
<artifactId>it-no-protobuf</artifactId>
11+
<artifactId>it-no-protobuf-test</artifactId>
1212

1313
<name>Integration Test - No Protobuf</name>
1414
<description>

integration-tests/it-exporter/it-no-protobuf/src/test/java/io/prometheus/metrics/it/noprotobuf/NoProtobufIT.java renamed to integration-tests/it-exporter/it-no-protobuf-test/src/test/java/io/prometheus/metrics/it/noprotobuf/NoProtobufIT.java

File renamed without changes.

integration-tests/it-exporter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<module>it-exporter-httpserver-sample</module>
2323
<module>it-exporter-no-protobuf</module>
2424
<module>it-exporter-test</module>
25-
<module>it-no-protobuf</module>
25+
<module>it-no-protobuf-test</module>
2626
</modules>
2727
</project>

0 commit comments

Comments
 (0)