@@ -371,7 +371,7 @@ Base (Core):
371
371
<dependency >
372
372
<groupId >com.ringcentral.platform.metrics</groupId >
373
373
<artifactId >metrics-facade-base</artifactId >
374
- <version >4.2.0-SNAPSHOT </version >
374
+ <version >4.2.0-RELEASE </version >
375
375
</dependency >
376
376
```
377
377
@@ -380,7 +380,7 @@ Base (Core):
380
380
<dependency >
381
381
<groupId >com.ringcentral.platform.metrics</groupId >
382
382
<artifactId >metrics-facade-default-impl</artifactId >
383
- <version >4.2.0-SNAPSHOT </version >
383
+ <version >4.2.0-RELEASE </version >
384
384
</dependency >
385
385
```
386
386
@@ -389,7 +389,7 @@ Metrics reporter(s) (for example, ```PrometheusMetricsExporter```):
389
389
<dependency >
390
390
<groupId >com.ringcentral.platform.metrics</groupId >
391
391
<artifactId >metrics-facade-prometheus</artifactId >
392
- <version >4.2.0-SNAPSHOT </version >
392
+ <version >4.2.0-RELEASE </version >
393
393
</dependency >
394
394
```
395
395
@@ -714,7 +714,7 @@ You can find the complete sample ```GettingStartedSample.java``` in the followin
714
714
<dependency>
715
715
<groupId>com.ringcentral.platform.metrics</groupId>
716
716
<artifactId>metrics-facade-samples</artifactId>
717
- <version>4.2.0-SNAPSHOT </version>
717
+ <version>4.2.0-RELEASE </version>
718
718
</dependency>
719
719
```
720
720
@@ -1744,7 +1744,7 @@ Dependencies:
1744
1744
< dependency>
1745
1745
< groupId> com. ringcentral. platform. metrics< / groupId>
1746
1746
< artifactId> metrics- facade- prometheus< / artifactId>
1747
- < version> 4.2 . 0 - SNAPSHOT </ version>
1747
+ < version> 4.2 . 0 - RELEASE </ version>
1748
1748
< / dependency>
1749
1749
```
1750
1750
@@ -1935,7 +1935,7 @@ Dependencies:
1935
1935
< dependency>
1936
1936
< groupId> com. ringcentral. platform. metrics< / groupId>
1937
1937
< artifactId> metrics- facade- base< / artifactId>
1938
- < version> 4.2 . 0 - SNAPSHOT </ version>
1938
+ < version> 4.2 . 0 - RELEASE </ version>
1939
1939
< / dependency>
1940
1940
```
1941
1941
@@ -2289,7 +2289,7 @@ Dependencies:
2289
2289
< dependency>
2290
2290
< groupId> com. ringcentral. platform. metrics< / groupId>
2291
2291
< artifactId> metrics- facade- base< / artifactId>
2292
- < version> 4.2 . 0 - SNAPSHOT </ version>
2292
+ < version> 4.2 . 0 - RELEASE </ version>
2293
2293
< / dependency>
2294
2294
```
2295
2295
@@ -2385,7 +2385,7 @@ Dependencies:
2385
2385
< dependency>
2386
2386
< groupId> com. ringcentral. platform. metrics< / groupId>
2387
2387
< artifactId> metrics- facade- base< / artifactId>
2388
- < version> 4.2 . 0 - SNAPSHOT </ version>
2388
+ < version> 4.2 . 0 - RELEASE </ version>
2389
2389
< / dependency>
2390
2390
```
2391
2391
@@ -2553,7 +2553,7 @@ Required dependency:
2553
2553
< dependency>
2554
2554
< groupId> com. ringcentral. platform. metrics< / groupId>
2555
2555
< artifactId> metrics- facade- dropwizard< / artifactId>
2556
- < version> 4.2 . 0 - SNAPSHOT </ version>
2556
+ < version> 4.2 . 0 - RELEASE </ version>
2557
2557
< / dependency>
2558
2558
```
2559
2559
@@ -2628,7 +2628,7 @@ Required dependency:
2628
2628
< dependency>
2629
2629
< groupId> com. ringcentral. platform. metrics< / groupId>
2630
2630
< artifactId> metrics- facade- dropwizard- to- prometheus< / artifactId>
2631
- < version> 4.2 . 0 - SNAPSHOT </ version>
2631
+ < version> 4.2 . 0 - RELEASE </ version>
2632
2632
< / dependency>
2633
2633
```
2634
2634
0 commit comments