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 2023/03/02 22:59:54 UTC

[dubbo-website] branch master updated: bump dubbo version to 3.1.7 (#2343)

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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 21444baabc bump dubbo version to 3.1.7 (#2343)
21444baabc is described below

commit 21444baabc09a8ee4bf47890981e30c42f5d96a9
Author: earthchen <ea...@gmail.com>
AuthorDate: Fri Mar 3 06:59:49 2023 +0800

    bump dubbo version to 3.1.7 (#2343)
    
    * docs(idl): bump dubbo version to 3.1.7
    
    * fix(idl): fix version
    
    * docs(idl): fix
---
 content/en/docs3-v2/java-sdk/quick-start/idl.md                    | 7 ++++---
 .../en/docs3-v2/java-sdk/reference-manual/protocol/triple/idl.md   | 7 ++++---
 content/zh-cn/overview/mannual/java-sdk/quick-start/idl.md         | 7 ++++---
 .../mannual/java-sdk/reference-manual/protocol/triple/idl.md       | 7 ++++---
 4 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/content/en/docs3-v2/java-sdk/quick-start/idl.md b/content/en/docs3-v2/java-sdk/quick-start/idl.md
index 6e76bc5a4e..512b2f6e4a 100755
--- a/content/en/docs3-v2/java-sdk/quick-start/idl.md
+++ b/content/en/docs3-v2/java-sdk/quick-start/idl.md
@@ -36,6 +36,7 @@ For more usage of Triple and IDL, please refer to [official samples](https://git
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <dubbo.version>3.1.7</dubbo.version>
     </properties>
    
     <dependencies>
@@ -48,13 +49,13 @@ For more usage of Triple and IDL, please refer to [official samples](https://git
        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
-           <version>3.0.8</version>
+           <version>${dubbo.version}</version>
        </dependency>
        <dependency>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-dependencies-zookeeper-curator5</artifactId>
         <type>pom</type>
-        <version>3.0.8</version>
+        <version>${dubbo.version}</version>
        </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
@@ -83,7 +84,7 @@ For more usage of Triple and IDL, please refer to [official samples](https://git
                             <id>dubbo</id>
                             <groupId>org.apache.dubbo</groupId>
                             <artifactId>dubbo-compiler</artifactId>
-                            <version>0.0.4.1-SNAPSHOT</version>
+                            <version>${dubbo.version}</version>
                             <mainClass>org.apache.dubbo.gen.tri.Dubbo3TripleGenerator</mainClass>
                         </protocPlugin>
                     </protocPlugins>
diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/triple/idl.md b/content/en/docs3-v2/java-sdk/reference-manual/protocol/triple/idl.md
index e44ae5b172..172c1e4ecb 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/triple/idl.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/triple/idl.md
@@ -35,6 +35,7 @@ Set JDK version in `pom.xml`
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <dubbo.version>3.1.7</dubbo.version>
     </properties>
    
     <dependencies>
@@ -47,13 +48,13 @@ Set JDK version in `pom.xml`
        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
-           <version>3.0.8</version>
+           <version>${dubbo.version}</version>
        </dependency>
        <dependency>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-dependencies-zookeeper-curator5</artifactId>
         <type>pom</type>
-        <version>3.0.8</version>
+        <version>${dubbo.version}</version>
        </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
@@ -82,7 +83,7 @@ Set JDK version in `pom.xml`
                             <id>dubbo</id>
                             <groupId>org.apache.dubbo</groupId>
                             <artifactId>dubbo-compiler</artifactId>
-                            <version>0.0.4.1-SNAPSHOT</version>
+                            <version>${dubbo.version}</version>
                             <mainClass>org.apache.dubbo.gen.tri.Dubbo3TripleGenerator</mainClass>
                         </protocPlugin>
                     </protocPlugins>
diff --git a/content/zh-cn/overview/mannual/java-sdk/quick-start/idl.md b/content/zh-cn/overview/mannual/java-sdk/quick-start/idl.md
index d9560b3b61..6767acb54a 100755
--- a/content/zh-cn/overview/mannual/java-sdk/quick-start/idl.md
+++ b/content/zh-cn/overview/mannual/java-sdk/quick-start/idl.md
@@ -44,6 +44,7 @@ weight: 11
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <dubbo.version>3.1.7</dubbo.version>
     </properties>
    
     <dependencies>
@@ -56,13 +57,13 @@ weight: 11
        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
-           <version>3.0.8</version>
+           <version>${dubbo.version}</version>
        </dependency>
        <dependency>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-dependencies-zookeeper-curator5</artifactId>
         <type>pom</type>
-        <version>3.0.8</version>
+        <version>${dubbo.version}</version>
        </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
@@ -91,7 +92,7 @@ weight: 11
                             <id>dubbo</id>
                             <groupId>org.apache.dubbo</groupId>
                             <artifactId>dubbo-compiler</artifactId>
-                            <version>0.0.4.1-SNAPSHOT</version>
+                            <version>${dubbo.version}</version>
                             <mainClass>org.apache.dubbo.gen.tri.Dubbo3TripleGenerator</mainClass>
                         </protocPlugin>
                     </protocPlugins>
diff --git a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/idl.md b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/idl.md
index 6dea6bdc7a..40c2cb2ffa 100644
--- a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/idl.md
+++ b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/idl.md
@@ -44,6 +44,7 @@ $ mvn archetype:generate                                \
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <dubbo.version>3.1.7</dubbo.version>
     </properties>
    
     <dependencies>
@@ -56,13 +57,13 @@ $ mvn archetype:generate                                \
        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
-           <version>3.0.8</version>
+           <version>${dubbo.version}</version>
        </dependency>
        <dependency>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-dependencies-zookeeper-curator5</artifactId>
         <type>pom</type>
-        <version>3.0.8</version>
+        <version>${dubbo.version}</version>
        </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
@@ -91,7 +92,7 @@ $ mvn archetype:generate                                \
                             <id>dubbo</id>
                             <groupId>org.apache.dubbo</groupId>
                             <artifactId>dubbo-compiler</artifactId>
-                            <version>0.0.4.1-SNAPSHOT</version>
+                            <version>${dubbo.version}</version>
                             <mainClass>org.apache.dubbo.gen.tri.Dubbo3TripleGenerator</mainClass>
                         </protocPlugin>
                     </protocPlugins>