@@ -371,7 +371,7 @@ Base (Core):
371371<dependency >
372372 <groupId >com.ringcentral.platform.metrics</groupId >
373373 <artifactId >metrics-facade-base</artifactId >
374- <version >4.0.0-SNAPSHOT </version >
374+ <version >4.0.0-RELEASE </version >
375375</dependency >
376376```
377377
@@ -380,7 +380,7 @@ Base (Core):
380380<dependency >
381381 <groupId >com.ringcentral.platform.metrics</groupId >
382382 <artifactId >metrics-facade-default-impl</artifactId >
383- <version >4.0.0-SNAPSHOT </version >
383+ <version >4.0.0-RELEASE </version >
384384</dependency >
385385```
386386
@@ -389,7 +389,7 @@ Metrics reporter(s) (for example, ```PrometheusMetricsExporter```):
389389<dependency >
390390 <groupId >com.ringcentral.platform.metrics</groupId >
391391 <artifactId >metrics-facade-prometheus</artifactId >
392- <version >4.0.0-SNAPSHOT </version >
392+ <version >4.0.0-RELEASE </version >
393393</dependency >
394394```
395395
@@ -714,7 +714,7 @@ You can find the complete sample ```GettingStartedSample.java``` in the followin
714714<dependency>
715715 <groupId>com.ringcentral.platform.metrics</groupId>
716716 <artifactId>metrics-facade-samples</artifactId>
717- <version>4.0.0-SNAPSHOT </version>
717+ <version>4.0.0-RELEASE </version>
718718</dependency>
719719```
720720
@@ -1744,7 +1744,7 @@ Dependencies:
17441744< dependency>
17451745 < groupId> com. ringcentral. platform. metrics< / groupId>
17461746 < artifactId> metrics- facade- prometheus< / artifactId>
1747- < version> 4.0 . 0 - SNAPSHOT </ version>
1747+ < version> 4.0 . 0 - RELEASE </ version>
17481748< / dependency>
17491749```
17501750
@@ -1935,7 +1935,7 @@ Dependencies:
19351935< dependency>
19361936 < groupId> com. ringcentral. platform. metrics< / groupId>
19371937 < artifactId> metrics- facade- base< / artifactId>
1938- < version> 4.0 . 0 - SNAPSHOT </ version>
1938+ < version> 4.0 . 0 - RELEASE </ version>
19391939< / dependency>
19401940```
19411941
@@ -2289,7 +2289,7 @@ Dependencies:
22892289< dependency>
22902290 < groupId> com. ringcentral. platform. metrics< / groupId>
22912291 < artifactId> metrics- facade- base< / artifactId>
2292- < version> 4.0 . 0 - SNAPSHOT </ version>
2292+ < version> 4.0 . 0 - RELEASE </ version>
22932293< / dependency>
22942294```
22952295
@@ -2385,7 +2385,7 @@ Dependencies:
23852385< dependency>
23862386 < groupId> com. ringcentral. platform. metrics< / groupId>
23872387 < artifactId> metrics- facade- base< / artifactId>
2388- < version> 4.0 . 0 - SNAPSHOT </ version>
2388+ < version> 4.0 . 0 - RELEASE </ version>
23892389< / dependency>
23902390```
23912391
@@ -2553,7 +2553,7 @@ Required dependency:
25532553< dependency>
25542554 < groupId> com. ringcentral. platform. metrics< / groupId>
25552555 < artifactId> metrics- facade- dropwizard< / artifactId>
2556- < version> 4.0 . 0 - SNAPSHOT </ version>
2556+ < version> 4.0 . 0 - RELEASE </ version>
25572557< / dependency>
25582558```
25592559
@@ -2628,7 +2628,7 @@ Required dependency:
26282628< dependency>
26292629 < groupId> com. ringcentral. platform. metrics< / groupId>
26302630 < artifactId> metrics- facade- dropwizard- to- prometheus< / artifactId>
2631- < version> 4.0 . 0 - SNAPSHOT </ version>
2631+ < version> 4.0 . 0 - RELEASE </ version>
26322632< / dependency>
26332633```
26342634
0 commit comments