File tree 24 files changed +31
-26
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 +31
-26
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
24
24
<dependency >
25
25
<groupId >com.alibaba.boot</groupId >
26
26
<artifactId >dubbo-spring-boot-starter</artifactId >
27
- <version >0.1.2-SNAPSHOT </version >
27
+ <version >0.1.2</version >
28
28
</dependency >
29
29
30
30
<!-- Dubbo -->
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >com.alibaba.boot</groupId >
27
27
<artifactId >dubbo-spring-boot-starter</artifactId >
28
- <version >0.1.2-SNAPSHOT </version >
28
+ <version >0.1.2</version >
29
29
</dependency >
30
30
31
31
<!-- Dubbo -->
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You can introduce the latest `dubbo-spring-boot-actuator` to your project by ad
21
21
<dependency >
22
22
<groupId >com.alibaba.boot</groupId >
23
23
<artifactId >dubbo-spring-boot-actuator</artifactId >
24
- <version >0.1.2-SNAPSHOT </version >
24
+ <version >0.1.2</version >
25
25
</dependency >
26
26
```
27
27
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.1.2-SNAPSHOT </version >
34
+ <version >0.1.2</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.1.2-SNAPSHOT </version >
41
+ <version >0.1.2</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.1.2-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.1.2-SNAPSHOT </version >
26
+ <version >0.1.2</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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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.1.2-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 26
26
27
27
<groupId >com.alibaba.boot</groupId >
28
28
<artifactId >dubbo-spring-boot-project</artifactId >
29
- <version >0.1.2-SNAPSHOT </version >
29
+ <version >${revision} </version >
30
30
<packaging >pom</packaging >
31
31
32
32
<name >Dubbo Spring Boot Project</name >
33
33
<description >Dubbo Spring Boot Project</description >
34
34
<url >https://github.com/apache/incubator-dubbo-spring-boot-project</url >
35
35
36
+ <properties >
37
+ <revision >0.1.2</revision >
38
+ </properties >
39
+
36
40
<modules >
37
41
<module >dubbo-spring-boot-parent</module >
38
42
<module >dubbo-spring-boot-autoconfigure</module >
49
53
<scm >
50
54
<url >https://github.com/apache/incubator-dubbo-spring-boot-project</url >
51
55
<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 >
53
58
</scm >
54
59
55
60
<issueManagement >
You can’t perform that action at this time.
0 commit comments