Skip to content

Commit c26c411

Browse files
committed
Adjusted maven plugins versions
1 parent 4cde10e commit c26c411

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

csv-validator-parent/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-release-plugin</artifactId>
165-
<version>2.5.1</version>
165+
<version>2.5.2</version>
166166
</plugin>
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
@@ -302,15 +302,13 @@
302302
<plugin>
303303
<groupId>org.apache.maven.plugins</groupId>
304304
<artifactId>maven-gpg-plugin</artifactId>
305-
<version>1.6</version>
306305
<configuration>
307306
<useAgent>true</useAgent>
308307
</configuration>
309308
</plugin>
310309
<plugin>
311310
<groupId>org.apache.maven.plugins</groupId>
312311
<artifactId>maven-release-plugin</artifactId>
313-
<version>2.5.2</version>
314312
<configuration>
315313
<mavenExecutorId>forked-path</mavenExecutorId> <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 -->
316314
<autoVersionSubmodules>true</autoVersionSubmodules>

0 commit comments

Comments
 (0)