File tree 24 files changed +32
-29
lines changed
dubbo-spring-boot-actuator
dubbo-spring-boot-autoconfigure
dubbo-spring-boot-samples
dubbo-registry-nacos-samples
dubbo-registry-zookeeper-samples
externalized-configuration-samples
dubbo-spring-boot-starter
24 files changed +32
-29
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
52
52
<dependency >
53
53
<groupId >com.alibaba.boot</groupId >
54
54
<artifactId >dubbo-spring-boot-starter</artifactId >
55
- <version >0.2.1-SNAPSHOT </version >
55
+ <version >0.2.1</version >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >com.alibaba</groupId >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.alibaba.boot</groupId >
28
28
<artifactId >dubbo-spring-boot-starter</artifactId >
29
- <version >0.2.1-SNAPSHOT </version >
29
+ <version >0.2.1</version >
30
30
</dependency >
31
31
32
32
<!-- Dubbo -->
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You can introduce the latest `dubbo-spring-boot-actuator` to your project by ad
33
33
<dependency >
34
34
<groupId >com.alibaba.boot</groupId >
35
35
<artifactId >dubbo-spring-boot-actuator</artifactId >
36
- <version >0.2.1-SNAPSHOT </version >
36
+ <version >0.2.1</version >
37
37
</dependency >
38
38
```
39
39
If your project failed to resolve the dependency, try to add the following repository:
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.alibaba.boot</groupId >
33
33
<artifactId >dubbo-spring-boot-starter</artifactId >
34
- <version >0.2.1-SNAPSHOT </version >
34
+ <version >0.2.1</version >
35
35
</dependency >
36
36
37
37
<!-- Production-Ready 特性 -->
38
38
<dependency >
39
39
<groupId >com.alibaba.boot</groupId >
40
40
<artifactId >dubbo-spring-boot-actuator</artifactId >
41
- <version >0.2.1-SNAPSHOT </version >
41
+ <version >0.2.1</version >
42
42
</dependency >
43
43
44
44
...
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >dubbo-spring-boot-parent</artifactId >
22
22
<groupId >com.alibaba.boot</groupId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../dubbo-spring-boot-parent/pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can introduce the latest `dubbo-spring-boot-autoconfigure` to your project
23
23
<dependency >
24
24
<groupId >com.alibaba.boot</groupId >
25
25
<artifactId >dubbo-spring-boot-autoconfigure</artifactId >
26
- <version >0.2.1-SNAPSHOT </version >
26
+ <version >0.2.1</version >
27
27
</dependency >
28
28
```
29
29
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot</groupId >
22
22
<artifactId >dubbo-spring-boot-parent</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../dubbo-spring-boot-parent/pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot</groupId >
22
22
<artifactId >dubbo-spring-boot-project</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-auto-configure-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-auto-configure-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-registry-nacos-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-registry-nacos-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-registry-zookeeper-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-registry-zookeeper-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-externalized-configuration-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-externalized-configuration-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot</groupId >
22
22
<artifactId >dubbo-spring-boot-parent</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../dubbo-spring-boot-parent/pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot.samples</groupId >
22
22
<artifactId >dubbo-spring-boot-samples</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.alibaba.boot</groupId >
22
22
<artifactId >dubbo-spring-boot-parent</artifactId >
23
- <version >0.2.1-SNAPSHOT </version >
23
+ <version >${revision} </version >
24
24
<relativePath >../dubbo-spring-boot-parent</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 23
23
<artifactId >oss-parent</artifactId >
24
24
<version >7</version >
25
25
</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
+
30
27
<groupId >com.alibaba.boot</groupId >
31
28
<artifactId >dubbo-spring-boot-project</artifactId >
32
- <version >0.2.1-SNAPSHOT </version >
29
+ <version >${revision} </version >
33
30
34
31
<packaging >pom</packaging >
35
32
36
33
<name >Dubbo Spring Boot Project</name >
37
34
<description >Dubbo Spring Boot Project</description >
38
35
<url >https://github.com/apache/incubator-dubbo-spring-boot-project</url >
39
36
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
+
40
43
<modules >
41
44
<module >dubbo-spring-boot-parent</module >
42
45
<module >dubbo-spring-boot-autoconfigure</module >
You can’t perform that action at this time.
0 commit comments