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 0448c76 commit b7d4580Copy full SHA for b7d4580
pom.xml
@@ -269,13 +269,20 @@
269
<plugin>
270
<groupId>org.apache.maven.plugins</groupId>
271
<artifactId>maven-release-plugin</artifactId>
272
- <version>2.4.1</version>
+ <version>2.4.2</version>
273
<configuration>
274
<localCheckout>true</localCheckout>
275
<pushChanges>false</pushChanges>
276
<goals>deploy</goals>
277
<tagNameFormat>@{project.version}</tagNameFormat>
278
</configuration>
279
+ <dependencies>
280
+ <dependency>
281
+ <groupId>org.apache.maven.plugins</groupId>
282
+ <artifactId>maven-scm-plugin</artifactId>
283
+ <version>1.8.1</version>
284
+ </dependency>
285
+ </dependencies>
286
</plugin>
287
288
0 commit comments