File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 279
279
<plugin >
280
280
<groupId >org.apache.maven.plugins</groupId >
281
281
<artifactId >maven-release-plugin</artifactId >
282
- <version >3.0.0-M6 </version >
282
+ <version >3.0.0-M7 </version >
283
283
<configuration >
284
284
<localCheckout >true</localCheckout >
285
285
<pushChanges >false</pushChanges >
286
286
<mavenExecutorId >forked-path</mavenExecutorId >
287
+ <releaseProfiles >sign-release-artifacts</releaseProfiles >
287
288
</configuration >
289
+ <!--
288
290
<dependencies>
289
291
<dependency>
290
292
<groupId>org.apache.maven.scm</groupId>
291
293
<artifactId>maven-scm-provider-gitexe</artifactId>
292
294
<version>1.9.5</version>
293
295
</dependency>
294
296
</dependencies>
297
+ -->
295
298
</plugin >
296
299
<plugin >
297
300
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments