File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 65
65
66
66
<properties >
67
67
<!-- Project revision -->
68
- <revision >2.0.0.0-SNAPSHOT </revision >
68
+ <revision >2.0.0.0-RC2 </revision >
69
69
70
70
<timestamp >${maven.build.timestamp}</timestamp >
71
71
<skip .maven.deploy>false</skip .maven.deploy>
76
76
<maven .compiler.source>1.8</maven .compiler.source>
77
77
<maven .compiler.target>1.8</maven .compiler.target>
78
78
<jackson .version>2.14.2</jackson .version>
79
- <specification .version>1.5.3-SNAPSHOT </specification .version>
79
+ <specification .version>1.5.3</specification .version>
80
80
<consul .version>1.4.5</consul .version>
81
81
<gson .version>2.9.1</gson .version>
82
82
<nacos .version>2.1.1</nacos .version>
106
106
<maven .deploy.plugin.version>3.0.0-M1</maven .deploy.plugin.version>
107
107
<maven .failsafe.plugin.version>3.0.0-M5</maven .failsafe.plugin.version>
108
108
<maven .flatten.plugin.version>1.2.5</maven .flatten.plugin.version>
109
+ <maven .clean.plugin.version>3.1.0</maven .clean.plugin.version>
109
110
<okhttp .version>2.7.5</okhttp .version>
110
111
<httpclient .version>4.5.14</httpclient .version>
111
112
<jacoco-maven-plugin .version>0.8.12</jacoco-maven-plugin .version>
266
267
</execution >
267
268
</executions >
268
269
</plugin >
270
+ <plugin >
271
+ <groupId >org.apache.maven.plugins</groupId >
272
+ <artifactId >maven-clean-plugin</artifactId >
273
+ <version >${maven.clean.plugin.version} </version >
274
+ <configuration >
275
+ <filesets >
276
+ <fileset >
277
+ <directory >${project.basedir} </directory >
278
+ <includes >
279
+ <include >dependency-reduced-pom.xml</include >
280
+ </includes >
281
+ </fileset >
282
+ </filesets >
283
+ </configuration >
284
+ </plugin >
269
285
</plugins >
270
286
</build >
271
287
You can’t perform that action at this time.
0 commit comments