From 50dff23dba121a79949a32fc1298f3ea3eea59e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Tue, 6 Apr 2021 13:03:06 -0700 Subject: [PATCH] Set version number for auto-service-aggregator to 1.0. --- 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..90a3828c0e 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 com.google.auto.service auto-service-annotations - HEAD-SNAPSHOT + 1.0 AutoService Provider-configuration files for ServiceLoader. diff --git a/service/pom.xml b/service/pom.xml index b0afaaf76a..2b0994ad21 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -26,7 +26,7 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.0 AutoService Aggregator Aggregator POM for @AutoService diff --git a/service/processor/pom.xml b/service/processor/pom.xml index a342a254a0..8ce6ea2813 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 com.google.auto.service auto-service - HEAD-SNAPSHOT + 1.0 AutoService Processor Provider-configuration files for ServiceLoader.