Skip to content

Commit 0b2c33b

Browse files
committed
actualized release plugin
1 parent b559ddb commit 0b2c33b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,19 +279,22 @@
279279
<plugin>
280280
<groupId>org.apache.maven.plugins</groupId>
281281
<artifactId>maven-release-plugin</artifactId>
282-
<version>3.0.0-M6</version>
282+
<version>3.0.0-M7</version>
283283
<configuration>
284284
<localCheckout>true</localCheckout>
285285
<pushChanges>false</pushChanges>
286286
<mavenExecutorId>forked-path</mavenExecutorId>
287+
<releaseProfiles>sign-release-artifacts</releaseProfiles>
287288
</configuration>
289+
<!--
288290
<dependencies>
289291
<dependency>
290292
<groupId>org.apache.maven.scm</groupId>
291293
<artifactId>maven-scm-provider-gitexe</artifactId>
292294
<version>1.9.5</version>
293295
</dependency>
294296
</dependencies>
297+
-->
295298
</plugin>
296299
<plugin>
297300
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)