Updated various Maven plugins to their latest released versions.

This commit is contained in:
Inderjeet Singh 2011-12-04 10:37:16 +00:00
parent 756131d869
commit 538b7ca172

View File

@ -59,7 +59,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.2</version> <version>1.4</version>
<executions> <executions>
<execution> <execution>
<id>sign-artifacts</id> <id>sign-artifacts</id>
@ -89,7 +89,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version> <version>2.3.2</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
@ -148,7 +148,7 @@
<includePackageNames>com.google.gson</includePackageNames> <includePackageNames>com.google.gson</includePackageNames>
<excludePackageNames>com.google.gson.internal:com.google.gson.internal.bind</excludePackageNames> <excludePackageNames>com.google.gson.internal:com.google.gson.internal.bind</excludePackageNames>
<links> <links>
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link> <link>http://docs.oracle.com/javase/1.5.0/docs/api/</link>
</links> </links>
<version>true</version> <version>true</version>
<show>public</show> <show>public</show>
@ -224,7 +224,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.2.1</version> <!-- version>2.2.1</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>
@ -232,7 +232,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version> <version>2.2.2</version>
<configuration> <configuration>
<descriptor>assembly-descriptor.xml</descriptor> <descriptor>assembly-descriptor.xml</descriptor>
<finalName>google-gson-${project.version}</finalName> <finalName>google-gson-${project.version}</finalName>
@ -281,6 +281,7 @@
<developers> <developers>
<developer> <developer>
<name>Inderjeet Singh</name> <name>Inderjeet Singh</name>
<organization>Trymph Inc.</organization>
</developer> </developer>
<developer> <developer>
<name>Joel Leitch</name> <name>Joel Leitch</name>