This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new f5f211cb Update snapshot version f5f211cb is described below commit f5f211cbc04950c6434afcbc7be9b18621026eb5 Author: Albumen Kevin <jhq0...@gmail.com> AuthorDate: Sun Feb 19 19:28:15 2023 +0800 Update snapshot version --- 10-task/dubbo-samples-shop/dubbo-samples-shop-comment-gray/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v1/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v2/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-detail-gray/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v1/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v2/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-frontend/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-order-gray/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-order-v1/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-order-v2/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-user-gray/pom.xml | 2 +- 10-task/dubbo-samples-shop/dubbo-samples-shop-user/pom.xml | 2 +- 4-governance/dubbo-samples-metrics-spring-boot/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-gray/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-gray/pom.xml index 5f8c9965..e9b2f567 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-gray/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-gray/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v1/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v1/pom.xml index 516b0a94..65368c68 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v1/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v1/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v2/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v2/pom.xml index 801b2933..caa4b3f5 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v2/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-comment-v2/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-gray/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-gray/pom.xml index 4792df2d..27a0f701 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-gray/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-gray/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v1/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v1/pom.xml index 66c1aa70..d40de11b 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v1/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v1/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v2/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v2/pom.xml index 9ba2c208..564655d3 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v2/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-detail-v2/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-frontend/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-frontend/pom.xml index 4db7cfc1..d8187bbb 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-frontend/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-frontend/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-order-gray/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-order-gray/pom.xml index ddccb8ab..30229f69 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-order-gray/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-order-gray/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v1/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v1/pom.xml index 54bcdcba..da225892 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v1/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v1/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v2/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v2/pom.xml index 17bc9e74..50fe3e76 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v2/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-order-v2/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-user-gray/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-user-gray/pom.xml index 633e1ad0..a6d00556 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-user-gray/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-user-gray/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/10-task/dubbo-samples-shop/dubbo-samples-shop-user/pom.xml b/10-task/dubbo-samples-shop/dubbo-samples-shop-user/pom.xml index 0824fdbb..1f34b9d7 100644 --- a/10-task/dubbo-samples-shop/dubbo-samples-shop-user/pom.xml +++ b/10-task/dubbo-samples-shop/dubbo-samples-shop-user/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>17</java.version> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <nacos.version>2.2.0</nacos.version> </properties> diff --git a/4-governance/dubbo-samples-metrics-spring-boot/pom.xml b/4-governance/dubbo-samples-metrics-spring-boot/pom.xml index 5e907831..970e4b02 100644 --- a/4-governance/dubbo-samples-metrics-spring-boot/pom.xml +++ b/4-governance/dubbo-samples-metrics-spring-boot/pom.xml @@ -36,7 +36,7 @@ <properties> <source.level>1.8</source.level> <target.level>1.8</target.level> - <dubbo.version>3.2.0-beta.5-SNAPSHOT</dubbo.version> + <dubbo.version>3.2.0-beta.5</dubbo.version> <junit.version>4.13.1</junit.version> <spring.version>5.3.18</spring.version> <httpclient.version>4.5.13</httpclient.version> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org