Skip to content

Commit c3306c4

Browse files
committed
Change packaging of simpleclient_tracer to bundle #678
Signed-off-by: Fabian Stäber <[email protected]>
1 parent e68daf2 commit c3306c4

File tree

30 files changed

+49
-46
lines changed

30 files changed

+49
-46
lines changed
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>0.11.1-SNAPSHOT</version>
99
</parent>
1010

11-
<groupId>io.prometheus</groupId>
1211
<artifactId>benchmarks</artifactId>
1312

1413
<name>Prometheus Java Client Benchmarks</name>

benchmark/src/main/java/io/prometheus/client/benchmark/CounterBenchmark.java renamed to benchmarks/src/main/java/io/prometheus/client/benchmark/CounterBenchmark.java

File renamed without changes.

benchmark/src/main/java/io/prometheus/client/benchmark/ExemplarsBenchmark.java renamed to benchmarks/src/main/java/io/prometheus/client/benchmark/ExemplarsBenchmark.java

File renamed without changes.

benchmark/src/main/java/io/prometheus/client/benchmark/GaugeBenchmark.java renamed to benchmarks/src/main/java/io/prometheus/client/benchmark/GaugeBenchmark.java

File renamed without changes.

benchmark/src/main/java/io/prometheus/client/benchmark/SummaryBenchmark.java renamed to benchmarks/src/main/java/io/prometheus/client/benchmark/SummaryBenchmark.java

File renamed without changes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<module>simpleclient_tracer</module>
6161
<module>simpleclient_vertx</module>
6262
<module>simpleclient_bom</module>
63-
<module>benchmark</module>
63+
<module>benchmarks</module>
6464
<module>integration_tests</module>
6565
</modules>
6666

simpleclient/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>0.11.1-SNAPSHOT</version>
99
</parent>
1010

11-
<groupId>io.prometheus</groupId>
1211
<artifactId>simpleclient</artifactId>
1312
<packaging>bundle</packaging>
1413

simpleclient_bom/pom.xml

