Skip to content

Commit 07be05f

Browse files
authored
0.1.x (#368)
* Bug fix on test case * Polish #327 & #325 * Polish #321 * Polish #220 no program * Switch Yaml file * Update version to be 0.2.0 * Polish #218 * Update Documents * Fix the test case's bugs * Fix plugins' issues * Fix test-cases * Fix test cases * Fixes an issue on DubboMvcEndpoint * Polish: Fix a relaxed property name issue * Optimize Awaiting implementation * Remove author from JavaDoc * Refactor * Merge * Update dependencies and implementations * Update Samples * Fix the test cases * Polish #366
1 parent e99a9f5 commit 07be05f

File tree

24 files changed

+31
-26
lines changed

24 files changed

+31
-26
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
2424
<dependency>
2525
<groupId>com.alibaba.boot</groupId>
2626
<artifactId>dubbo-spring-boot-starter</artifactId>
27-
<version>0.1.2-SNAPSHOT</version>
27+
<version>0.1.2</version>
2828
</dependency>
2929

3030
<!-- Dubbo -->

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.alibaba.boot</groupId>
2727
<artifactId>dubbo-spring-boot-starter</artifactId>
28-
<version>0.1.2-SNAPSHOT</version>
28+
<version>0.1.2</version>
2929
</dependency>
3030

3131
<!-- Dubbo -->

dubbo-spring-boot-actuator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can introduce the latest `dubbo-spring-boot-actuator` to your project by ad
2121
<dependency>
2222
<groupId>com.alibaba.boot</groupId>
2323
<artifactId>dubbo-spring-boot-actuator</artifactId>
24-
<version>0.1.2-SNAPSHOT</version>
24+
<version>0.1.2</version>
2525
</dependency>
2626
```
2727
If your project failed to resolve the dependency, try to add the following repository:

dubbo-spring-boot-actuator/README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<dependency>
3232
<groupId>com.alibaba.boot</groupId>
3333
<artifactId>dubbo-spring-boot-starter</artifactId>
34-
<version>0.1.2-SNAPSHOT</version>
34+
<version>0.1.2</version>
3535
</dependency>
3636

3737
<!-- Production-Ready 特性 -->
3838
<dependency>
3939
<groupId>com.alibaba.boot</groupId>
4040
<artifactId>dubbo-spring-boot-actuator</artifactId>
41-
<version>0.1.2-SNAPSHOT</version>
41+
<version>0.1.2</version>
4242
</dependency>
4343

4444
...

dubbo-spring-boot-actuator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>dubbo-spring-boot-parent</artifactId>
2222
<groupId>com.alibaba.boot</groupId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../dubbo-spring-boot-parent/pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-autoconfigure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can introduce the latest `dubbo-spring-boot-autoconfigure` to your project
2323
<dependency>
2424
<groupId>com.alibaba.boot</groupId>
2525
<artifactId>dubbo-spring-boot-autoconfigure</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
</dependency>
2828
```
2929

dubbo-spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot</groupId>
2222
<artifactId>dubbo-spring-boot-parent</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../dubbo-spring-boot-parent/pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot</groupId>
2222
<artifactId>dubbo-spring-boot-project</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

dubbo-spring-boot-samples/auto-configure-samples/consumer-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-auto-configure-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/auto-configure-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/auto-configure-samples/provider-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-auto-configure-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/dubbo-registry-nacos-samples/consumer-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-registry-nacos-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/dubbo-registry-nacos-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/dubbo-registry-nacos-samples/provider-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-registry-nacos-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples/consumer-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-registry-zookeeper-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples/provider-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-registry-zookeeper-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/externalized-configuration-samples/consumer-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-externalized-configuration-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/externalized-configuration-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/externalized-configuration-samples/provider-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-externalized-configuration-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot</groupId>
2222
<artifactId>dubbo-spring-boot-parent</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../dubbo-spring-boot-parent/pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-samples/sample-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot.samples</groupId>
2222
<artifactId>dubbo-spring-boot-samples</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

dubbo-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.alibaba.boot</groupId>
2222
<artifactId>dubbo-spring-boot-parent</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../dubbo-spring-boot-parent</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,17 @@
2626

2727
<groupId>com.alibaba.boot</groupId>
2828
<artifactId>dubbo-spring-boot-project</artifactId>
29-
<version>0.1.2-SNAPSHOT</version>
29+
<version>${revision}</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Dubbo Spring Boot Project</name>
3333
<description>Dubbo Spring Boot Project</description>
3434
<url>https://github.com/apache/incubator-dubbo-spring-boot-project</url>
3535

36+
<properties>
37+
<revision>0.1.2</revision>
38+
</properties>
39+
3640
<modules>
3741
<module>dubbo-spring-boot-parent</module>
3842
<module>dubbo-spring-boot-autoconfigure</module>
@@ -49,7 +53,8 @@
4953
<scm>
5054
<url>https://github.com/apache/incubator-dubbo-spring-boot-project</url>
5155
<connection>scm:git:git:////github.com/apache/incubator-dubbo-spring-boot-project.git</connection>
52-
<developerConnection>scm:git:ssh://git@//github.com/apache/incubator-dubbo-spring-boot-project.git</developerConnection>
56+
<developerConnection>scm:git:ssh://git@//github.com/apache/incubator-dubbo-spring-boot-project.git
57+
</developerConnection>
5358
</scm>
5459

5560
<issueManagement>

0 commit comments

Comments
 (0)