Skip to content

Commit

Permalink
Change version from 2.1.0-SNAPSHOT to 2.1.0-RELESE
Browse files Browse the repository at this point in the history
  • Loading branch information
devromik committed Oct 3, 2022
1 parent c8ff505 commit 410af59
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Base (Core):
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-base</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand All @@ -380,7 +380,7 @@ Base (Core):
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-default-impl</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand All @@ -389,7 +389,7 @@ Metrics reporter(s) (for example, ```PrometheusMetricsExporter```):
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-prometheus</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -714,7 +714,7 @@ You can find the complete sample ```GettingStartedSample.java``` in the followin
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-samples</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```
Expand Down Expand Up @@ -1722,7 +1722,7 @@ Dependencies:
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-prometheus</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -1913,7 +1913,7 @@ Dependencies:
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-base</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -2267,7 +2267,7 @@ Dependencies:
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-base</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -2363,7 +2363,7 @@ Dependencies:
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-base</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -2531,7 +2531,7 @@ Required dependency:
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-dropwizard</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -2606,7 +2606,7 @@ Required dependency:
<dependency>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-dropwizard-to-prometheus</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>metrics-facade</artifactId>
<groupId>com.ringcentral.platform.metrics</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-default-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-default-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-dropwizard-to-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>metrics-facade</artifactId>
<groupId>com.ringcentral.platform.metrics</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-dropwizard-to-prometheus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-dropwizard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-prometheus</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions metrics-facade-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-samples</artifactId>

<properties>
<prometheus.version>0.16.0</prometheus.version>
<micrometer-registry-metrics-facade.version>2.1.0-SNAPSHOT</micrometer-registry-metrics-facade.version>
<micrometer-registry-metrics-facade.version>2.1.0-RELEASE</micrometer-registry-metrics-facade.version>
<micrometer.version>1.7.3</micrometer.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-shared-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-shared-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-prometheus-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-prometheus-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-spring-boot-sample-app</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>micrometer-registry-metrics-facade</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions metrics-facade-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>metrics-facade-spring</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>

<modules>
<module>micrometer-registry-metrics-facade</module>
Expand All @@ -28,7 +28,7 @@
<packaging>pom</packaging>

<properties>
<metrics-facade-version>2.1.0-SNAPSHOT</metrics-facade-version>
<metrics-facade-version>2.1.0-RELEASE</metrics-facade-version>
<spring-boot.version>2.5.4</spring-boot.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion metrics-facade-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>
</parent>

<artifactId>metrics-facade-test-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.ringcentral.platform.metrics</groupId>
<artifactId>metrics-facade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RELEASE</version>

<name>RingCentral Metrics Facade</name>
<url>https://github.com/ringcentral/metrics-facade</url>
Expand Down

0 comments on commit 410af59

Please sign in to comment.