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 a6d775b commit 1a6dfc6Copy full SHA for 1a6dfc6
pom.xml
@@ -54,7 +54,7 @@
54
<plugin>
55
<artifactId>maven-release-plugin</artifactId>
56
<!-- To have pushChanges parameter available -->
57
- <version>2.1</version>
+ <version>2.5</version>
58
<configuration>
59
<!-- Git scm specific behaviour -->
60
<localCheckout>true</localCheckout>
@@ -125,7 +125,7 @@
125
<dependency>
126
<groupId>org.apache.maven.scm</groupId>
127
<artifactId>maven-scm-manager-plexus</artifactId>
128
- <version>1.6</version>
+ <version>1.9.1</version>
129
<!--
130
<exclusions>
131
<exclusion>
@@ -158,7 +158,7 @@
158
159
160
<artifactId>maven-scm-provider-gitexe</artifactId>
161
162
</dependency>
163
164
0 commit comments