update various maven plugin versions

This commit is contained in:
Inderjeet Singh 2014-03-08 17:30:15 +00:00
parent eb817e307f
commit b52f692ffa

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId> <artifactId>oss-parent</artifactId>
<version>7</version> <version>9</version>
</parent> </parent>
<url>http://code.google.com/p/google-gson/</url> <url>http://code.google.com/p/google-gson/</url>
<description>Google Gson library</description> <description>Google Gson library</description>
@ -71,7 +71,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version> <version>1.5</version>
<executions> <executions>
<execution> <execution>
<id>sign-artifacts</id> <id>sign-artifacts</id>
@ -157,7 +157,7 @@
<!-- TODO(inder): add manifest entry for maven group, artifact, and classifier ids --> <!-- TODO(inder): add manifest entry for maven group, artifact, and classifier ids -->
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version> <version>2.9.1</version>
<executions> <executions>
<execution> <execution>
<id>attach-javadocs</id> <id>attach-javadocs</id>
@ -194,7 +194,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<!-- version>2.4.1</version --> <!-- version>2.5</version -->
<configuration> <configuration>
<arguments>-DenableCiProfile=true</arguments> <arguments>-DenableCiProfile=true</arguments>
<tagBase>https://google-gson.googlecode.com/svn/tags</tagBase> <tagBase>https://google-gson.googlecode.com/svn/tags</tagBase>