aboutsummaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorcgruber <cgruber@google.com>2014-10-24 12:05:12 -0700
committerChristian Edward Gruber <cgruber@google.com>2014-10-24 14:01:45 -0700
commit9f5248594579c82d8a9c42108ac990312ec87fad (patch)
tree8040689798441e68c01ef0fa4ec817231a1dc84e /service
parent16c586dd4e02c197cf13db425995e38f8fd33a1d (diff)
downloadauto-9f5248594579c82d8a9c42108ac990312ec87fad.tar.gz
Bump auto-project dependencies to stable release versions and remove the now-obsolete common version stuff in the parent.
Also update the test the executes the open-source maven build so it properly executes against all of the sub-modules. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78454011
Diffstat (limited to 'service')
-rw-r--r--service/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 65d9a9df..2358aa68 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -65,11 +65,11 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>0.24</version>
<scope>test</scope>
</dependency>
</dependencies>
-
+
<build>
<plugins>
<plugin>