aboutsummaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorcgruber <cgruber@google.com>2016-08-28 13:03:27 -0700
committerÉamonn McManus <eamonn@mcmanus.net>2016-08-29 17:23:32 -0700
commit1237ddf864c0c0a19d7d8b3b48b8643dceda7094 (patch)
treefd72bfdab17b07c42e67305d49e8b7ffcb3cada4 /service
parentec78694db3f27ca373fcc8487e306851d8938e02 (diff)
downloadauto-1237ddf864c0c0a19d7d8b3b48b8643dceda7094.tar.gz
Update the integration test pom.xml files to use a version of maven-jar-plugin that isn't broken on ubuntu, causing multi-minute jar times. And while here, bump them all to 2.6 (2.5+ is fine, but may as well, and may as well be consistent.)
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131537002
Diffstat (limited to 'service')
-rw-r--r--service/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 8a730767..783c575f 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -75,7 +75,7 @@
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>