Updating maven/sonatype plugin versions

Change-Id: I96570051eaafc12c07dbc7b4d43abb17be0e6fa6
This commit is contained in:
David Cramer
2014-04-23 23:28:12 -05:00
parent f66c996205
commit f7061b6b89
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ target
# NetBeans user-specific build actions
nbactions.xml
nbactions-*.xml
sonatype-*.sh

View File

@@ -33,7 +33,7 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>
<properties>
@@ -571,7 +571,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<!-- override the version inherited from the parent -->
<version>2.4.1</version>
<version>2.5</version>
<configuration>
<arguments>-Psonatype-oss-release ${release.arguments}</arguments>
</configuration>