Lines changed: 41 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,97 +29,112 @@
2929
<dependency>
3030
<groupId>io.prometheus</groupId>
3131
<artifactId>simpleclient</artifactId>
32-
<version>0.11.1-SNAPSHOT</version>
32+
<version>${project.version}</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.prometheus</groupId>
36-
<artifactId>simpleclient_common</artifactId>
37-
<version>0.11.1-SNAPSHOT</version>
36+
<artifactId>simpleclient_caffeine</artifactId>
37+
<version>${project.version}</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.prometheus</groupId>
41-
<artifactId>simpleclient_caffeine</artifactId>
42-
<version>0.11.1-SNAPSHOT</version>
41+
<artifactId>simpleclient_common</artifactId>
42+
<version>${project.version}</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>simpleclient_dropwizard</artifactId>
47-
<version>0.11.1-SNAPSHOT</version>
47+
<version>${project.version}</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.prometheus</groupId>
5151
<artifactId>simpleclient_graphite_bridge</artifactId>
52-
<version>0.11.1-SNAPSHOT</version>
52+
<version>${project.version}</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.prometheus</groupId>
56-
<artifactId>simpleclient_hibernate</artifactId>
57-
<version>0.11.1-SNAPSHOT</version>
56+
<artifactId>simpleclient_guava</artifactId>
57+
<version>${project.version}</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>io.prometheus</groupId>
61-
<artifactId>simpleclient_guava</artifactId>
62-
<version>0.11.1-SNAPSHOT</version>
61+
<artifactId>simpleclient_hibernate</artifactId>
62+
<version>${project.version}</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.prometheus</groupId>
6666
<artifactId>simpleclient_hotspot</artifactId>
67-
<version>0.11.1-SNAPSHOT</version>
67+
<version>${project.version}</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>io.prometheus</groupId>
7171
<artifactId>simpleclient_httpserver</artifactId>
72-
<version>0.11.1-SNAPSHOT</version>
72+
<version>${project.version}</version>
73+
</dependency>
74+
<dependency>
75+
<groupId>io.prometheus</groupId>
76+
<artifactId>simpleclient_jetty</artifactId>
77+
<version>${project.version}</version>
78+
</dependency>
79+
<dependency>
80+
<groupId>io.prometheus</groupId>
81+
<artifactId>simpleclient_jetty_jdk8</artifactId>
82+
<version>${project.version}</version>
7383
</dependency>
7484
<dependency>
7585
<groupId>io.prometheus</groupId>
7686
<artifactId>simpleclient_log4j</artifactId>
77-
<version>0.11.1-SNAPSHOT</version>
87+
<version>${project.version}</version>
7888
</dependency>
7989
<dependency>
8090
<groupId>io.prometheus</groupId>
8191
<artifactId>simpleclient_log4j2</artifactId>
82-
<version>0.11.1-SNAPSHOT</version>
92+
<version>${project.version}</version>
8393
</dependency>
8494
<dependency>
8595
<groupId>io.prometheus</groupId>
8696
<artifactId>simpleclient_logback</artifactId>
87-
<version>0.11.1-SNAPSHOT</version>
97+
<version>${project.version}</version>
8898
</dependency>
8999
<dependency>
90100
<groupId>io.prometheus</groupId>
91101
<artifactId>simpleclient_pushgateway</artifactId>
92-
<version>0.11.1-SNAPSHOT</version>
102+
<version>${project.version}</version>
93103
</dependency>
94104
<dependency>
95105
<groupId>io.prometheus</groupId>
96106
<artifactId>simpleclient_servlet</artifactId>
97-
<version>0.11.1-SNAPSHOT</version>
107+
<version>${project.version}</version>
98108
</dependency>
99109
<dependency>
100110
<groupId>io.prometheus</groupId>
101-
<artifactId>simpleclient_spring_web</artifactId>
102-
<version>0.11.1-SNAPSHOT</version>
111+
<artifactId>simpleclient_servlet_jakarta</artifactId>
112+
<version>${project.version}</version>
103113
</dependency>
104114
<dependency>
105115
<groupId>io.prometheus</groupId>
106116
<artifactId>simpleclient_spring_boot</artifactId>
107-
<version>0.11.1-SNAPSHOT</version>
117+
<version>${project.version}</version>
108118
</dependency>
109119
<dependency>
110120
<groupId>io.prometheus</groupId>
111-
<artifactId>simpleclient_jetty</artifactId>
112-
<version>0.11.1-SNAPSHOT</version>
121+
<artifactId>simpleclient_spring_web</artifactId>
122+
<version>${project.version}</version>
113123
</dependency>
114124
<dependency>
115125
<groupId>io.prometheus</groupId>
116-
<artifactId>simpleclient_jetty_jdk8</artifactId>
117-
<version>0.11.1-SNAPSHOT</version>
126+
<artifactId>simpleclient_tracer_otel</artifactId>
127+
<version>${project.version}</version>
128+
</dependency>
129+
<dependency>
130+
<groupId>io.prometheus</groupId>
131+
<artifactId>simpleclient_tracer_otel_agent</artifactId>
132+
<version>${project.version}</version>
118133
</dependency>
119134
<dependency>
120135
<groupId>io.prometheus</groupId>
121136
<artifactId>simpleclient_vertx</artifactId>
122-
<version>0.11.1-SNAPSHOT</version>
137+
<version>${project.version}</version>
123138
</dependency>
124139
</dependencies>
125140
</dependencyManagement>

simpleclient_caffeine/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>0.11.1-SNAPSHOT</version>
99
</parent>
1010

11-
<groupId>io.prometheus</groupId>
1211
<artifactId>simpleclient_caffeine</artifactId>
1312
<packaging>bundle</packaging>
1413

0 commit comments

Comments
 (0)