File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 224
224
225
225
226
226
<plugins >
227
- <plugin >
228
- <groupId >org.apache.maven.plugins</groupId >
229
- <artifactId >maven-release-plugin</artifactId >
230
- <version >2.2.2</version >
231
- <configuration >
232
- <autoVersionSubmodules >true</autoVersionSubmodules >
233
- <pushChanges >true</pushChanges >
234
- <localCheckout >true</localCheckout >
235
- <tagNameFormat >@{project.version}</tagNameFormat >
236
- </configuration >
237
- </plugin >
227
+ <plugin >
228
+ <groupId >org.apache.maven.plugins</groupId >
229
+ <artifactId >maven-release-plugin</artifactId >
230
+ <version >2.4</version >
231
+ <inherited >false</inherited >
232
+ <configuration >
233
+ <autoVersionSubmodules >true</autoVersionSubmodules >
234
+ <pushChanges >true</pushChanges >
235
+ <localCheckout >true</localCheckout >
236
+ <tagNameFormat >@{project.version}</tagNameFormat >
237
+ </configuration >
238
+ </plugin >
238
239
239
240
<plugin >
240
241
<artifactId >maven-assembly-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments