5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
8
+ <parent >
9
+ <groupId >com.codingapi</groupId >
10
+ <artifactId >tx-lcn</artifactId >
11
+ <version >4.0.0</version >
12
+ </parent >
13
+
8
14
<groupId >com.codingapi</groupId >
9
15
<artifactId >transaction-dubbo</artifactId >
10
- <version >4.0.3</version >
16
+ <version >${lcn.last.version} </version >
17
+
11
18
12
19
<name >transaction-dubbo</name >
13
20
<url >https://github.com/codingapi/tx-lcn</url >
14
21
15
22
<description >transaction-dubbo project for Spring Boot</description >
16
23
17
24
18
- <licenses >
19
- <license >
20
- <name >The Apache License, Version 2.0</name >
21
- <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
22
- </license >
23
- </licenses >
24
- <developers >
25
- <developer >
26
- <name >lorne</name >
27
-
28
- <roles >
29
- <role >developer</role >
30
- </roles >
31
- <timezone >+8</timezone >
32
- </developer >
33
- </developers >
34
-
35
- <scm >
36
- <connection >scm:git:https://github.com/codingapi/tx-lcn.git</connection >
37
- <developerConnection >scm:git:https://github.com/codingapi/tx-lcn.git</developerConnection >
38
- <url >https://github.com/codingapi/tx-lcn</url >
39
- <tag >v${project.version} </tag >
40
- </scm >
41
-
42
- <distributionManagement >
43
- <snapshotRepository >
44
- <id >ossrh</id >
45
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
46
- </snapshotRepository >
47
- <repository >
48
- <id >ossrh</id >
49
- <name >Maven Central Staging Repository</name >
50
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
51
- </repository >
52
- </distributionManagement >
53
-
54
-
55
25
<properties >
56
- <maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
57
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
58
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
59
- <maven .compile.source>1.7</maven .compile.source>
60
- <maven .compile.target>1.7</maven .compile.target>
61
- <maven-compiler-plugin .version>3.6.0</maven-compiler-plugin .version>
26
+ <dubbo .version>2.5.7</dubbo .version>
62
27
</properties >
63
28
64
29
65
-
66
30
<dependencies >
67
-
68
31
<dependency >
69
32
<groupId >com.codingapi</groupId >
70
33
<artifactId >tx-client</artifactId >
71
- <version >4.0.3 </version >
34
+ <version >${lcn.last.version} </version >
72
35
</dependency >
73
36
74
37
<dependency >
75
38
<groupId >com.alibaba</groupId >
76
39
<artifactId >dubbo</artifactId >
77
- <version >2.5.7 </version >
40
+ <version >${dubbo.version} </version >
78
41
<exclusions >
79
42
<exclusion >
80
43
<groupId >org.springframework</groupId >
88
51
<artifactId >zkclient</artifactId >
89
52
<version >0.3</version >
90
53
</dependency >
91
-
92
-
93
-
94
54
</dependencies >
95
55
96
56
97
- <build >
98
- <plugins >
99
- <plugin >
100
- <groupId >org.apache.maven.plugins</groupId >
101
- <artifactId >maven-compiler-plugin</artifactId >
102
- <configuration >
103
- <source >1.7</source >
104
- <target >1.7</target >
105
- </configuration >
106
- </plugin >
107
- <plugin >
108
- <groupId >org.apache.maven.plugins</groupId >
109
- <artifactId >maven-compiler-plugin</artifactId >
110
- <version >${maven-compiler-plugin.version} </version >
111
- <configuration >
112
- <source >${maven.compile.source} </source >
113
- <target >${maven.compile.target} </target >
114
- <encoding >${project.build.sourceEncoding} </encoding >
115
- </configuration >
116
- </plugin >
117
- <plugin >
118
- <groupId >org.apache.maven.plugins</groupId >
119
- <artifactId >maven-source-plugin</artifactId >
120
- <version >2.4</version >
121
- <executions >
122
- <execution >
123
- <id >attach-sources</id >
124
- <goals >
125
- <goal >jar-no-fork</goal >
126
- </goals >
127
- </execution >
128
- </executions >
129
- </plugin >
130
- <plugin >
131
- <groupId >org.sonatype.plugins</groupId >
132
- <artifactId >nexus-staging-maven-plugin</artifactId >
133
- <version >1.6.3</version >
134
- <extensions >true</extensions >
135
- <configuration >
136
- <serverId >ossrh</serverId >
137
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
138
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
139
- </configuration >
140
- </plugin >
141
- <plugin >
142
- <groupId >org.apache.maven.plugins</groupId >
143
- <artifactId >maven-javadoc-plugin</artifactId >
144
- <version >2.10.3</version >
145
- <executions >
146
- <execution >
147
- <id >attach-javadocs</id >
148
- <goals >
149
- <goal >jar</goal >
150
- </goals >
151
- </execution >
152
- </executions >
153
- </plugin >
154
- <plugin >
155
- <groupId >org.apache.maven.plugins</groupId >
156
- <artifactId >maven-gpg-plugin</artifactId >
157
- <version >1.6</version >
158
- <executions >
159
- <execution >
160
- <id >sign-artifacts</id >
161
- <phase >verify</phase >
162
- <goals >
163
- <goal >sign</goal >
164
- </goals >
165
- </execution >
166
- </executions >
167
- </plugin >
168
- </plugins >
169
- </build >
170
57
</project >
0 commit comments