From b06546a6865e5666eb705906391328b2681bf5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Wed, 13 May 2020 11:30:46 -0700 Subject: [PATCH] Set version number for auto-service-aggregator to 1.0-rc7. --- service/annotations/pom.xml | 4 ++-- service/pom.xml | 2 +- service/processor/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/service/annotations/pom.xml b/service/annotations/pom.xml index e84147d2df..3f46ea9c34 100644 --- a/service/annotations/pom.xml +++ b/service/annotations/pom.xml @@ -21,12 +21,12 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.0-rc7 com.google.auto.service auto-service-annotations - HEAD-SNAPSHOT + 1.0-rc7 AutoService Provider-configuration files for ServiceLoader. diff --git a/service/pom.xml b/service/pom.xml index a64ca050c3..8b2e96633b 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -26,7 +26,7 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.0-rc7 AutoService Aggregator Aggregator POM for @AutoService diff --git a/service/processor/pom.xml b/service/processor/pom.xml index 22fc20e9a0..ca97bf58b5 100644 --- a/service/processor/pom.xml +++ b/service/processor/pom.xml @@ -21,12 +21,12 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.0-rc7 com.google.auto.service auto-service - HEAD-SNAPSHOT + 1.0-rc7 AutoService Processor Provider-configuration files for ServiceLoader.