aboutsummaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2014-04-08 15:18:47 -0700
committerChristian Edward Gruber <cgruber@google.com>2014-05-21 11:14:18 -0700
commitc9e380949d1d293ed10310f20329f318869c87a8 (patch)
tree464e0ccb9446a0538c52a405322e436e4d23fd1b /service
parentefbc86d872d593b8b9314856f066cff327a23563 (diff)
downloadauto-c9e380949d1d293ed10310f20329f318869c87a8.tar.gz
Fix up some references to the maven artifacts, and make cleaner version variable.
Diffstat (limited to 'service')
-rw-r--r--service/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/service/README.md b/service/README.md
index 7154a772..c5e794fa 100644
--- a/service/README.md
+++ b/service/README.md
@@ -44,17 +44,17 @@ Download
--------
In order to activate metadata generation you will need to include
-`autoservice-${autoservice.version}.jar` in your build at compile time.
+`auto-service-${version}.jar` in your build at compile time.
-In a Maven project, one would include the `autoservice`
+In a Maven project, one would include the `auto-service`
artifact as an "optional" dependency:
```xml
<dependencies>
<dependency>
<groupId>com.google.auto.service</groupId>
- <artifactId>autoservice</artifactId>
- <version>${autoservice.version}</version>
+ <artifactId>auto-service</artifactId>
+ <version>${version}</version>
<optional>true</optional>
</dependency>
</dependencies>