aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinder123 <inder123@gmail.com>2015-09-07 12:10:39 -0700
committerinder123 <inder123@gmail.com>2015-09-07 12:10:39 -0700
commit39b5d487d2203f0a954b0e7cbb33fd5466f99904 (patch)
tree7eabe8291eb93b7247646e3e61f04a48818425f6
parentaa107894dd900531e17a05991f70c50c2b0249d0 (diff)
parent1bf62f02148216714e25ba72f8c1f431b43ac539 (diff)
downloadandroid_external_gson-39b5d487d2203f0a954b0e7cbb33fd5466f99904.tar.gz
android_external_gson-39b5d487d2203f0a954b0e7cbb33fd5466f99904.tar.bz2
android_external_gson-39b5d487d2203f0a954b0e7cbb33fd5466f99904.zip
Merge pull request #698 from google/maven-update
updated maven plugin versions to latest
-rw-r--r--gson/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/gson/pom.xml b/gson/pom.xml
index 236c1e1b..a2d370a1 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.2</version>
+ <version>3.3</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<executions>
<execution>
<phase>package</phase>
@@ -175,7 +175,7 @@
<!-- TODO(inder): add manifest entry for maven group, artifact, and classifier ids -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.1</version>
+ <version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
@@ -197,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.9</version>
+ <version>2.10</version>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
@@ -219,7 +219,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.5.1</version>
+ <version>2.5.5</version>
<configuration>
<descriptor>assembly-descriptor.xml</descriptor>
<finalName>google-gson-${project.version}</finalName>