aboutsummaryrefslogtreecommitdiff
path: root/factory
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 /factory
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 'factory')
-rw-r--r--factory/pom.xml2
-rw-r--r--factory/src/it/functional/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/factory/pom.xml b/factory/pom.xml
index 722b3474..0bcf6923 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -108,7 +108,7 @@
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/factory/src/it/functional/pom.xml b/factory/src/it/functional/pom.xml
index 4352a4a5..b411a84d 100644
--- a/factory/src/it/functional/pom.xml
+++ b/factory/src/it/functional/pom.xml
@@ -73,7 +73,7 @@
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>