Skip to content

Commit 84ae184

Browse files
authored
0.2.1 (#367)
* Fix #169 * Polish : #324 & #325 * Polish : #315 * Polish : #321 * Polish : #321 * Polish : #321 for test case * Polish : Update Demos * Polish : Update version to be 0.2.1 * Polish : #319 * Polish : #226 * Polish : #309 * Fix the test case's bugs * Fix the test case's bugs * Fix a JavaDoc issue * Update SNAPSHOT and add exclude list * Update SNAPSHOT to be 0.2.1-SNAPSHOT * Update JDK versions * Update JDK versions * Reactor & remove author info * Refactor : to save a shutdown hook thread * Remove javax.servlet:javax.servlet-api:3.1.0 that may cause class conflict, and use indirectly dependencies from spring-boot-starter-* * Polish #341 * Add the samples * Add a license * Add the samples of Zookeeper and Nacos * Update README.md * Fix the test cases * Polish #366
1 parent 4530413 commit 84ae184

File tree

24 files changed

+32
-29
lines changed

24 files changed

+32
-29
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
5252
<dependency>
5353
<groupId>com.alibaba.boot</groupId>
5454
<artifactId>dubbo-spring-boot-starter</artifactId>
55-
<version>0.2.1-SNAPSHOT</version>
55+
<version>0.2.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.alibaba</groupId>

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.alibaba.boot</groupId>
2828
<artifactId>dubbo-spring-boot-starter</artifactId>
29-
<version>0.2.1-SNAPSHOT</version>
29+
<version>0.2.1</version>
3030
</dependency>
3131

3232
<!-- Dubbo -->

dubbo-spring-boot-actuator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can introduce the latest `dubbo-spring-boot-actuator` to your project by ad
3333
<dependency>
3434
<groupId>com.alibaba.boot</groupId>
3535
<artifactId>dubbo-spring-boot-actuator</artifactId>
36-
<version>0.2.1-SNAPSHOT</version>
36+
<version>0.2.1</version>
3737
</dependency>
3838
```
3939
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.2.1-SNAPSHOT</version>
34+
<version>0.2.1</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.2.1-SNAPSHOT</version>
41+
<version>0.2.1</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.2.1-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.2.1-SNAPSHOT</version>
26+
<version>0.2.1</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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-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.2.1-SNAPSHOT</version>
23+
<version>${revision}</version>
2424
<relativePath>../dubbo-spring-boot-parent</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pom.xml

+8-5
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,23 @@
2323
<artifactId>oss-parent</artifactId>
2424
<version>7</version>
2525
</parent>
26-
<properties>
27-
<maven_javadoc_version>3.0.1</maven_javadoc_version>
28-
<maven_surefire_version>2.19.1</maven_surefire_version>
29-
</properties>
26+
3027
<groupId>com.alibaba.boot</groupId>
3128
<artifactId>dubbo-spring-boot-project</artifactId>
32-
<version>0.2.1-SNAPSHOT</version>
29+
<version>${revision}</version>
3330

3431
<packaging>pom</packaging>
3532

3633
<name>Dubbo Spring Boot Project</name>
3734
<description>Dubbo Spring Boot Project</description>
3835
<url>https://github.com/apache/incubator-dubbo-spring-boot-project</url>
3936

37+
<properties>
38+
<maven_javadoc_version>3.0.1</maven_javadoc_version>
39+
<maven_surefire_version>2.19.1</maven_surefire_version>
40+
<revision>0.2.1</revision>
41+
</properties>
42+
4043
<modules>
4144
<module>dubbo-spring-boot-parent</module>
4245
<module>dubbo-spring-boot-autoconfigure</module>

0 commit comments

Comments
 (0)