You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/11/25 06:19:51 UTC

[dubbo] 05/45: fix version

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

liujun pushed a commit to branch release/3.0.14-rpccontext-bugfix
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit 69c2eafa9aa912bef4cbb0806744e353f2548d5e
Author: 未宇 <li...@alibaba-inc.com>
AuthorDate: Tue Jul 14 16:45:08 2020 +0800

    fix version
---
 compiler/pom.xml          | 2 +-
 dubbo-build-tools/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/pom.xml b/compiler/pom.xml
index c3d4201..9c51f41 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.1</version>
+    <version>2.7.8-hsf3</version>
 
     <packaging>jar</packaging>
 
diff --git a/dubbo-build-tools/pom.xml b/dubbo-build-tools/pom.xml
index 28bae80..a3912d0 100644
--- a/dubbo-build-tools/pom.xml
+++ b/dubbo-build-tools/pom.xml
@@ -20,7 +20,7 @@
 
     <groupId>org.apache.dubbo</groupId>
     <artifactId>dubbo-build-tools</artifactId>
-    <version>1.0.0</version>
+    <version>2.7.8-hsf3</version>
     <packaging>jar</packaging>
 
     <properties>