Skip to content

Commit 1a6dfc6

Browse files
author
Roger Hu
committed
Bump org.apache.maven.scm dependencies to be able to support Git v1.9.1.
Related to issue: https://issues.jenkins-ci.org/browse/JENKINS-22820
1 parent a6d775b commit 1a6dfc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<artifactId>maven-release-plugin</artifactId>
5656
<!-- To have pushChanges parameter available -->
57-
<version>2.1</version>
57+
<version>2.5</version>
5858
<configuration>
5959
<!-- Git scm specific behaviour -->
6060
<localCheckout>true</localCheckout>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.apache.maven.scm</groupId>
127127
<artifactId>maven-scm-manager-plexus</artifactId>
128-
<version>1.6</version>
128+
<version>1.9.1</version>
129129
<!--
130130
<exclusions>
131131
<exclusion>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>org.apache.maven.scm</groupId>
160160
<artifactId>maven-scm-provider-gitexe</artifactId>
161-
<version>1.6</version>
161+
<version>1.9.1</version>
162162
</dependency>
163163

164164

0 commit comments

Comments
 (0)