You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/09/06 06:26:49 UTC

[dubbo] branch 3.0 updated: Bump compiler version to 0.0.3 release (#8687)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 26b86a5  Bump compiler version to 0.0.3  release (#8687)
26b86a5 is described below

commit 26b86a5a769024d5193e839a72160e2401e5939f
Author: GuoHao <gu...@gmail.com>
AuthorDate: Mon Sep 6 14:26:37 2021 +0800

    Bump compiler version to 0.0.3  release (#8687)
    
    * Bump compiler version to 0.0.3  release
    
    * Bump compiler version to 0.0.3  release
---
 compiler/pom.xml                   | 2 +-
 dubbo-rpc/dubbo-rpc-triple/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/pom.xml b/compiler/pom.xml
index 7f07fc7..d062be1 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.dubbo</groupId>
     <artifactId>dubbo-compiler</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.0.3</version>
 
     <packaging>jar</packaging>
 
diff --git a/dubbo-rpc/dubbo-rpc-triple/pom.xml b/dubbo-rpc/dubbo-rpc-triple/pom.xml
index c99cfb4..6744fde 100644
--- a/dubbo-rpc/dubbo-rpc-triple/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml
@@ -28,7 +28,7 @@
     <description>The triple protocol module</description>
     <properties>
         <skip_maven_deploy>false</skip_maven_deploy>
-        <dubbo.compiler.version>0.0.3-SNAPSHOT</dubbo.compiler.version>
+        <dubbo.compiler.version>0.0.3</dubbo.compiler.version>
     </properties>
     <dependencies>
         <dependency>