aboutsummaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorGregory Kick <gak@google.com>2014-01-21 17:48:52 -0600
committerGregory Kick <gak@google.com>2014-01-22 12:30:35 -0600
commita0afde58c446e0084d31095e5fc27236c2fe52e3 (patch)
tree0c1da3eca8fdc0ac17a625b6bf6098cc5350e403 /service
parent4611cba7d4e9753a4c03d81de97b8a15a228a940 (diff)
downloadauto-a0afde58c446e0084d31095e5fc27236c2fe52e3.tar.gz
Release AutoService, AutoValue and the parent @ 1.0-rc1. Also add the GPG config as Maven doesn't sign artifacts correctly if you manually invoke the plugin.upstream/auto-value-1.0-rc1upstream/auto-service-1.0-rc1upstream/auto-parent-1.0-rc1
Add the gpg config
Diffstat (limited to 'service')
-rw-r--r--service/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/pom.xml b/service/pom.xml
index d9195398..002d6803 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-rc1</version>
</parent>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-rc1</version>
<name>AutoService</name>
<description>
Provider-configuration files for ServiceLoader.