We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b559ddb commit 0b2c33bCopy full SHA for 0b2c33b
1 file changed
pom.xml
@@ -279,19 +279,22 @@
279
<plugin>
280
<groupId>org.apache.maven.plugins</groupId>
281
<artifactId>maven-release-plugin</artifactId>
282
- <version>3.0.0-M6</version>
+ <version>3.0.0-M7</version>
283
<configuration>
284
<localCheckout>true</localCheckout>
285
<pushChanges>false</pushChanges>
286
<mavenExecutorId>forked-path</mavenExecutorId>
287
+ <releaseProfiles>sign-release-artifacts</releaseProfiles>
288
</configuration>
289
+ <!--
290
<dependencies>
291
<dependency>
292
<groupId>org.apache.maven.scm</groupId>
293
<artifactId>maven-scm-provider-gitexe</artifactId>
294
<version>1.9.5</version>
295
</dependency>
296
</dependencies>
297
+ -->
298
</plugin>
299
300
0 commit comments