File tree 25 files changed +72
-39
lines changed
tars-spring-boot-http-server
tars-spring-cloud-starter
25 files changed +72
-39
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ target/
11
11
* .dat
12
12
examples /** /testapp /
13
13
** /.DS_Store
14
+ .flattened-pom.xml
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.tencent.tars</groupId >
8
8
<artifactId >tars-parent</artifactId >
9
- <version >1.7.2 </version >
9
+ <version >${revision} </version >
10
10
</parent >
11
11
<artifactId >tars-client</artifactId >
12
12
<name >${project.artifactId}</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.tencent.tars</groupId >
8
8
<artifactId >tars-parent</artifactId >
9
- <version >1.7.2</version >
9
+ <version >${revision} </version >
10
+ <relativePath >../pom.xml</relativePath >
10
11
</parent >
11
12
<artifactId >tars-core</artifactId >
12
13
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.tencent.tars</groupId >
8
8
<artifactId >tars-parent</artifactId >
9
- <version >1.7.2 </version >
9
+ <version >${revision} </version >
10
10
</parent >
11
11
<artifactId >tars-server</artifactId >
12
12
<name >${project.artifactId}</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.tencent.tars</groupId >
8
8
<artifactId >tars-parent</artifactId >
9
- <version >1.7.2</version >
9
+ <version >${revision} </version >
10
+ <relativePath >../pom.xml</relativePath >
10
11
</parent >
11
12
12
13
<artifactId >tars-context</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.tencent.tars</groupId >
7
7
<artifactId >tars-parent</artifactId >
8
- <version >1.7.2</version >
8
+ <version >${revision} </version >
9
+ <relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
<artifactId >tars-examples</artifactId >
11
12
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 13
13
<dependency >
14
14
<groupId >com.tencent.tars</groupId >
15
15
<artifactId >tars-core</artifactId >
16
- <version >1.7.2 </version >
16
+ <version >${revision} </version >
17
17
</dependency > <dependency >
18
18
<groupId >com.tencent.tars</groupId >
19
19
<artifactId >tars-net</artifactId >
20
- <version >1.7.2 </version >
20
+ <version >${revision} </version >
21
21
</dependency >
22
22
23
23
</dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.tencent.tars</groupId >
6
6
<artifactId >tars-parent</artifactId >
7
- <version >1.7.2 </version >
7
+ <version >${revision} </version >
8
8
</parent >
9
9
<artifactId >tars-quickstart-server</artifactId >
10
10
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.tencent.tars</groupId >
6
6
<artifactId >tars-parent</artifactId >
7
- <version >1.7.2 </version >
7
+ <version >${revision} </version >
8
8
</parent >
9
9
<artifactId >tars-stress-server</artifactId >
10
10
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.tencent.tars</groupId >
37
37
<artifactId >tars-spring-boot-starter</artifactId >
38
- <version >1.7.2 </version >
38
+ <version >${revision} </version >
39
39
</dependency >
40
40
</dependencies >
41
41
84
84
<plugin >
85
85
<groupId >com.tencent.tars</groupId >
86
86
<artifactId >tars-maven-plugin</artifactId >
87
- <version >1.7.2 </version >
87
+ <version >${revision} </version >
88
88
<configuration >
89
89
<tars2JavaConfig >
90
90
<!-- tars文件位置 -->
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >com.tencent.tars</groupId >
34
34
<artifactId >tars-spring-boot-starter</artifactId >
35
- <version >1.7.2 </version >
35
+ <version >${revision} </version >
36
36
</dependency >
37
37
</dependencies >
38
38
81
81
<plugin >
82
82
<groupId >com.tencent.tars</groupId >
83
83
<artifactId >tars-maven-plugin</artifactId >
84
- <version >1.7.2 </version >
84
+ <version >${revision} </version >
85
85
<configuration >
86
86
<tars2JavaConfig >
87
87
<!-- tars文件位置 -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >tars-examples</artifactId >
7
7
<groupId >com.tencent.tars</groupId >
8
- <version >1.7.2 </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
31
31
<dependency >
32
32
<groupId >com.tencent.tars</groupId >
33
33
<artifactId >tars-spring-boot-starter</artifactId >
34
- <version >1.7.2 </version >
34
+ <version >${revision} </version >
35
35
</dependency >
36
36
</dependencies >
37
37
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.tencent.tars</groupId >
6
6
<artifactId >tars-spring-cloud-client</artifactId >
7
- <version > 1.7.2 </version >
7
+ <version > ${revision} </version >
8
8
<packaging >war</packaging >
9
9
10
10
<name >tars-spring-cloud-client</name >
23
23
<dependency >
24
24
<groupId >com.tencent.tars</groupId >
25
25
<artifactId >tars-core</artifactId >
26
- <version > 1.7.2 </version >
26
+ <version > ${revision} </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.tencent.tars</groupId >
30
30
<artifactId >tars-spring</artifactId >
31
- <version >1.7.2 </version >
31
+ <version >${revision} </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >com.tencent.tars</groupId >
35
35
<artifactId >tars-protobuf</artifactId >
36
- <version >1.7.2 </version >
36
+ <version >${revision} </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.tencent.tars</groupId >
40
40
<artifactId >tars-spring-cloud-starter</artifactId >
41
- <version > 1.7.2 </version >
41
+ <version > ${revision} </version >
42
42
</dependency >
43
43
</dependencies >
44
44
</project >
Original file line number Diff line number Diff line change 4
4
<groupId >com.tencent.tars</groupId >
5
5
<artifactId >tars-spring-cloud-server</artifactId >
6
6
<packaging >war</packaging >
7
- <version >1.7.2 </version >
7
+ <version >${revision} </version >
8
8
9
9
<name >tars-spring-cloud-server</name >
10
10
<url >http://maven.apache.org</url >
43
43
<dependency >
44
44
<groupId >com.tencent.tars</groupId >
45
45
<artifactId >tars-core</artifactId >
46
- <version > 1.7.2 </version >
46
+ <version > ${revision} </version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >com.tencent.tars</groupId >
50
50
<artifactId >tars-spring</artifactId >
51
- <version >1.7.2 </version >
51
+ <version >${revision} </version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >com.tencent.tars</groupId >
55
55
<artifactId >tars-protobuf</artifactId >
56
- <version >1.7.2 </version >
56
+ <version >${revision} </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >com.tencent.tars</groupId >
60
60
<artifactId >tars-spring-cloud-starter</artifactId >
61
- <version >1.7.2 </version >
61
+ <version >${revision} </version >
62
62
</dependency >
63
63
</dependencies >
64
64
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >tars-examples</artifactId >
7
7
<groupId >com.tencent.tars</groupId >
8
- <version > 1.7.2 </version >
8
+ <version > ${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<packaging >war</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.tencent.tars</groupId >
8
8
<artifactId >tars-parent</artifactId >
9
- <version >1.7.2</version >
9
+ <version >${revision} </version >
10
+ <relativePath >../pom.xml</relativePath >
10
11
</parent >
11
12
<artifactId >tars-net</artifactId >
12
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >com.tencent.tars</groupId >
12
12
<artifactId >tars-parent</artifactId >
13
- <version >1.7.2 </version >
13
+ <version >${revision} </version >
14
14
<packaging >pom</packaging >
15
15
<name >Tars</name >
16
16
<description >Super POM For Projects</description >
50
50
</modules >
51
51
52
52
<properties >
53
+ <revision >1.7.2</revision >
53
54
<java_source_version >1.8</java_source_version >
54
55
<java_target_version >1.8</java_target_version >
55
56
<file_encoding >UTF-8</file_encoding >
63
64
<maven_deploy_plugin_version >2.8.2</maven_deploy_plugin_version >
64
65
<maven_release_plugin_version >2.5.3</maven_release_plugin_version >
65
66
<maven_junit_version >4.8.2</maven_junit_version >
67
+ <maven_flatten_version >1.2.5</maven_flatten_version >
66
68
</properties >
67
69
68
70
<build >
77
79
<artifactId >maven-javadoc-plugin</artifactId >
78
80
<version >${maven_javadoc_plugin_version} </version >
79
81
</plugin >
82
+
83
+ <plugin >
84
+ <groupId >org.codehaus.mojo</groupId >
85
+ <artifactId >flatten-maven-plugin</artifactId >
86
+ <version >${maven_flatten_version} </version >
87
+ <configuration >
88
+ <updatePomFile >true</updatePomFile >
89
+ <flattenMode >resolveCiFriendliesOnly</flattenMode >
90
+ </configuration >
91
+ <executions >
92
+ <execution >
93
+ <id >flatten</id >
94
+ <phase >process-resources</phase >
95
+ <goals >
96
+ <goal >flatten</goal >
97
+ </goals >
98
+ </execution >
99
+ <execution >
100
+ <id >flatten.clean</id >
101
+ <phase >clean</phase >
102
+ <goals >
103
+ <goal >clean</goal >
104
+ </goals >
105
+ </execution >
106
+ </executions >
107
+ </plugin >
80
108
</plugins >
81
109
82
110
<pluginManagement >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >tars-parent</artifactId >
7
7
<groupId >com.tencent.tars</groupId >
8
- <version >1.7.2 </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >tars-parent</artifactId >
6
6
<groupId >com.tencent.tars</groupId >
7
- <version >1.7.2 </version >
7
+ <version >${revision} </version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >tars-spring-parent</artifactId >
7
7
<groupId >com.tencent.tars</groupId >
8
- <version >1.7.2 </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >tars-spring-parent</artifactId >
7
7
<groupId >com.tencent.tars</groupId >
8
- <version >1.7.2 </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
11
11
<artifactId >tars-spring-cloud-starter</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >tars-spring-parent</artifactId >
6
6
<groupId >com.tencent.tars</groupId >
7
- <version >1.7.2 </version >
7
+ <version >${revision} </version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >tars-parent</artifactId >
7
7
<groupId >com.tencent.tars</groupId >
8
- <version >1.7.2 </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >tars-plugins</artifactId >
16
16
<maven .compiler.source>${targetJdk} </maven .compiler.source>
17
17
<maven .compiler.target>${targetJdk} </maven .compiler.target>
18
18
<encoding >UTF-8</encoding >
19
- <slf4j .version>1.7.25 </slf4j .version>
19
+ <slf4j .version>${revision} 5 </slf4j .version>
20
20
</properties >
21
21
<dependencies >
22
22
<dependency >
28
28
<dependency >
29
29
<groupId >com.tencent.tars</groupId >
30
30
<artifactId >tars-client</artifactId >
31
- <version >1.7.2 </version >
31
+ <version >${revision} </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >com.tencent.tars</groupId >
35
35
<artifactId >tars-server</artifactId >
36
- <version >1.7.2 </version >
36
+ <version >${revision} </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >org.hamcrest</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.tencent.tars</groupId >
7
7
<artifactId >tars-parent</artifactId >
8
- <version >1.7.2 </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<artifactId >tars-tools</artifactId >
11
11
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.tencent.tars</groupId >
8
8
<artifactId >tars-tools</artifactId >
9
- <version >1.7.2 </version >
9
+ <version >${revision} </version >
10
10
</parent >
11
11
<artifactId >tars-maven-plugin</artifactId >
12
12
<name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments