Skip to content

Commit 89f6e74

Browse files
committedNov 30, 2014
update maven-release-plugin version
1 parent 6a0d449 commit 89f6e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<plugin>
284284
<groupId>org.apache.maven.plugins</groupId>
285285
<artifactId>maven-release-plugin</artifactId>
286-
<version>2.4.2</version>
286+
<version>2.5.1</version>
287287
<configuration>
288288
<localCheckout>true</localCheckout>
289289
<pushChanges>false</pushChanges>
@@ -294,7 +294,7 @@
294294
<dependency>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-scm-plugin</artifactId>
297-
<version>1.8.1</version>
297+
<version>1.9.2</version>
298298
</dependency>
299299
</dependencies>
300300
</plugin>

0 commit comments

Comments
 (0)
Please sign in to comment.