@@ -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 >2.1.0-SNAPSHOT </version >
374
+ <version >2.1.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 >2.1.0-SNAPSHOT </version >
383
+ <version >2.1.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 >2.1.0-SNAPSHOT </version >
392
+ <version >2.1.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>2.1.0-SNAPSHOT </version>
717
+ <version>2.1.0-RELEASE </version>
718
718
</dependency>
719
719
```
720
720
@@ -1722,7 +1722,7 @@ Dependencies:
1722
1722
< dependency>
1723
1723
< groupId> com. ringcentral. platform. metrics< / groupId>
1724
1724
< artifactId> metrics- facade- prometheus< / artifactId>
1725
- < version> 2.1 . 0 - SNAPSHOT </ version>
1725
+ < version> 2.1 . 0 - RELEASE </ version>
1726
1726
< / dependency>
1727
1727
```
1728
1728
@@ -1913,7 +1913,7 @@ Dependencies:
1913
1913
< dependency>
1914
1914
< groupId> com. ringcentral. platform. metrics< / groupId>
1915
1915
< artifactId> metrics- facade- base< / artifactId>
1916
- < version> 2.1 . 0 - SNAPSHOT </ version>
1916
+ < version> 2.1 . 0 - RELEASE </ version>
1917
1917
< / dependency>
1918
1918
```
1919
1919
@@ -2267,7 +2267,7 @@ Dependencies:
2267
2267
< dependency>
2268
2268
< groupId> com. ringcentral. platform. metrics< / groupId>
2269
2269
< artifactId> metrics- facade- base< / artifactId>
2270
- < version> 2.1 . 0 - SNAPSHOT </ version>
2270
+ < version> 2.1 . 0 - RELEASE </ version>
2271
2271
< / dependency>
2272
2272
```
2273
2273
@@ -2363,7 +2363,7 @@ Dependencies:
2363
2363
< dependency>
2364
2364
< groupId> com. ringcentral. platform. metrics< / groupId>
2365
2365
< artifactId> metrics- facade- base< / artifactId>
2366
- < version> 2.1 . 0 - SNAPSHOT </ version>
2366
+ < version> 2.1 . 0 - RELEASE </ version>
2367
2367
< / dependency>
2368
2368
```
2369
2369
@@ -2531,7 +2531,7 @@ Required dependency:
2531
2531
< dependency>
2532
2532
< groupId> com. ringcentral. platform. metrics< / groupId>
2533
2533
< artifactId> metrics- facade- dropwizard< / artifactId>
2534
- < version> 2.1 . 0 - SNAPSHOT </ version>
2534
+ < version> 2.1 . 0 - RELEASE </ version>
2535
2535
< / dependency>
2536
2536
```
2537
2537
@@ -2606,7 +2606,7 @@ Required dependency:
2606
2606
< dependency>
2607
2607
< groupId> com. ringcentral. platform. metrics< / groupId>
2608
2608
< artifactId> metrics- facade- dropwizard- to- prometheus< / artifactId>
2609
- < version> 2.1 . 0 - SNAPSHOT </ version>
2609
+ < version> 2.1 . 0 - RELEASE </ version>
2610
2610
< / dependency>
2611
2611
```
2612
2612
0 commit comments